@charset "utf-8";
body,html {opacity:0;}

.goto {
    position: fixed;
    right: 2%;
    top: 50%;
    margin-top: -63px;
    z-index: 100;
    /* box-shadow: 0px 0px 16px 1px grey; */
    /* padding: 1em; */
    border-radius: 1em;
    /* overflow: hidden; */
    /* background-color: white; */
}
.goto ul{
    padding: 0;
    margin-top: -50%;
    width: 30px;
}
.goto ul li{
    /* visibility: hidden; */
    margin: .5em 0;
    width: 100%;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}
.goto ul li a{
			 /* padding: .5em 0 .5em 0em; */
			 display: table;
			 justify-content: flex-start;
			 align-items: center;
			 width: 6px;
			 height: 6px;
			 background: #d4d4d4;
			 border-radius: 1em;
			 position: absolute;
			 transition: .3s ease-in-out;
			 }
.goto ul li:hover a{background:var(--color-main);}
.goto ul li:after{
						   content:"";
						   position:absolute;
						   display:block;
						   width:20px;
						   height:20px;
						   left: 18%;
						   top: 0;
						   background: rgb(255 255 255 / 0%);
						   border:2px solid var(--color-main);
						   border-radius:50%;
						   opacity: 0;
						   transition: .3s ease-in-out;
						   }
.goto ul li:hover::after {opacity:1;transition: .3s ease-in-out;}
.goto ul li a span {
    display: table;
    width: 50px;
    height: 50px;
    background-color: var(--color-point4);
    background-repeat: no-repeat;
    margin-right: .5em;
    border-radius: 3em;
    background-position-x: center;
    background-position-y: center;
}
.goto ul li:nth-of-type(1) a span{
    background-image: url(/img/main/goto1.png);
}

.goto ul li:nth-of-type(2) a span{background-image: url(/img/main/goto2.png); background-color: var(--color-point2);}
.goto ul li:nth-of-type(3) a span{background-image: url(/img/main/goto3.png);background-color: var(--color-point3);}
.goto ul li:nth-of-type(4) a span{background-image: url(/img/main/goto4.png);background-color: var(--color-point1);}
.goto ul li:nth-of-type(5) a span{background-image: url(/img/main/goto5.png);background-color: var(--color-point6);}
.goto > a{
    background-color: var(--color-main);
    /* color: white; */
    width: 100%;
    display: flex;
    padding: 1em;
    align-items: center;
    justify-content: space-around;
}	
div.tit {
    text-align: center;
    padding: 3em 0;
    position: relative;
}

.section1 {height: 100vh;overflow: hidden;}
.section1 .slide1 {
    z-index: 0;
    width: 100%;
}
.section1 .slide1 li{
    width: 100%;
    height: 100vh;
    background: black;
    overflow: hidden;
	position:relative;
}
.section1 .slide1 li .mp4 {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    overflow-y: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.section1 .slide1 li .mp4 video {
    /* width: 100vw; */
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.section1 .slide1 li .text {
    left: 50%;
    top: 50%;
    /* width: 50%; */
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 9;
    opacity: 0;
    color: #fff;
    text-align: center;
}
.section1 .slide1 li .text:before {content:"";width: 200%;border-bottom: 1px solid rgb(255 255 255 / 32%);position:absolute;left: -50%;bottom: 22%;z-index: 2;}
.section1 .slide1 li .text h2 {
    font-size: 5em;
    line-height: 1.4;
    /* border-bottom: 1px solid rgb(255 255 255 / 52%); */
}
.section1 .slide1 li .text p {
    font-size: var(--font-size22);
    padding-top: 1em;
    font-weight: 400;
}
.section1 .bx-wrapper {
    box-shadow: none;
    margin-bottom: unset;
    border: 0;
    height: 100vh;
}

.section1 .icon_link{
    width: var(--width-size);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section1 .icon_link:hover {
	/*margin-top:-1em; */
	
}
.section1 .icon_link li{
    width: 200px;
    height: 240px;
    transform: translateY(-30px);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    overflow: hidden;
    /* visibility: hidden; */
}
.section1 .icon_link li:hover {
	background-color:
	green;
	border-radius:1em;
	padding:2em 0;
	transform: translateY(-89px);
	/*animation:animatedbang 3s infinite;*/
	/* margin-top: -2em; */
	z-index:111;
	-webkit-transition: .5s ease-in-out; 
	transition: .5s ease-in-out;
	-webkit-backface-visibility: hidden;
}


.section1 .icon_link li a{
    width: 100%;
    height: 170px;
    display: flex;
    justify-content: center;
    padding-bottom: 1em;
    /* padding-top: 4em; */
    margin-top: 1em;
    font-weight: 600;
    font-size: 1.2em;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 1em;
    align-items: flex-end;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    overflow: hidden;
}
.section1 .icon_link li.i_cl1:hover {background-color:var(--color-point4);}
.section1 .icon_link li.i_cl2:hover {background-color:var(--color-point2);}
.section1 .icon_link li.i_cl3:hover {background-color:var(--color-point3);}
.section1 .icon_link li.i_cl4:hover {background-color:var(--color-point1);}
.section1 .icon_link li.i_cl5:hover {background-color:var(--color-point5);}
.section1 .icon_link li.i_cl6:hover {background-color:var(--color-point6);}

.section1 .icon_link li:hover a {color:white; margin-top:0;
	-webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    -webkit-backface-visibility: hidden;}

.section1 .icon_link li:nth-of-type(1) a { background-image:url(/img/main/icon1.png)}
.section1 .icon_link li:nth-of-type(1):hover a{background-image:url(/img/main/icon1_over.png);}

.section1 .icon_link li:nth-of-type(2) a { background-image:url(/img/main/icon2.png)}
.section1 .icon_link li:nth-of-type(2):hover a{background-image:url(/img/main/icon2_over.png);}
.section1 .icon_link li:nth-of-type(3) a { background-image:url(/img/main/icon3.png)}
.section1 .icon_link li:nth-of-type(3):hover a{background-image:url(/img/main/icon3_over.png);}
.section1 .icon_link li:nth-of-type(4) a { background-image:url(/img/main/icon4.png)}
.section1 .icon_link li:nth-of-type(4):hover a{background-image:url(/img/main/icon4_over.png);}
.section1 .icon_link li:nth-of-type(5) a { background-image:url(/img/main/icon5.png)}
.section1 .icon_link li:nth-of-type(5):hover a{background-image:url(/img/main/icon5_over.png);}
.section1 .icon_link li:nth-of-type(6) a { background-image:url(/img/main/icon6.png)}
.section1 .icon_link li:nth-of-type(6):hover a{background-image:url(/img/main/icon6_over.png);}


@media screen and (max-width: 1000px) {
	.goto {
    display: none;
}
	.goto ul{}
	.goto ul li{}
	.goto ul li a{}
	.goto > a{}	
	
	.section1 {
    height: 100vh;
}
	.section1 .bx-wrapper{height: 78vh;}
	.section1 .slide1 {
    height: 100%;
}
	.section1 .slide1 li{
    background-position-x: center;
    background-position-y: center;
    height: 100%;
    position: relative;
}
	.section1 .icon_link{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
	.section1 .icon_link li{
    width: 50%;
    height: auto;
}
	.section1 .icon_link li a{
    font-size: 1.1em;
    text-align: center;
    line-height: 1.2em;
    align-items: center;
    padding-top: 6em;
}
}

.section2 {
    display: flex;
    flex-direction: column;
    /* padding-top: 1em; */
    height: 100vh;
    /* margin-top: 82px; */
    align-items: center;
    justify-content: center;
}
.section2 h3 {
    font-size: var(--main-h3-size);
    font-family: 'Pretendard';
    font-weight: 900;
}
.section2 > a {
    padding: 1em 2em;
    background-color: var(--color-main);
    color: #fff;
    border-radius: .5em;
    width: 10%;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 1em;
}
.section2  div.pofol {/* overflow: hidden; *//* width: var(--width-size); */height: 48vh;width: 100%;/* padding-left: 4em; */position: relative;}
.section2 > div.pofol > div.bg_gra_left {
    position: absolute;
    left: 0;
    width: 320px;
    height: 100%;
    background-image: url(/img/common/bg_gra.png);
    z-index: 1;
    background-size: 100% auto;
}
.section2 > div.pofol > div.bg_gra_right {
    position: absolute;
    right: 0;
    width: 320px;
    height: 100%;
    background-image: url(/img/common/bg_gra.png);
    z-index: 1;
    background-size: 100% auto;
    transform: rotate(180deg);
    }

.section2  div.pofol .bx-wrapper {
    box-shadow: unset;
    background: unset;
    border: unset;
    margin-bottom: 0;
}

.pofol .slide33 {
    height: 395px;
}
.pofol .slide33 li{
    overflow: hidden;
	opacity: .7;
    transition:all .5s;
    height: 100%;
}
.pofol .slide33 li.on {opacity:1;}
.pofol .slide33 li.off {}

.section2  div.pofol .bx-wrapper .bx-viewport {
}
.section2 .bx-wrapper .bx-prev {
    background: url(/img/slide/arrow_left.png) no-repeat 0 0px;
    width: 40px;
    height: 40px;
    background-color: rgba(255,255,255,.5);
    left: 2%;
    margin-top: -2em;
}
.section2 .bx-wrapper .bx-next {
	background: url(/img/slide/arrow_right.png) no-repeat 0 0px;
	width: 40px;
	height: 40px;
	background-color: rgba(255,255,255,.5);
	right: 2%;
	margin-top: -2em;
}
.section2 .bx-wrapper .bx-next:hover,
.section2 .bx-wrapper .bx-prev:hover {
	background-color: rgba(255,255,255,1);
	background-position:0;
}

.section2 .bx-wrapper .bx-controls-direction a. {left: -29%;}

.section2 div.simple_list ul{
    width: 100%;
    display: flex;
    /* flex-direction: row; */
    /* justify-content: space-between; */
    margin: 3em 0;
    position: relative;
    height: 455px;
}
.section2 div.simple_list ul li{
    display: flex;
    /*width: 382px;*/
    border: 1px solid #ccc;
    position: relative;
    height: 365px;
    /* border-bottom: 1px solid #ccc; */
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    /* background-color: #f3f3f3; */
}

.section2 ul li div{
    width: 365px;
    height: 380px;
    /* background-size: cover; */
    background-size: 100% auto;
    background-repeat: no-repeat;
    cursor: pointer;
}
.section2 ul li div:after {content:"";background-color:var(--color-main);width: 97%;height: 100%;position:absolute;left:0;top:0;opacity:0;visibility: hidden;transition:all 0.4s ease-in-out;box-sizing: border-box;}


.section2 ul li div.txt {height: 2em;margin-top: .5em;}
.section2 ul li div.txt:after {display:none;}
.section2 ul li div.txt h4{}
.section2 ul li div.txt p{
    color: #000;
}
.section2 ul li a{
    /* padding: 2em; */
    display: flex;
    width: 94%;
    align-items: center;
    justify-content: center;
    height: 79px;
    /* border-bottom: 1px solid #ccc; */
    background-color: #fff;
}

.section2 > div > div:nth-of-type(1) > div:nth-of-type(1) a{
    width: 50%;
    display: table;
    font-size: var(--font-size24);
    font-weight: 600;
    text-align: center;
    padding: 0.8em;
    background-color: var(--color-gray);
    color: #555555;
    font-family: 'Nanum Gothic';
    font-weight: 800;
}
.section2 > div > div:nth-of-type(1) > div:nth-of-type(1) a.on {
    /* font-size: 2em; */
    background-color: var(--color-main);
    color: white;
}
.section2 > div > div:nth-of-type(1) > div:nth-of-type(1) a span {
    font-size: 0.5em;
    font-weight: 100;
    border: 1px solid #767676;
    padding: .2em .3em;
    border-radius: .5em;
    margin-left: 2em;
}
.section2 > div > div:nth-of-type(1) > div:nth-of-type(1) a.on span {
    border: 1px solid #ffffff;
}

.section2 > div > div:nth-of-type(1)  div.div_list a{
    width: 230px;
    position: relative;
    height: 214px;
    /* display: table; */
    /* flex-direction: column; */
    /* justify-content: space-between; */
}
.section2 > div > div:nth-of-type(1)  div.div_list a h4,
.section2 > div > div:nth-of-type(1)  div.div_list a p,
.section2 > div > div:nth-of-type(1)  div.div_list a span {width:230px}

.section2 > div > div:nth-of-type(1) div.div_list a:after {content:"";position: absolute;top: 0;right: -13px;width: 1px;height: 100%;background-color: #bfbfbf;}
.section2 > div > div:nth-of-type(1) div.div_list a:nth-last-child(1):after {content:"";display:none;}
.section2 > div > div:nth-of-type(1) div.div_list a h4 {
    font-size: var(--font-size20);
}
.section2 > div > div:nth-of-type(1) > div.div_list a p {
    font-size: .9em;
    margin: 1em 0;
}
.section2 > div > div:nth-of-type(1) > div.div_list a span {
    color: darkgrey;
    font-size: .8em;
}
.section2 > div.notice {
    height: 380px;
}
.section2 > div.notice .div_lab {
    width: 791px;
    height: 0;
    /* display: none; */
    overflow: hidden;
}
.section2 > div.notice .div_lab.on {display:block;height: 310px;padding: 0 1em;}

.section2 > div.notice .div_lab .tab_inner {/* display:none; */}
.section2 > div.notice .div_lab .tab_inner.on {display:block;height: 210px;}

.section2 > div.notice .bx-wrapper {
    box-shadow: none;
    height: 226px;
    margin-top: 1.5em;
}
.section2 > div.notice .div_lab .bx-controls {
    /* margin-top: 0.6em; */
}
.section2 > div.notice .div_lab .bx-controls .bx-prev{
    top: unset;
    /* margin-top: 1em; */
    left: 50%;
    margin-left: -2em;
    background: url(/img/main/arrow_left.png) no-repeat;
}
.section2 > div.notice .div_lab .bx-controls .bx-next{
    top: unset;
    /* margin-top: 1em; */
    right: 50%;
    margin-right: -2.5em;
	background: url(/img/main/arrow_right.png) no-repeat;
}
.section2 > div.notice .div_lab .li_float_list {
    /* margin: 2em .5em; */
    /* height: 236px; */
}
.section2 > div.notice .div_lab .li_float_list li{
    width: 230px;
    height: 235px;
    float: left;
}
.section2 > div.notice .div_lab .li_float_list li a{
    height: 238px;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 231px;
}
.section2 > div.notice .div_lab .li_float_list li a h4{
    font-size: var(--font-size);
    padding-bottom: 1em;
    font-weight: 500;
}
.section2 > div.notice .div_lab .li_float_list li a p{
    font-size: 17px;
    padding-bottom: 1em;
    color: var(--font-color-text-summary);
}
.section2 > div.notice .div_lab .li_float_list li a span{
    font-size: 0.9em;
    color: var(--color-ft-font-color);
    font-weight: 300;
}

.section2 > div.notice .div_lab .div_list{display:none;height: 327px;width: 700px;}
.section2 > div.notice .div_lab .div_list.on{/* display: block; */}
.section2 > div > div:nth-of-type(2) {
    width: 37%;
    display: table;
}
.section2 > div div.tv {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 0;
    justify-content: space-between;
}

.section2 > div div.tv div{
    width: 100%;
}
.section2 > div div.tv div:nth-of-type(1) {
    height: 325px;
    width: 100%;
    /* background-image: url(/img/main/sample3.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--color-main);
    border-radius: .5em;
    text-align: center;
    position: relative;
    padding: 0 1em;
}
.section2 > div div.tv div:nth-of-type(1):before {content:"";position:absolute;background:url(/img/main/tv_top.png);width: 34px;height: 22px;top: -6%;left: 46%;z-index: -1;}
.section2 > div div.tv div:nth-of-type(1):after {content:"";position:absolute;background: url(/img/main/tv_bottom.png);width: 423px;height: 36px;bottom: -3.5%;left: 8%;z-index: -1;}
.section2 > div div.tv div:nth-of-type(2) {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: .3em;
    border: 1px solid #cfcfcf;
    border-radius: .5em;
}
.section2 > div div.tv div h4 {font-size: var(--font-size24);padding: 0.5em 0 0.4em;}
.section2 > div div.tv div h4 a{
    color: #fff;
}
.section2 > div div.tv div > a{
    font-size: 1.8em;
    display: flex;
    align-items: center;
}
.section2 > div div.tv div a iconify-icon {
    /* color: var(--kakaotalk-color); */
}
.section2 > div div.tv > div:nth-of-type(2) > a:nth-of-type(1) > 
iconify-icon {
    color: var(--facebook-color);
}
.section2 > div div.tv > div:nth-of-type(2) > a:nth-of-type(2) > 
iconify-icon {
    color: var(--instagram-color);
}
.section2 > div div.tv > div:nth-of-type(2) > a:nth-of-type(3) > 
iconify-icon {
    color: var(--kakaotalk-color);
}
.section2 > div div.tv div a span {
    font-size: .45em;
    margin-left: .5em;
}
.turn {
    display: flex;
    justify-content: space-evenly;
    width: 15%;
    margin: 0 auto;
}
.turn li{
    font-size: 28px;
    color: #ccc;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
}
.circle {
    display: flex;
    position: absolute;
    top: 94%;
    z-index: 1;
    right: 6%;
}
.circle li{
    background-color: #000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 0.5em;
    border: 1px solid #fff;
}
.section3 > div.slide {width: var(--width-size);height: 484px;}
.section3 > div.slide .bx-wrapper {
    box-shadow: unset;
    background: unset;
    border: unset;
}

span.color1 {background-color: var(--color-point4);}
span.color2 {background-color: green;}
span.color3 {background-color: var(--color-point1);}
span.color4 {background-color: var(--color-point3);}
.section3 > div.simple_list{
    display: none;
}
.section3 > div.simple_list.on {
    display: block;
}
.section3 > div.simple_list ul{
    display: flex;
    /* margin-left: 27.7px; */
}
.section3 > div.simple_list ul li{
    border: 0;
    width: 382px;
    height: 382px;
    box-shadow: 4px 11px 30px -11px #ccc;
}
.section3 > div.simple_list ul li:nth-last-of-type(1) {
    margin-right: 0;
}
.section3 > div.simple_list ul li div{}
.section3 > div.simple_list ul li a{
    border: 0;
}
.section3 > div.simple_list ul li.empty_li{
    box-shadow: unset;
}

@media screen and (max-width: 1000px) {
	
	.section2 {
    display: flex;
    flex-wrap: wrap;
    margin: 3em 1em;
    height: auto;
}
	.section2 div.pofol {
}
	.section2 div.pofol .bx-wrapper {height: 44vh;}
	.section2 div.pofol .bx-wrapper .bx-viewport {
    max-width: 100%;
}
	.pofol .slide33 {display:flex;flex-direction: row;}
	.section2 > div.pofol > div.bg_gra_left, .section2 > div.pofol > div.bg_gra_right {display:none;}
	.pofol .slide33 li {
    min-width: 100%;
    opacity: 1;
    height: 44vh;
}
	.section2 > a {
    width: 50%;
    margin-bottom: 3em;
    padding: 1em;
    font-size: 1.5rem;
}
	.section2 ul li div {
    height: 32em;
}
	.section2 > div.notice {
    height: auto;
}
	.section2 > ul > li div h4 {
}
	.section2 > div > div:nth-of-type(1) {
    width: 100%;
}
	.section2 > div > div:nth-of-type(1) > div:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
}
	.section2 > div > div:nth-of-type(1) > div:nth-of-type(2) a {
    width: 100%;
    margin-bottom: 2em;
}
	.section2 > div > div:nth-of-type(1) > div:nth-of-type(2) a:after {left: 0;width: 100%;height: 1px;top: 100%;margin-top: 5%;}
	.section2 > div > div:nth-of-type(1) > div:nth-of-type(2) a h4 {
    font-size: 1.2em;
}
	.section2 > div > div:nth-of-type(1) > div:nth-of-type(2) a p {font-size:1em;}
	.section2 > div > div:nth-of-type(2) {width:100%;height: auto;}
	.section2 > div div.tv div:nth-of-type(1) {
    /* background-size: 100%; */
    height: 19em;
    margin-top: 2em;
    margin-bottom: 1em;
}
	.section2 > div div.tv div:nth-of-type(1):before{}
	.section2 > div div.tv div:nth-of-type(1):after{display: none;}
	.section2 > div div.tv div a span {
    margin-left: 0;
}
	.section2 > div.notice .div_lab.on {}
	.section2 > div.notice .div_lab .bx-controls-direction {width:100%;}
	.section2 > div.notice .div_lab .bx-controls .bx-prev {width: 30px;left: 19%;}
	.section2 > div.notice .div_lab .bx-controls .bx-next {width: 30px;left: 21%;}
	.section3 > div.slide {
    width: 360px;
    overflow: hidden;
 }
	.turn {
    width: 27%;
    padding-bottom: 1em;
    margin-top: -1em;
}
	.turn li {
    width: 30px;
    height: 30px;
    font-size: 20px;
}
}

.section3 {
    display: flex;
    flex-direction: column;
    /* margin-top: 45px; */
    background-color: var(--color-bg-point3);
    height: 100vh;
    justify-content: center;
}
.section3 .txtarea {
    width: 25%;
    height: 30em;
    background-color: #ffe100;
    position: relative;
    left: 11%;
    color: #000;
    text-align: center;
    padding: 4em 2em;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}
.section3 .txtarea p {
    font-size: 18px;
    font-weight: 400;
}
.section3 .txtarea p.point {
    display: flex;
    font-size: 22px;
    font-weight: 500;
    /* color: #ccc; */
    align-items: center;
    padding: 1em 0;
}
.section3 .txtarea p strong {
    font-size: 60px;
    color: var(--color-main);
    font-weight: 700;
    padding-left: .2em;
}
.section3.active .txtarea {
    animation: fadeInDown 1.5s;
} 
.section3 span {
    font-size: 230px;
    font-weight: 900;
    font-family: 'Pretendard';
    color: rgba(0,0,0,.3);
    position: absolute;
    bottom: -9%;
    letter-spacing: 10px;
    z-index: 1;
    opacity: 0;
}
.section3.active span {
   transform:translateX(100%);
   animation: left_txt 10s linear infinite;
   opacity: 1;
   }

.section3 .txtarea h3 {
    font-size: 2em;
    font-weight: 700;
    padding-bottom: 1em;
}
.section3 .txtarea a {
    background-color: #fff;
    width: 60%;
    padding: 1em;
    border-radius: .5em;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-top: 4em;
    background-color: var(--color-main);
}


@media screen and (max-width:1000px) {
	.section3 {
    width: 100%;
    overflow: hidden;
    min-width: 360px;
    padding: 2em 1em 14em;
    height: auto;
    margin-top: 0;
}
	.section3 span {display:none;}
	.section3 h3{}
	.section3 .txtarea {width:100%;left: 0;height: auto;margin-top: 3em;padding: 4em 1em;}
	.section3 .txtarea h3 {
    padding-bottom: 0;
}
	.section3 .txtarea p {
    font-size: 1.5rem;
    letter-spacing: -.5px;
}
	.section3 .txtarea p strong {
    font-size: 2em;
}
	.section3 .txtarea p.point {
    padding: .5em;
}
	.section3 .txtarea a {
    margin-top: 2em;
    font-size: 1.6rem;
}
}

.main_width_setting{
    position:relative;
    width: var(--width-size);
    margin:0 auto;
    clear: both;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5em 0;
}
br.mo {display:none;}
.bg_navy, .bg_navy .bx-wrapper {
    background-image: url(/img/main/sec03_bg.jpg);
    background-repeat: no-repeat;
    background-position-y: 73%;
    position: relative;
    background-size: cover;
}
.bg_navy:after {content:"";position:absolute;width:100%;background-color: rgb(0 0 0 / 10%);height: 100%;}
.bg_navy .bx-wrapper{border: 5px solid #ebebfc;}
.main_width_setting h4 {
    font-size: var(--font-size24);
}
.bottom_scroll_banner {width:100%; filter:grayscale(100%);}
.bottom_scroll_banner td > div {
    margin-left: 1em;
}
@media screen and (max-width: 1000px) {
	.section1 .slide1 li .text {
    width: 98%;
}
	.section1 .slide1 li .text:before {
    bottom: 40%;
}
	.section1 .slide1 li .text h2 {
    font-size: 4.5em;
}
	.section1 .slide1 li .text p {font-size: 1.8rem;letter-spacing: -1px;word-break: keep-all;padding: 1.2em;}
	.section1 .slide1 li .text img{
    width: 100%;
}
	.section1 .slide1 li .mp4 {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
	.section1 .slide1 li .mp4 video {
    height: 100vh;
    width: auto;
    position: unset;
}
	.main_width_setting {width:100%;display: flex;flex-wrap: wrap;padding-left: 1em;}
	br.mo {display:unset;}

	.section3 .tab {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 0.5em;
}
	.section3 .tab a {
    width: 33.3%;
    padding: 0.5em;
    font-size: 1.1em;
}
	.section3 .tab a:nth-last-child(1), .section3 .tab a:nth-last-child(2){width:45%;}
	div.bg_navy {
    max-width: 100%;
    background-position-x: -14em;
    background-position-y: bottom;
 }
	.bottom_scroll_banner {
    width: 100%;
}
	
}

.section4 {}
.section4 div.tit {
    position: absolute;
    left: 50%;
    top: 18%;
    transform: translate(-50%, -20%);
    padding: 0;
    z-index: 2;
}
.section4 div.tit h3 {
    color: #fff;
    font-size: var(--main-h3-size);
}
.section4 .mp4 video {
    width: 100%;
}
.section4 .form {
    left: 50%;
    top: 53%;
    /* width: 50%; */
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 9;
    }

.bg_video {/* position:relative; */height: 126vh;}
.bg_video:after {content:"";position:absolute;width:100%;background-color: rgb(0 0 0 / 78%);height: 100%;left: 0;top: 0;}

/* 신청폼 */
.section4 .form_box {position: relative;width: var(--width-size);background-color: unset;border: unset;}
.section4 .form_wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.section4 .form_wrap > div {
    width: 48%;
    margin-bottom: 1.5em;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.section4 .form_wrap > div.address {
    /* width: 100%; */
}
.section4 .form_wrap > div.address > div {
    width: 76%;
}
.section4 .form_wrap > div.address > div span {
    display: flex;
}
.section4 .form_wrap > div.address > div span a {
    color: #ffe100;
    display: flex;
    background-color: #1d2088;
    padding: 0 1em;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    height: 2.2em;
    margin-left: .3em;
    border-radius: .3em;
}
.section4 .form_wrap > div.address > div span input{width: 25%;}

.section4 .form_wrap > div.address > div > input[type=text] {
    width:100%;
    margin-bottom: .35em;
}
.section4 .form_wrap > div.address > div input[type=text]:nth-of-type(2) {
    margin-bottom: .35em;
    width: 100%;
}
.section4 .form_wrap > div.address > div input[type=text]:nth-of-type(3) {width: 100%;}
.section4 .form_wrap > div.comment {
    width: 100%;
}

.section4 .form_wrap .row {
    width: 47%;
    margin-bottom: 2em;
    margin-right: 4em;
}
.section4 .form_wrap .row:nth-child(2),.form_wrap .row:nth-child(4), .form_wrap .row:nth-child(7) {margin-right:0;}
.section4 .form_wrap .row2 {width: 100%;
    margin-bottom: 2em;}
.section4 .form_wrap .col {}
.section4 .form_wrap .col input, .form_wrap .col textarea {font-size: 24px;border-radius: .3em;padding: 5px 10px;border: 1px solid #ccc;margin: .2em 0;}
.section4 .form_wrap .col input.frm_text {width:100%;}
.section4 .form_wrap .col .required {
    width: 100%;
}
.section4 .form_wrap .col label {margin-left:1em;font-size: 24px;color: #555;} 
.section4 .form_wrap .required, .form_wrap .required2 {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    width: 23%;
    background-image: none;
}
.section4 .form_wrap .required:after{content:"";position:absolute;background-image:url('../img/require.png');width: 15px;height: 15px;}
.section4 .form_wrap .form-control {
	border: 1px solid #ffffff66;
	font-size: 16px;
	padding: 0 10px;
	width: 100%;
	background: #ffffff21;
	width: 76%;
	font-weight: 300;
	border-radius: 4px;
	height: 8em;
}
.section4 .checkbox {color:#fff;text-align: center;margin-top: 2em;font-weight: 400;display: flex;}
.section4 .checkbox a {/* color:#fff; */font-size: 16px;background-color: rgb(255 255 255 / 34%);padding: .2em 1em;border-radius: 4px;margin-left: 1em;font-weight: 400;}

.section4 .filebox input[type="file"] {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip:rect(0,0,0,0);
border: 0;
}
.section4 .form_wrap input[type="text"], .section4 .form_wrap input[type="password"] {
    border: 1px solid #ffffff66;
    height: 40px;
    font-size: 16px;
    padding: 0 10px;
    background: #ffffff21;
    width: 76%;
    font-weight: 300;
    border-radius: 4px;
    color: white;
}

button.btn_frmline, .form_wrap .filebox label {
    cursor: pointer;
    background-color: var(--color-main);
    padding: .2em 1em;
    margin-left: 1em;
    color: #fff;
    border-radius: .3em;
    font-size: 24px;
    height: unset;
}
button.btn_frmline {
    vertical-align: unset;
}
.link_box {
    text-align: center;
    margin-top: 1em;
}
.link_box button.btn_receipt {
    padding: 1em;
    background-color: var(--color-main);
    border: 0;
    border-radius: .5em;
    width: 37%;
}
button.btn_receipt span {
    font-size: 20px;
    font-weight: 600;
    color: #ffe100;
    }
.agree label{
    font-size: 22px;
}
.agree .agree_open {
    background: #888;
    color: #fff;
    padding: .3em 1em;
    font-size: 20px;
    border-radius: .3em;
    margin-left: .5em;
}
.agree input[type='checkbox'] {
    width: 20px;
    height: 22px;
} 


@media screen and (max-width: 1000px) {
	div.tit h3{font-size:3.5em}
	div.tit p {font-size:1.5em}
	.section4 {
    position: relative;
    height: 126vh;
}
	.section4 div.tit h3 {font-size:3.5em}
	.section4 .mp4 video {
    height: 100vh;
    width: auto;
    position: relative;
    right: 126%;
}
	.section4 div.tit {
    top: 6%;
}
	.section4 .form {
    position: absolute;
    height: auto;
    left: 50%;
    top: 54%;
    width: 100%;
}
	
	/* 신청폼 */
	.section4 .form_box {
    padding: 2em;
    width: 100%;
 }
	.section4 .form_wrap {
    display: flex;
    flex-direction: column;
	}
	.section4 .form_wrap > div {
    width: 100%;
    display: flex;
    flex-direction: column;
 }
	.section4 button.btn_receipt {
    font-size: 2.5em;
    width: 100%;
    padding: .5em;
 }
	.section4 .form_wrap .required, .section4 .form_wrap .required2 {
    font-size: 1.5rem;
    width: 100%;
 }
	.section4 .form_wrap input[type="text"], .section4 .form_wrap input[type="password"] {
    font-size: 16px;
    width: 100%;
    height: 2em;
 }
	.section4 .checkbox label, .section4 .radio label {
    font-size: 1.25em;
    text-align: left;
 }
}	.link_box {
    width: 100%;
}