@charset "utf-8";

/* gamja-flower-regular - latin */
@font-face {
  font-family: 'Gamja Flower';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/gamja-flower-v5-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Gamja Flower Regular'), local('GamjaFlower-Regular'),
       url('../fonts/gamja-flower-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/gamja-flower-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/gamja-flower-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/gamja-flower-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/gamja-flower-v5-latin-regular.svg#GamjaFlower') format('svg'); /* Legacy iOS */
}

/* 공통요소 */
.sr-only{
	position:absolute;left:-9999px;
}


header>nav{
	position:fixed;
	right:5px;
	top:45%;
}


header>nav>ul>li{
	margin-bottom:10px;
}

header>nav>ul>li>a{
	display:block;
	text-align:right;
	font-weight:400;
	line-height:25px;
	margin-right:30px;
	font-size:10px;
	/* width:10px; */
	/* height:10px; */
	/* margin-left:5px; */
	/* text-indent:-9999px; */
	/* background-color:rgba(0,0,0,0.85); */
	/* border-radius:12px; */
}


header>nav>ul>li.on>a{
	color:#fff;
	/* width:12px; */
	/* height:12px; */
	/* margin-left:2px; */
	/* background:none; */
	/* border:2px solid white; */
	/* border-radius:7px; */
	
}

header>.ro{
	position:fixed;
	right:0;
	top:48%;
}


header>.ro>ul>li>a{
	display:block;
	/* text-align:right; */
	/* font-weight:400; */
	/* line-height:25px; */
	/* margin-right:30px; */
	/* font-size:10px; */
	width:10px;
	height:10px;
	margin-left:5px;
	text-indent:-9999px;
	background-color:rgba(0,0,0,0.85);
	border-radius:12px;
}


header>.ro>ul>li.on>a{
	/* color:#fff; */
	width:12px;
	height:12px;
	margin-left:2px;
	background:none;
	border:2px solid white;
	border-radius:7px;
	
}

/* 컨텐츠 영역 */


section>.cont2{
	position:relative;
	overflow:hidden;
	width:100%;
	height:90vh;
	
	background-repeat: no-repeat;
	background-position: 50% 50%;
	/* background-size: 100% 100%; */
}

section>.cont1{
	
	overflow:hidden;
	width:100%;
	height:100vh;
}


.qp {
	overflow:hidden;
	z-index:999999999;
	position:absolute;
	left:51.5%;
	top:50%;
	background-image:url(../images/slogan.png);
	width:829px;
	height:230px;
	transform: translate(-50%, -50%);
	
}

#slides {
  position: relative;
  height:100vh;
  }
 #slides > .slides_container {
    width: 100%;
    height: 100%; }
 #slides > .slides_container > li {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover; }
 #slides > .slides_container > li:nth-child(1) {
        background-image: url(../sub03/2/image1.jpg); }
 #slides > .slides_container > li:nth-child(2) {
        background-image: url(../sub03/2/image2.jpg); }
 #slides > .slides_container > li:nth-child(3) {
        background-image: url(../sub03/2/image3.jpg); }
 #slides > .slides_container > li:nth-child(4) {
        background-image: url(../sub03/2/image4.jpg); }

		
 #slides > .slides_container > li > .main_txt {
        position: absolute;
        top: 50%;
        right: 0;
        width: 50%;
        margin-top: -203px; }


 #slides > .slides_pagination {
	 list-style: none;
    display: flex;
    position: absolute;
    left: 46%;
    bottom: 20px;
    width: 105px;
    height: 16px;
    margin-left: -38px;
    z-index: 999; }
   #slides > .slides_pagination > li {
      width: 5px;
      height: 5px;
      margin-right: 15px; }
    #slides > .slides_pagination > li:last-child {
        margin-right: 0; }
    #slides > .slides_pagination > li > a {
        display: block;
        width: 100%;
        height: 100%;
        text-indent: -9999px;
		border:3px solid #626262;
        border-radius: 10px;
        transition: all 0.2s; }
    #slides > .slides_pagination > li.on > a {
        width: 7px;
        height: 7px;
        margin: -3px auto 0;
        border: 3px solid #6dc234;
        border-radius: 11px;
        background-color: transparent; }
 #slides > .slides_navigation {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
	opacity:0.6;
	
 }
	
#slides > .slides_next {
	transform: translate(-50%, -50%);
	top:50%;
    right: 0px;
	z-index:99999;
	width:50px;
	height:50px;
    margin-top:-26px;
}

#slides > .slides_next:hover {
	opacity:1;
}	

#slides > .slides_prev {
	transform: translate(-50%, -50%);
	top:50%;
    right: 0;
	z-index:99999;
	width:50px;
	height:50px;
    margin-top:26px;
	}

#slides > .slides_prev:hover {
	opacity:1;
}

	

	#css_tabs {
    font-family:'nanumgothic', '나눔고딕', 'malgun gothic', '맑은 고딕', 'dotum', '돋움', sans-serif;
	font-size:12px;
	padding-top:20px;
	width:1000px;
	margin:0 auto;
	z-index:9999999999999;
}
/* 탭 선택 시 표시할 요소(div) 정의(1번 탭 선택 시 첫 번째 div 요소 표시) */
#css_tabs input:nth-of-type(1), #css_tabs input:nth-of-type(1) ~ div:nth-of-type(1), #css_tabs input:nth-of-type(2), #css_tabs input:nth-of-type(2) ~ div:nth-of-type(2), #css_tabs input:nth-of-type(3), #css_tabs input:nth-of-type(3) ~ div:nth-of-type(3) {
    display:none
}
#css_tabs input:nth-of-type(1):checked ~ div:nth-of-type(1), #css_tabs input:nth-of-type(2):checked ~ div:nth-of-type(2), #css_tabs input:nth-of-type(3):checked ~ div:nth-of-type(3) {
    display:block
}
/* 라벨 기본 스타일 지정 */
#css_tabs > label {
    display:inline-block;
    font-variant:small-caps;
    font-size:.9em;
    padding:5px;
    text-align:center;
    width:20%;
    line-height:1.8em;
    font-weight:700;
    
    background:#fff;
    color:#777;
    border:1px solid #ccc;
    border-width:1px 1px 0
}
#css_tabs > label:hover {
    cursor:pointer
}
#css_tabs label[for=tab1] {
    margin-left:0%;
}
/* 선택된 라벨, 커서를 올린 라벨 스타일 지정 */
#css_tabs input:nth-of-type(1):checked ~ label:nth-of-type(1), #css_tabs > label[for=tab1]:hover {
    background:#3F3F3F;
    color:#fff
}
#css_tabs input:nth-of-type(2):checked ~ label:nth-of-type(2), #css_tabs > label[for=tab2]:hover {
    background:#3F3F3F;
    color:#fff
}
#css_tabs input:nth-of-type(3):checked ~ label:nth-of-type(3), #css_tabs > label[for=tab3]:hover {
    background:#3F3F3F;
    color:#fff
}
/* 실제 내용이 담긴 div 요소 스타일 지정 */
#css_tabs .tab1_content, #css_tabs .tab2_content, #css_tabs .tab3_content {
    padding:0px;
    border:0px solid #ddd;
    width:100%;
    
}

.m_data{display: none;}


@media (max-width:1024px) {
    #slides > .slides_prev {top:auto;transform: none;bottom:0;right:52px;}
    #slides > .slides_next {top:auto;transform: none;bottom:0;right:0px;}
}

@media (max-width:450px) {
    section>.cont1{height:45vh !important;}
    section>.cont1 #slides{height:45vh !important;}
    #size1{box-sizing: border-box;padding:0 20px;}
    
    .m_data{display: block;}
    .m_data .data_in{padding:40px 20px;}
    .m_data .data_in img{display: block;width:100%;}
    .m_data .data_in img.img_b{margin-bottom:20px;}
    .m_data .data_in .pri{margin:20px 0;}
    .m_data .data_in .pri h2{font-size:20px;line-height:26px;margin-bottom:10px;}
    .m_data .data_in .pri .line{border-top:1px dashed #000;}
    .m_data .data_in .pri .txt{line-height:16px;margin-top:15px;}
    .m_data .data_in .pri .txt p:first-child{font-size:14px;margin-bottom:8px;}
    .m_data .data_in .pri .txt p:nth-child(2){margin-bottom:8px;}
    .m_data .data_in .pri .re{border:1px solid #000;display: inline-block;margin:20px 0 10px;}
    .m_data .data_in .pri .re a{display: block;padding:10px 20px;color:#000;transition: all .3s ease-in-out;}
    .m_data .data_in .pri .re:hover{border:1px solid #f2c121;}
    .m_data .data_in .pri .re:hover a{display: block;padding:10px 20px;color:#000;background: #f2c121;color:#fff;}
}

@media (max-width:350px) {
    .m_data .data_in img.img_b{margin-bottom:10px;}
    .m_data .data_in .pri .txt p{letter-spacing: -.5px;}
}