/* Centered texts in each section
        * --------------------------------------- */
        .section{
            text-align:center;
            overflow: hidden;
        }
    
        #myVideo{
            /* position: absolute;
            right: 0;
            bottom: 0;
            top:0; */
            /* width: 100%; */
            /* width:50%; */
            /* height: 100%;
            height: 92%;
            background-size: 100% 92%; */
             background-color: black; /* in case the video doesn't fit the whole page*/
              /*background-image:;*/ 
              /* our video */
              /* background-position: center center; */
              /* background-size: contain; */
              /* background-size: cover; */
               /* object-fit: cover;  */
               /*cover video background */
               /* z-index:3; */
               /* overflow: hidden; */
               overflow: hidden;
               position: relative;
        }
    
    
    
        /* Layer with position absolute in order to have it over the video
        * --------------------------------------- */
        #section0 .layer{
            position: absolute;
            /* z-index: 4; */
            width: 100%;
            left: 0;
            top: 43%;
    
            -webkit-transform: translate3d(0,0,0);
            -ms-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
        }
    
        /*solves problem with overflowing video in Mac with Chrome */
        #section0{
            overflow: hidden;
            position: relative;
        }
    
        	/* Fixed header and footer.
	* --------------------------------------- */
	/* #header, #footer{
		position:fixed;
		display:block;
		z-index:100;
		text-align:center;
		color: #f2f2f2;
	} */

	#header{
		position:fixed;
        top: 0px;
		/* height: 50px; */
		display:block;
		/* width: 100%; */
		/* background: rgb(85, 82, 82); */
		z-index:100;
		text-align:center;
		color: #f2f2f2;
		/* padding: 20px 0 0 0; */
	}
	/* #footer{
        position: relative;
        top: 0px;
        width: 100%;
        height: 8%;
        visibility: visible;
        z-index: 100;
        background-color: pink;
	} */
    .menu_left{
        position: absolute;
        bottom: 0px;
        width: 50%;
        height: 100%;
        height: 8%;
        background-color: black;
        /* background-color: pink; */
        color: #fff;
        float: left;
        box-sizing: border-box; 
        text-align: left;
    }
    .menu_right{
        position: absolute;
        left: 50vw;
        bottom: 0px;
        width: 25%;
        height: 100%;
        height: 8%;
        background-color: white;
        color: #000;
        float: right;
        box-sizing: border-box; 
        /* z-index: -9999; */
    }

    
    
        /* Hiding video controls
        * See: https://css-tricks.com/custom-controls-in-html5-video-full-screen/
        * --------------------------------------- */
        video::-webkit-media-controls {
          display:none !important;
        }
        .sec0_left{
            background-color: #000;
            width: 50%;
            height: 100%;
            float: left;
        }
        .gudpic img{
            width: 50%;
            height: 92%;
            float: left;
            box-sizing: border-box; 
            background-color:#000;
            border-top-right-radius: 50%;
            border-bottom-left-radius: 50%;
            border-bottom-right-radius: 50%;
            position: absolute;
            background-image: url(../source/img/me.jpg);
            background-size: 100% auto;
            background-repeat: no-repeat;
            position: absolute;
            object-fit: cover;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }
        .gudpic img:after {
            content: '';
            filter: invert(100%);
            /* border: 100px solid rgba(0, 0, 0, 0.3); */
            background-color: rgb(0, 0, 0);
            border-top-right-radius: 50%;
            border-bottom-left-radius: 50%;
            border-bottom-right-radius: 50%;
            opacity: 0;
        }
        .sec0_left:hover .gudpic img{
            /* border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-left-radius: 0%;
            border-bottom-right-radius: 50%; */
        }
        .gud02{
            opacity: 0;
        }
        .sec0_right{
            background-color: #fff;
            width: 50%;
            height: 100%;
            float: right;
        }
        .workmedia{
            width: 100%;
            height: 92%;
            float: right;
            /* background-color: aquamarine; */
            border-top-left-radius: 50%;
            border-top-right-radius: 0%;
            border-bottom-left-radius: 50%;
            border-bottom-right-radius: 50%;

            position: relative;
            left: 0;
            top: 0;
            opacity: 1;
        }
        #outer {
            height: 100%;
            /* border-radius: 20px; */
            border-top-left-radius: 50%;
            border-bottom-left-radius: 50%;
            border-bottom-right-radius: 50%;
            overflow: hidden;
            position: relative;
        }
        .video {
        position: relative;
        left: 0;
        top: 0;
        opacity: 1;
        }

        #bt{
            width: 100px;
            height: 100px;
            border-radius: 100%;
            background-color: white;
            /* background-color: pink; */
            position: relative;
            position: absolute;
            bottom: 8%;
            left: 42.8%;

            cursor:pointer;
            z-index: 101;
        }

        #bt h2{
            margin: auto auto;
            text-align: center;
            vertical-align: middle;
            line-height: 100px;
            font-size: 18px;

            -ms-user-select: none; 
            -moz-user-select: -moz-none;
            -khtml-user-select: none;
            -webkit-user-select: none;
            user-select: none;
        }

        h2{
            font-family: 'Pretendard';
            font-weight: 600;
            font-size: 20px;
            line-height: 21px;
            cursor: pointer;
        }

        .type01{
            position: relative;
            width: 100%;
            height: 100%;
            float: left;
            
        }

        .type02{
            position: relative;
            /* width: 50%; */
            height: 100%;
            /* float: right; */
            color: #000;
            text-align: left;
            margin-left: 30px;
        }

        .type01 tr{
            position: relative;
            width: 100%;
            /* background-color: pink;
            color: #000; */
        }
        .type01 td{
            padding-left: 30px;
            /* padding-right: 30px; */
            /* height: 10px; */
        }
        
        .type02 tr{
            position: relative;
            width: 100%;
            /* background-color: pink;
            color: #000; */
        }
        td.link{
            /* background-color: pink; */
            text-align: left;
            padding: 0px;
            margin: 0px;
            width: 0px;
            padding-right: 11px;
            transform: translateX(-40px);
        }
        td.w-menu{
            /* background-color: pink; */
            text-align: left;
            padding: 0px;
            margin: 0px;
            width: 0px;
            padding-right: 18px;
            transform: translateX(-40px);
        }
        .em{
            padding-right: 0px;
            /* background-color: beige; */
            /* width: 40%; */
        }
        p{
            /* font-family: 'Pretendard-ExtraLight'; */
            font-family: 'Pretendard';
            font-weight: 100;
            font-weight: 100;
            font-size: 14px;
        }

        h5{
            font-family: 'Pretendard';
            font-weight: 300;
            font-size: 14px;
            cursor: pointer;
        }
        h5:hover{
            text-decoration: underline;
        }

        h4{
            font-family: 'Pretendard';
            font-weight: 300;
            font-size: 18px;
            font-size: 17px;
            line-height: 15px;
            cursor: pointer;
            letter-spacing: 0.1px;
        }

        .wm01:hover{
            background-color: #FFFF0094;
        }
        .wm02:hover{
            background-color: #FF00ff94;
        }
        .wm03:hover{
            background-color: #00FFFF94;
        }


        .contact{
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            overflow: hidden;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 100;
            padding: 100px;
            display:none;
        }

        .c_title{
            font-weight: 100;
            font-size:  70px;
            line-height: 140px;
            text-decoration: none;
        }
        h6{
            font-family: 'Pretendard';
            font-weight: 100;
            font-size:  120px;
            line-height: 160px;
            cursor: pointer;
            color: #fff
        }
        .c_content:hover{
            text-decoration: underline;
            text-underline-position: under;
            text-decoration-thickness: 1px;
            /* box-shadow: inset 0 -1px 0 rgb(255, 255, 255);
            line-height: 140px; */
        }



/* Slider Style
--------------------------------------*/
.cd-slider {
	position: relative;
	width: 100%;
	/* height: 50rem; */
    height: 100%;
	overflow: hidden;
	/* margin-bottom: 8rem; */
    /* z-index: 9999; */
    /* cursor:none */
}
.cd-slider li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	/* transition: visibility 0s .5s; */
    transition: visibility 0s;
    transition-delay:0;
  will-change: visibility;
}
.image {
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	clip: rect(0, 80rem, 50rem, 80rem);
	transition: clip .5s cubic-bezier(0.99, 0.01, 0.45, 0.9) .5s;
    transition-delay:0;
  will-change: clip;
}
.content {
	position: absolute;
	bottom: -900px;
    /* bottom: -800px; */
	right: 0;
	width: 100%;
	height: 100%;
	padding: 2rem 0 0 2rem;
	
	text-align: right;
    /* z-index: 3000; */
}
.content h2 {
	text-overflow: ellipsis;
	/* overflow: hidden; */
	/* transform: translateY(-30%); */

    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 15px;
	opacity: 0;
	transition: transform 1s, opacity 1s;
    transition-delay:0;
    will-change: transform, opacity;
}
.content a {
	display: inline-block;
	/* text-transform: lowercase; */
	padding: 1.5rem;
	opacity: 0;
	/* transform: translateY(-100%); */
	/* transition: transform .5s .1s, opacity .5s .1s; */
    transition: transform 1s, opacity 1s;
    transition-delay:0;
    will-change: transform, opacity;
    
}
/* Current Slide 
-------------------------------------*/
li.current {
	visibility: visible;
	transition-delay: 0s;
}
li.current .image {
	clip: rect(0, 80rem, 50rem, 0);
}
li.current .content h2 {
	transform: translateY(0);
	opacity: 1;
	/* transition-delay: 1s; */
    transition-delay:0;
}
li.current .content a {
	transform: translateY(0);
	opacity: 1;
	/* transition-delay: 1.1s; */
    transition-delay:0;
}
/* Prev Slide 
------------------------------------*/
li.prev_slide .image {
	clip: rect(0, 0, 50rem, 0);
}
nav {
	position: absolute;
	bottom: 0;
    bottom: 50px;
	right: 0;
    right: 25px;
	/* background: rgb(185, 44, 44); */
}
.prev, .next, .counter {
	vertical-align: middle;
}
.prev, .next {
	position: relative;
	display: inline-block;
	height: 5rem;
	width: 5rem;
    height: 40px;
	width: 35px;
  border: 0;
  cursor: pointer;
  background: transparent;
}
.prev::before, .next::before {
	content: '';
	position: absolute;
	top: 50%;
    left: 0;
	transform: translateY(-50%);
	border: .5rem solid transparent;
	border-right-width: 1rem;
    border-right-width: 0.7rem;
	border-right-color: #000;
	border-left-width: 0;
	width: 0;
	height: 0;
}
.prev::after, .next::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateZ(0);
	left: .5rem;
	background: #000;
	height: .1rem;
	min-height: 1px;
	width: 2.5rem;
    width: 15px;
	transition: width .3s;
}
.next::before {
	right: 0;
  left: auto;
	border-left-width: 1rem;
    border-left-width: 0.7rem;
	border-left-color: #000;
	border-right-width: 0;
}
.next::after {
	right: .5rem;
    /* right: .35rem; */
	left: auto;
}
.counter {
	display: inline-block;
	font-size: 4rem;
    font-size: 14px;
    font-weight: 800;
	font-family: serif;
	font-style: italic;
}
.counter span:last-child::before {
	content: '/';
	margin: 0 .7rem;
}
.prev:hover::after, .next:hover::after {
	/* width: 1.2rem; */
    /* transform: translateX(-50%); */
    /* background-color: #FF00ff; */
}

/* @media screen and ( max-width: 550px ) {
	.image { width: 100%; }
	.content { padding-right: 2rem; }
	nav { left: 0; right: auto; }
} */
