@charset "utf-8";
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'dimibang_new';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2104@1.1/dimibang_new.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'JSArirang-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/JSArirang-RegularA1.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 200;
}
.main_vtxt2 .main_vtxt2_1 {
	font-family: 'Pretendard-Regular';
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    margin-top: 27px;
    padding-right: 5px;
    vertical-align: top;
	letter-spacing: -0.02em;
}
.main_vtxt2 .main_vtxt2_2 {
	font-family: 'dimibang_new';
	font-size: 58px;
    font-weight: 700;
	letter-spacing: -0.0em;
}
.main_vtxt3 .main_vtxt3_1 {
	font-family: 'JSArirang-Regular';
    font-size: 100px;
    font-weight: 500;
	letter-spacing: -0.0em;
}
.main_vtxt3 .main_vtxt3_1 span {
	font-family: 'JSArirang-Regular';
    font-size: 120px;
    font-weight: 500;
	letter-spacing: -0.0em;
	color:#e6621c;
}
.main_vtxt3 .main_vtxt3_2 {
	font-family: 'Pretendard-Regular';
	font-size: 20px;
    font-weight: 400;
	letter-spacing: -0.02em;
	margin-left: -30px;
}
 section>article {
     width:100%;
     text-align:center;
}
 .contents_box_title {
     font-size:45px;
     font-weight:700;
     margin-bottom:20px;
     line-height:1.2;
     letter-spacing:0;
     color:#000;
}
 .contents_box_title>span {
     color:#6b6b6b;
}
 .contents_box_txt {
     font-size:18px;
     opacity:1;
     margin-bottom:60px;
     line-height:1.2;
     color:#38383a;
}
 .contents_box_title2_s {
     font-size:17px;
     font-weight:500;
     margin-bottom:20px;
     line-height:1.2;
     letter-spacing:0;
     color:#000;
     text-align:left;
     letter-spacing: 0.1em;
}
 .contents_box_title2 {
     font-size:72px;
     font-weight:800;
     margin-bottom:20px;
     line-height:1.2;
     letter-spacing:0;
     color:#000;
     font-family: 'GmarketSans', sans-serif;
     text-align:left;
}
 .contents_box_txt2 {
     font-size:17px;
     opacity:1;
     margin-top: -75px;
     margin-bottom:50px;
     margin-left:330px;
     line-height:1.5;
     color:#787878;
     text-align:left;
     letter-spacing:0.02em;
}
 section>.cont_mv {
     position:relative;
     width:100%;
	 max-height:800px;
     overflow:hidden;
     background-color:#ededed;
}
 .main_slide {
	width: 100%;
    max-width: 1920px;
    height: 100%;
    position: relative;
    margin: 0 auto;
    left: 0;
    top: 0px;
    padding-top: 100px;
    z-index: 1;
}
 .main_slide.flex {
	display: flex;
	width: 100%;
    max-width: 1920px;
    height: 100%;
	max-height:800px;
    position: relative;
    margin: 0 auto;
    left: 0;
    top: 0;
    padding-top: 0px;
    z-index: 1;
}

 .main_slide ul {
	 padding-left: 0px;
}
 .main_slide_p {
     display:block;
}
 .main_slide_t {
     display:none;
}
 .main_slide_m {
     display:none;
}
#mMovie {
    width: 100%;
    max-width: 100%;
	position: relative; 
    height:100%;
	max-height: 800px;
    object-fit: cover;
    top: 100px;
}

 .main_vtxt1 {
     position:absolute;
     top:105px;
     left:50%;
     margin-left:-600px;
     width:1200px;
     text-align:center;
     font-size:28px;
     font-weight:400;
     color:rgba(255,255,255,1);
     z-index:150;
     letter-spacing:0.1em;
     margin-bottom:30px;
     font-family: 'GmarketSans', sans-serif;
    animation: 
    vtxt1 
    2s 
    ease 
    0s 
    1 
    normal 
    both;
     -webkit-animation: vtxt1 2s ease 0s 1 normal both;
    transform-origin:50% 50%;
    animation-delay: 0.5s;
}
 @keyframes vtxt1 {
     0% {
         margin-top:0px;
         opacity:0;
    }
     100% {
         margin-top:20px;
         opacity:1;
    }
}
 .main_vtxt2 {
     position:absolute;
     top:160px;
     left:50%;
     margin-left:-600px;
     width:1200px;
     text-align:center;
     font-family: 'GmarketSans', sans-serif;
     font-size:68px;
     font-weight:700;
     color: rgba(255,255,255,1);
     z-index:150;
     letter-spacing:-0.04em;
     margin-bottom:25px;
    animation: 
    vtxt2 
    2s 
    ease 
    0s 
    1 
    normal 
    both;
     -webkit-animation: vtxt2 2s ease 0s 1 normal both;
    transform-origin:50% 50%;
    animation-delay: 1.5s;
}
 @keyframes vtxt2 {
     0% {
         margin-top:0px;
         opacity:0;
    }
     100% {
         margin-top:20px;
         opacity:1;
    }
}
 .main_vtxt3 {
     position:absolute;
     top:230px;
     left:50%;
     margin-left:-600px;
     width:1200px;
     text-align:center;
     font-family: 'GmarketSans', sans-serif;
     font-size:68px;
     font-weight:300;
     color: rgba(255,255,255,1);
     z-index:150;
     letter-spacing:-0.04em;
     margin-bottom:25px;
    animation: 
    vtxt3 
    2s 
    ease 
    0s 
    1 
    normal 
    both;
     -webkit-animation: vtxt3 2s ease 0s 1 normal both;
    transform-origin:50% 50%;
    animation-delay: 1.5s;
}
 @keyframes vtxt3 {
     0% {
         margin-top:0px;
         opacity:0;
    }
     100% {
         margin-top:20px;
         opacity:1;
    }
}
 .main_vtxt4 {
     position:absolute;
     top:410px;
     left:50%;
     margin-left:-600px;
     width:1200px;
     text-align:center;
     font-size:18px;
     font-weight:400;
     color:rgba(255,255,255,1.0);
     z-index:150;
     letter-spacing:0.01em;
     padding-left:5px;
    animation: 
    vtxt3 
    2s 
    ease 
    0s 
    1 
    normal 
    both;
     -webkit-animation: vtxt3 2s ease 0s 1 normal both;
    transform-origin:50% 50%;
    animation-delay: 2.5s;
}
 @keyframes vtxt3 {
     0% {
         margin-top:20px;
         opacity:0;
    }
     100% {
         margin-top:-10px;
         opacity:1;
    }
}

 .mark-bg { 	
	 position:absolute;
         width: 100%;
    max-width: 100%;
    height: auto;
     background-color:rgba(0,0,0,0.1); 
	 z-index: 9;
}
 .main_vbtn {
     position:absolute;
     top:480px;
     left:50%;
     margin-left:-600px;
     display:block;
     font-family: 'Noto Sans KR', sans-serif;
     font-size:18px;
     line-height:18px;
     padding:20px 30px;
     z-index:150;
     border:2px solid #FFF;
     background-color:rgba(0,0,0,0.1);
     color:#FFF
}
 .main_slide_p img {
	width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
	padding-top:100px;    
	max-height: 800px;
}

 .main_slide a.bx-prev, .main_slide a.bx-next {
     position:absolute;
     top:45%;
     width:65px;
     height:70px;
     background-size:100% auto;
     opacity:0.9;
     text-indent:-9999px;
}
 .main_slide a.bx-prev {
        left: 20px;
    margin-right: auto;
    background-image: url(../images/icon/chevron_left.svg);
    /*background-color: rgba(22, 39, 108, 0.95);*/
    background-size: 40px;
    z-index: 100;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: solid 0px #ffffff;
}
 .main_slide a.bx-next {
    right: 20px;
    margin-left: auto;
    background-image: url(../images/icon/chevron_right.svg);
    /*background-color: rgba(22,39,108,0.95);*/
    background-size: 40px;
    z-index: 100;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: solid 0px #ffffff;
}
 .main_slide a.bx-start, .main_slide a.bx-stop {
}
 .main_slide a.bx-start {
}
 .main_slide a.bx-stop {
}
 .main_slide div.bx-pager {
     position:absolute;
     width:100%;
     left:0;
     bottom:30px;
     text-align:center;
     z-index:50;
}
 .main_slide div.bx-pager div {
     display:inline-block;
     margin:0 4px;
}
 .main_slide div.bx-pager div a {
     display:block;
     width:10px;
     height:10px;
	 border-radius: 5px;
     background-color:rgba(255,255,255,1.0);
     text-indent:-9999px;
}
 .main_slide div.bx-pager div a.active {
     background-color:#fa0000;
}
 section>.cont1 {
     position:relative;
     height:auto;
     padding:0;
     background-repeat:no-repeat;
     background-position: center;
     background-size: cover;
     overflow:hidden;
	 top: -165px;
	 z-index: 9;
}
 section>.cont1:after {
     display:block;
     content:"";
     clear:both;
}
 .cont1_box {
    width: 100%;
    height: auto;
    max-width: 1500px;
    padding: 80px 0px 0 0;
    text-align: left;
    position: relative;
    display: flex;
    justify-content: space-around;
    z-index: 9;
    margin: 0px auto 0;
}
 .cont1_box_in01 {
     width:100%;
     cursor:pointer;
}

 .cont1_box_in01:after {
     display:block;
     content:"";
     clear:both;
}
 .cont1_box_in_left {
     float:left;
     width:45%;
     background-position:center;
     background-size:cover;
     background-repeat:no-repeat;
     height:100%;
     margin-right: 111px;
     padding: 58px 0 0 42px;
}
 .cont1_box_in_left_txt1 {
     font-size:16px;
     color:#fff;
     letter-spacing:0.2em;
     margin-bottom:17px;
}
 .cont1_box_in_left_txt2 {
     font-size:50px;
     font-weight:300;
     color:rgba(255,255,255,1);
     letter-spacing:-0.03em;
     line-height:1.2;
     margin-bottom:0px;
}
 .cont1_box_in_left_txt2>span {
     display:block;
     font-weight:700;
}
 .cont1_box_in_left_txt2_sun {
     background:rgba(255,255,255,0.2);
     width:100%;
     height:3px;
     letter-spacing:-0.03em;
     line-height:1.2;
     margin-bottom:45px;
}
 .cont1_box_in_left_txt3 {
     font-size:17px;
     color:#fff;
     letter-spacing:0.2em;
     margin-bottom:5px;
}
 .cont1_box_in_left_more{
     display:inline-block;
     width:140px;
     height:37px;
     line-height:37px;
     text-align:center;
     color:#fff;
     font-size:14px;
     background: #fa0000;
     margin:25px auto 0 auto;
}
 .cont1_box_in_left_more:hover {
     color: rgba(255,255,255,1);
}
 .cont1_box_in_01 {
     float:left;
     width:100%;
     background-color:#16276c;
     height:100%;
     padding:60px 40px;
     line-height:1.8;
	 border-radius: 10px;
}
 .cont1_box_in_01 {
     font-size:20px;
     color:#fff;
	 background-color:#16276c;
     letter-spacing:-0.03em;
    display: flex;
    flex-wrap: nowrap;
}
 .cont1_box_in_01 span, .cont1_box_in_02 span, .cont1_box_in_03 span, .cont1_box_in_04 span, .cont1_box_in_05 span {
     display:block;
	 font-weight: 600;
	 letter-spacing: -0.05em;
}
 .cont1_box_in_01 span:nth-child(2), .cont1_box_in_02 span:nth-child(2), .cont1_box_in_03 span:nth-child(2), .cont1_box_in_04 span:nth-child(2), .cont1_box_in_05 span:nth-child(2) {     
     font-size:12px;
	 font-weight: 400;
	 letter-spacing: 0.04em;
	 color:#888;
}
 .cont1_box_in_img {
     display:inline-block;
	 float:left
}
 .cont1_box_in_img img {
     width: 80%;
}
 .cont1_box_in_txt {
     display:inline-block;
	 float:left;
    top: -3px;
    left: 20px;
    position: relative;
}
.cont1_box a:nth-child(1) {
	width:calc(20% - 40px);
}
.cont1_box a:nth-child(2) {
	width:calc(20% - 40px);
}
.cont1_box a:nth-child(3) {
	width:calc(20% - 40px);
}
.cont1_box a:nth-child(4) {
	width:calc(20% - 40px);
}
.cont1_box a:nth-child(5) {
	width:calc(20% - 40px);
}
 .cont1_box_in_02 { 
     background-color: #f5f6fa;
     width:100%;    
	 height: 100%;
     font-size:20px;
     color:rgba(0,0,0,0.8);
     display:inline-block;
     letter-spacing:-0.03em;
     line-height:1.8;
     padding:60px 40px;
	 border-radius: 10px;
    display: flex;
    flex-wrap: nowrap;
}
 .cont1_box_in_right_txt2>span {
     display:block;
     font-weight:700;
}
 .cont1_box_in_03 {
     width:100%;
	 height: 100%;
     display:inline-block;
     font-size:20px;
     color:rgba(0,0,0,0.8);
     line-height:1.8;
     padding:60px 40px;
     background-color: #f5f6fa;
	 border-radius: 10px;
    display: flex;
    flex-wrap: nowrap;
}
 .cont1_box_in_04 {
     width:100%;
	 height: 100%;
     display:inline-block;
     line-height:1.8;
     font-size:20px;
     color:rgba(0,0,0,0.8);
     padding:60px 40px;
     background-color: #f5f6fa;
	 border-radius: 10px;
    display: flex;
    flex-wrap: nowrap;
}
 .cont1_box_in_05 {
     width:100%;
	 height: 100%;
     display:inline-block;
     line-height:1.8;
     font-size:20px;
     color:rgba(0,0,0,0.8);
     padding:60px 40px;
     background-color: #f5f6fa;
	 border-radius: 10px;
    display: flex;
    flex-wrap: nowrap;
}
 .responsive1 .slick-dots {
     position:absolute;
     display:inline-block;
     width:750px;
     left:50%;
     margin-left:0;
     padding-left:80px;
     bottom:80px;
     text-align:left;
}
 .responsive1 .slick-dots li {
     position:relative;
     display:inline-block;
     padding:0 4px;
     margin:0;
     cursor:pointer;
     line-height:22px;
}
 .responsive1 .slick-dots li button {
     display:inline-block;
     width:18px;
     height:18px;
     cursor:pointer;
     border-radius:9px;
     border:4px solid rgba(255,255,255,0.3);
     text-indent:-9999px;
     vertical-align:middle;
     -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
     -ms-transition: all 0.2s ease;
     -o-transition: all 0.2s ease;
     transition: all 0.2s ease;
     background-image:url(../images/main/icon_8px.png);
     background-repeat:no-repeat;
     background-position:center;
     background-size:0 0;
}
 .responsive1 .slick-dots li.slick-active button, .responsive1 .slick-dots li button:hover, .responsive1 .slick-dots li button:focus {
     width:26px;
     height:26px;
     border-radius:13px;
     border:4px solid rgba(255,255,255,0.9);
     background-image:url(../images/main/icon_8px.png);
     background-repeat:no-repeat;
     background-position:center;
     background-size:8px auto;
}
 section>.cont2 {
     position:relative;
	 top:0px;
     height:100%;
     padding:80px 0;
	 margin-top: 0px;
     background-repeat:no-repeat, no-repeat, no-repeat, no-repeat;
     background-position:50% 0%, 0% 50%, 100% 0%, 100% 50%;
     background-size:auto auto, auto 100%, auto auto, auto 100%;
}
 section>.cont2:after {
     display:block;
     content:"";
     clear:both;
}
 .cont2_box {
     width:100%;
     max-width:1500px;
     margin:0 auto;
}
 .cont2_box_in {
     border:0px solid #f3f3f3;
}
 .cont2_box_in:after {
     display:block;
     content:"";
     clear:both;
}
 .cont2_box_in_box {
     float:left;
     width:25%;
     border-right:1px solid #f3f3f3;
     border-top:1px solid #f3f3f3;
     border-bottom:1px solid #f3f3f3;
     min-height:400px;
     padding:70px 40px 40px 40px;
     background-color:#f3f3f3;
     text-align:center;
     background-repeat:no-repeat;
     background-position: center;
     background-size:cover;
}

 .cont2_box_in_box_title {
     display:inline-block;
     font-size:30px;
     font-weight:700;
     letter-spacing:-0.02em;
     margin-bottom:50px;
     color:#2c2c2c;
}

 .cont2_box_in_box_txt {
     font-size:22px;
     padding:0 10px;
     line-height:1.2;
     color:#000;
     letter-spacing:-0.03em;
     margin-bottom:20px;
}
 .cont2_box_in_box_txt2 {
     font-size:15px;
     padding:0 20px;
     line-height:1.2;
     color:#777;
}
 .cont2_box_in_more{
     display:inline-block;
     width:140px;
     height:37px;
     line-height:37px;
     text-align:center;
     color:#404040;
     font-size:14px;
     border:1px solid #424542;
     margin:5px auto 0 auto;
}
 .cont2_box_in_more:hover {
     color: rgba(188,38,45,1);
}
 .Contents4_box1_in_tel_link {
     position: absolute;
     margin-top: 90px;
}

 .carousel-box1 {
     width: 100%;
     max-width: 750px;
     display: inline-block;
     float: left;
}
 .carousel-box2 {
     width: 100%;
     max-width: 750px;
    display: inline-block;
     float: left;
}
 .carousel-item {
     height: 382px !important;
     background: #eee;
}
 .carousel-caption {
     position: absolute;
     right: 5%;
     top: 6rem;
     left: 55%;
     padding-top: 1.25rem;
     padding-bottom: 1.25rem;
     color: #000;
     text-align: center;
}
 .carousel-indicators {
     position: absolute;
     right: 0%;
     bottom: 0;
     width: 50%;
     left: 50%;
     z-index: 2;
     display: flex;
     justify-content: center;
     padding: 0;
     margin-right: 0%;
     margin-bottom: 1rem;
     margin-left: 0%;
     list-style: none;
}
 .carousel-indicators .active {
     background-color: #000 !important;
}
 .carousel-indicators [data-bs-target] {
     box-sizing: content-box;
     flex: 0 1 auto;
     width: 10px;
     height: 10px;
     padding: 0;
     margin-right: 5px;
     margin-left: 5px;
     text-indent: -999px;
     cursor: pointer;
     background-color: #b7b7b7;
     background-clip: padding-box;
     border: 1px;
     border-top: 10px solid transparent;
     border-bottom: 10px solid transparent;
     border-radius: 50%;
     transition: opacity .6s ease;
}
 .cont2_box_in_box_title {
     display:inline-block;
     font-size:31px;
     font-weight:600;
     letter-spacing:0.02em;
     margin-bottom:50px;
}
 .cont2_box_in_box_txt2 {
     font-size:14px;
     padding:0 20px;
     line-height:1.2;
     color:#777;
     margin-bottom:40px;
}
 .cont2_box_in_box {
     display:inline-block;
     border:1px solid #000;
     padding:5px 40px;
}
 .cont2_box_in_more {
     font-size:15px;
     text-decoration: none;
     color:#000;
}
 .w-100 {
     width: 50%!important;
	 height: 100%;
	 object-fit: cover;
}
 .carousel-caption {
     text-shadow: none;
}
.cont1_box_in02 {
	 max-width: 1500px;
	 margin: 0 auto;   
	 display: flex;
	padding: 0 20px;
}
.cont2_box_in_left {
     display: flex;
	 float:left;
	 width: 70%;
	 height:480px;
     background-image:url(../images/main/cont2-img-01.png);
     background-position:0% 0%;
     background-size:cover;
     background-repeat:no-repeat;
	 flex-direction: column;
	 align-items: flex-start;
	 padding: 80px 0 0 70px;
	 margin-right: 10px;
}
.cont2_box_in_right {
     display: flex;
	 float:left;
	 width: 30%;
	 height:480px;
     background-image:url(../images/main/cont2-img-02.png);
     background-position:0% 0%;
     background-size:cover;
     background-repeat:no-repeat;
	 flex-direction: column;
	 align-items: flex-start;
	 padding: 80px 0 0 70px;
	 margin-left: 10px;
}
.cont2_box_in_left_txt1 {
	 font-size:24px;
     color:#ffffff;
     letter-spacing:0.08em;
     margin-bottom:-5px;
     font-weight: 500;
}
.cont2_box_in_left_txt1 span {
	 font-size:24px;
     color:#8393cb;
     letter-spacing:-0.1em;
     margin-bottom:20px;
     font-weight: 500;
}
.cont2_box_in_left_txt2 {
	 font-size: 46px;
	 color: #ffffff;
	 letter-spacing: 0.08em;
	 margin-bottom: -1px;
	 font-weight: 800;
}
.cont2_box_in_left_txt2_sun{
	 border-top-style: ;
	 width: 208px;
	 border-width: 3px;
	 color: rgba(255,255,255,0.6);
	 margin-bottom: 13px;
}
.cont2_box_in_left_txt3 {
	font-size: 31px;
    color: #ffffff;
    letter-spacing: 0.08em;
    margin-bottom: -6px;
    font-weight: 600;
}
.cont2_box_in_left_txt4.t-61 {
	font-size: 24px;
    color: #ffffff;
    letter-spacing: 0.01em;
    margin-top: 61px;   
	margin-bottom: -1px;
    font-weight: 400;
}
.cont2_box_in_left_txt4 {
	font-size: 24px;
    color: #ffffff;
    letter-spacing: 0.01em;
    margin-top: 0px;
    font-weight: 400;
}
.cont2_box_in_right_txt1 {
	 font-size:24px;
     color:#ffffff;
     letter-spacing:0.01em;
     margin-bottom:2px;
     font-weight: 500;
}
.cont2_box_in_right_txt2 {
	 font-size: 41px;
	 color: #ffffff;
	 letter-spacing: 0.01em;
	 margin-bottom: -1px;
	 font-weight: 800;
}
.cont2_box_in_right_txt2_sun{
	 border-top-style: ;
	 width: 184px;
	 border-width: 3px;
	 color: rgba(255,255,255,0.6);
	 margin-bottom: 21px;
}
.cont2_box_in_right_txt3 {
	font-size: 25px;
    color: #ffffff;
    letter-spacing: -0.07em;
    margin-bottom: -6px;
    font-weight: 500;
}
.cont2_box_in_right_txt4 {
	font-size: 20px;
    color: rgba(255,255,255,0.8);
    letter-spacing: 0.01em;
    margin-top: 101px;
	margin-bottom: 0px;
    font-weight: 400;
	border: solid 1px rgba(255,255,255,0.8);
}
.cont2_box_in_right_txt4 a {
	display:block;
	padding: 6px 27px;
}
 section>.cont3 {
     position:relative;
     height:100%;
     padding: 0;
	 top: 0px;
     background-image:url(../images/main/cont3_bg3.png), url(../images/main/cont3_bg1.png), url(../images/main/cont3_bg2.jpg);
     background-repeat:no-repeat, no-repeat, no-repeat;
     background-position:50% 0%, 100% 50%, 0% 50%;
     background-size:auto auto, auto 100%, auto 100%;
     background-attachment:scroll, scroll, fixed;
}
 section>.cont3:after {
     display:block;
     content:"";
     clear:both;
}
 .cont3_box {
     width:100%;
     height:480px;
     max-width:1500px;
     margin:0 auto;
     text-align:left;
}
 .cont3_box_in01 {
     width: 100%;
    height: 100%;
    position: relative;
    background-image: url(../images/main/cont3-img-01.png);
    background-position: 0% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 112px 0;
}
.cont3_box_in_txt1{
	font-size: 16px;
    color: #ffffff;
    letter-spacing: 0.45em;
    margin-bottom: 8px;
    padding-top: 0;
    font-weight: 500;
}
.cont3_box_in_txt2{
	font-size: 50px;
    color: #ffffff;
    letter-spacing: -0.01em;
    margin-bottom: 20px;
    padding-top: 0px;
    font-weight: 500;
}
.cont3_box_in_txt3{
	font-size: 16px;
    color: #ffffff;
    letter-spacing: -0.01em;
    margin-bottom: 0px;
    padding-top: 1px;
    font-weight: 500;
	line-height:1.6;
}
 .cont3_box_in_left {
     width:50%;
     height:592px;
     padding:30px 30px 0px 0px;
     margin-top:0px;
}
 .cont3_box_in_left_txt1 {
     font-size:16px;
     color:#fa0000;
     letter-spacing:0.1em;
     margin-bottom:20px;
     font-weight: 500;
}
 .cont3_box_in_left_txt2 {
     font-size:46px;
     color:#000;
     font-weight: 700;
}
 .cont3_box_in_left_txt2_img {
     margin-top:-55px;
     margin-left:290px;
}
 .cont3_box_in_right {
     position:absolute;
     top:0;
     right:0;
     width:695px;
     height:592px;
     background-image:url(../images/main/cont3_box_in_right_bg01.jpg);
     background-position:0% 0%;
     background-size:cover;
     background-repeat:no-repeat;
     padding:65px 0 0 42px;
}
 .cont3_box_in_right_txt1 {
     font-size:16px;
     color:#fff;
     letter-spacing:0.2em;
     margin-bottom:23px;
}
 .cont3_box_in_right_txt2 {
     font-size:50px;
     color:rgba(255,255,255,1);
     letter-spacing:-0.03em;
     line-height:1.2;
     margin-bottom:57px;
     font-weight:700;
}
 .cont3_box_in_right_txt3 {
     display:inline-block;
     width:165px;
     height:61px;
     line-height:37px;
     font-size:17px;
     color:#d5d4d4;
     text-align:center;
     margin:0px 20px 20px auto;
     padding:10px;
     background-color:rgba(0,0,0,0.5);
}
 .cont3_box_in_right_txt4 {
     display:inline-block;
     width:165px;
     height:61px;
     line-height:37px;
     font-size:17px;
     color:#d5d4d4;
     text-align:center;
     margin:0px 20px 20px auto;
     padding:10px;
     background-color:rgba(0,0,0,0.5);
}
 .cont3_box_in_right_txt5 {
     display:inline-block;
     width:165px;
     height:61px;
     line-height:37px;
     font-size:17px;
     color:#d5d4d4;
     text-align:center;
     margin:0px 20px 20px auto;
     padding:10px;
     background-color:rgba(0,0,0,0.5);
}
 .cont3_box_in_right_txt6 {
     display:inline-block;
     width:165px;
     height:61px;
     line-height:37px;
     font-size:17px;
     color:#d5d4d4;
     text-align:center;
     margin:0px 20px 20px auto;
     padding:10px;
     background-color:rgba(0,0,0,0.5);
}
 .cont3_box_in_right_txt7 {
     display:inline-block;
     width:165px;
     height:61px;
     line-height:37px;
     font-size:17px;
     color:#d5d4d4;
     text-align:center;
     margin:0px 20px 20px auto;
     padding:10px;
     background-color:rgba(0,0,0,0.5);
}
 .cont3_box_in_right_txt8 {
     display:inline-block;
     width:165px;
     height:61px;
     line-height:37px;
     font-size:17px;
     color:#d5d4d4;
     text-align:center;
     margin:0px 20px 20px auto;
     padding:10px;
     background-color:rgba(0,0,0,0.5);
}
 .cont3_box_in_right_txt9 {
     display:inline-block;
     width:165px;
     height:61px;
     line-height:37px;
     font-size:17px;
     color:#d5d4d4;
     text-align:center;
     margin:0px 20px 20px auto;
     padding:10px;
     background-color:rgba(0,0,0,0.5);
}
 .cont3_box_in_right_txt10 {
     display:inline-block;
     width:165px;
     height:61px;
     line-height:37px;
     font-size:17px;
     color:#d5d4d4;
     text-align:center;
     margin:0px 20px 20px auto;
     padding:10px;
     background-color:rgba(0,0,0,0.5);
}
 .responsive2 .slick-dots {
     position:absolute;
     display:inline-block;
     width:100%;
     right:0;
     top:-40px;
     text-align:right;
}
 .responsive2 .slick-dots li {
     position:relative;
     display:inline-block;
     padding:0 0 0 8px;
     margin:0;
     cursor:pointer;
     line-height:22px;
}
 .responsive2 .slick-dots li button {
     display:inline-block;
     width:12px;
     height:12px;
     cursor:pointer;
     border-radius:9px;
	 border:1px solid rgba(0,0,0,0.5);
     text-indent:-9999px;
}
 .responsive2 .slick-dots li.slick-active button, .responsive2 .slick-dots li button:hover, .responsive2 .slick-dots li button:focus {
     width:12px;
     height:12px;
     border-radius:13px;
     background-color: rgba(0,0,0,0.5);
     background-repeat:no-repeat;
     background-position:center;
}
 .church_time_left {
     display: inline-block;
     float: left;
     width: 30%;
     font-size: 17px;
     font-weight: 500;
     color: #555;
     letter-spacing: -0.02em;
     line-height: 1.87;
     margin-top: 3px;
     margin-top: 2px;
     border-bottom: solid 1px #ccc;
}
 .church_time_center {
     display: inline-block;
     float: left;
     width: 40%;
     font-size: 17px;
     font-weight: 500;
     color: #555;
     letter-spacing: -0.02em;
     line-height: 1.87;
     margin-top: 3px;
     margin-top: 2px;
     border-bottom: solid 1px #ccc;
     text-align: center;
}
 .church_time_right {
     display: inline-block;
     float: left;
     width: 30%;
     font-size: 17px;
     font-weight: 500;
     color: #555;
     letter-spacing: -0.02em;
     line-height: 1.87;
     margin-top: 3px;
     margin-top: 2px;
     border-bottom: solid 1px #ccc;
     text-align: center;
}
 section>.cont4 {
     position:relative;
     height:100%;
     padding:80px 0;
     background-color:#f4f4f4;
	 top: 0px;
}
 section>.cont4:after {
     display:block;
     content:"";
     clear:both;
}
 .cont4_box {
     width:100%;
     max-width:1500px;
     margin:0 auto;
}
 .icon-notice {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #333333;
    border-radius: 50%;
	margin-right: 10px;
}
 .Contents4_box_wrap {
     width:100%;
     max-width:1500px;
     height:100%;
     padding:0 20px;
     font-size:0;
     text-align:center;
     margin:0px auto;
	 overflow: hidden;
}
 .Contents4_box {
     position:relative;
     display:inline-block;
     width:calc(50% - 10px);
     height:100%;
     vertical-align:top;
	 margin-right: 10px;
    border: solid 1px #e2e2e2;
    border-radius: 8px;
     background-color:#FFF;
}
 .Contents4_box1 {
     display:inline-block;
     width:calc(50% - 10px);
	 margin-left: 10px;
	 margin-right: 0px;
    border: solid 1px #e2e2e2;
    border-radius: 8px;
     background-color:#FFF;
}
.slick-next.slick-arrow {
	content: "";
    border: solid rgba(0,0,0,0.6) !important;
    border-width: 0 2px 2px 0 !important;
    position: absolute;
    padding: 4px;
    margin-right: 0px;
    margin-top: -52px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 0px;
    top: 0px;
}
.slick-prev.slick-arrow {
	content: "";
    border: solid rgba(0,0,0,0.6) !important;
    border-width: 0 2px 2px 0 !important;
    position: absolute;
    padding: 4px;
    margin-right: 28px;
    margin-top: -52px;
    transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    right: 0px;
    top: 0px;
}
.Contents4_box3_in_list .btn {
	position: absolute;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.25rem 0.25rem;
    font-size: 1rem;
    display: flex;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    right: 50px;
    top: 47px;
    align-items: center;
    justify-content: center;
}
.cont6_box_in_right #map {
	 width: 100%;
    height: 100%;
    padding-left: 0;
    top: 0px;
}
section>.cont5 {
    position: relative;
    height: 100%;
    padding: 80px 0;
    background-color: #ffffff;
    top: 0px;
}
.cont5_box {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}
.Contents5_box_wrap {
    width: 100%;
    max-width: 1500px;
    height: 100%;
    padding: 0 20px;
    font-size: 0;
    text-align: center;
    margin: 0px auto;
}
.Contents5_box1 {
    display: inline-block;
    width: calc(100% - 0px);
    margin-left: 0px;
    margin-right: 0px;
}
.Contents5_box3_in_title {
    padding: 0px 0px 15px 0px;
}
.Contents5_box3_in_title1 {
    display: inline-block;
    width: 100%;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 24px;
    text-align: left;
    font-weight: 700;
    vertical-align: top;
    color: #333;
	line-height: 0.8;
}
.Contents5_box3_in_list {
    width: 100%;
    height: 100%;
    margin: 0 auto 0px;
}
.Contents5_box3_in_list .gal-tt {
    display: block;
    font-size: 14px;
    text-align: left;
    padding: 20px 10px 20px 10px;
    font-weight: 500;
    background-color: #f0f0f0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;  /* ¸»ÁÙÀÓ Àû¿ë */
	color:rgba(0,0,0,0.6);
}
section>.cont6 {
    position: relative;
    top: 0px;
    height: 100%;
    margin-top: 0px;
	background-image:url(../images/main/cont6-img-01.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: 50% 0%;
    background-size: cover;
	padding: 80px 0;
}
.cont6_box_in_left {
    display: flex;
    float: left;
    width: 50%;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
}
.cont6_box_in_right {
    float: left;
    width: 50%;
    padding: 0px 0px 0px 25px;
	margin: -20px 0 -20px 25px;
	background-image:url(../images/main/img_location.jpg);
	background-size:cover;
	background-position:center;
}
.cont6_box_in02 {
    max-width: 1500px;
    height: 100%;
    margin: 0 auto;
    display: flex;
	padding: 0 20px;
}
.cont6_box_in_left_txt1 {
    font-size: 26px;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: -5px;
    margin-top: 20px;
    font-weight: 500;
	text-align: left;
}
.cont6_box_in_left_txt2_sun {
    border-top-style: dotted;
    width: 725px;
    border-width: 1.5px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 13px;
    margin-top: 23px;
}
.cont6_box_in_left img {
	width: 101px;
    height: 101px;
    position: relative;
    left: -310px;
    top: 30px;
}
.cont6_box_in_left_txt3 {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
    margin-top: -44px;
    margin-left: 150px;
    font-weight: 500;
    text-align: left;
}
.cont6_box_in_left_txt4 {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
    margin-top: -6px;
    margin-left: 150px;
    font-weight: 500;
    text-align: left;
}
.cont6_box_in_left_txt11 {
    font-size: 26px;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: -5px;
    margin-top: 82px;
    font-weight: 500;
	text-align: left;
}
.cont6_box_in_left_txt21_sun {
    border-top-style: dotted;
    width: 725px;
    border-width: 1.5px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 13px;
    margin-top: 23px;
}
.cont6_box_in_left img {
	width: 101px;
    height: 101px;
    position: relative;
    left: 0px;
    top: 30px;
}
.cont6_box_in_left_txt31 {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
    margin-top: -44px;
    margin-left: 150px;
    font-weight: 500;
    text-align: left;
}
.cont6_box_in_left_txt41 {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-left: 150px;
    font-weight: 500;
    text-align: left;
}
.cont6_box_in_left_txt41 span {
    color: #6f78af;
    font-weight: 600;
}
.cont6_box_in_left_txt51 {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
    margin-top: -4px;
    margin-left: 165px;
    font-weight: 500;
    text-align: left;
}
.cont6_box_in_left_txt61 {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
    margin-top: 8px;
    margin-left: 150px;
    font-weight: 500;
    text-align: left;
}
.cont6_box_in_left_txt61 span {
    color: #6f78af;
    font-weight: 600;
}
.cont6_box_in_left_txt71 {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
    margin-top: -5px;
    margin-left: 165px;
    font-weight: 500;
    text-align: left;
}
.cont6_box_in_left_txt81 {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
    margin-top: 8px;
    margin-left: 150px;
    font-weight: 500;
    text-align: left;
}
.cont6_box_in_left_txt81 span {
    color: #6f78af;
    font-weight: 600;
}
.cont6_box_in_left_txt91 {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
    margin-top: -5px;
    margin-left: 165px;
    font-weight: 500;
    text-align: left;
}
.icon-cont6 {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-right: 10px;
}
.cont6_box_in_right_txt1 {
	width: 210px;
    line-height: 1.2;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 40px;
    margin-left: 20px;
    font-weight: 500;
    text-align: left;
    POSITION: relative;
    z-index: 9;
    background-color: #ffffff;
    color: #18297b;
    padding: 8px 5px 5px 7px;
}
.cont6_box_in_right_txt1 span {
	display: block;
	font-size: 40px;
    font-weight: 800;
}
.cont6_box_in_right_txt2 {
	width: 150px;
    line-height: 1;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: -100px;
    margin-right: 40px;
    font-weight: 400;
    text-align: center;
    POSITION: relative;
    z-index: 9;
    float: right;
    background-color: #172a76;
    color: #ffffff;
    padding: 10px 5px 10px 5px;
}

.cont6_box_in_right_txt2 a {
	display: block;
}
.responsive1{
  width: 100%;
}
/* ¿©¹é 30px / -2 ¼³Á¤ */
.responsive1 .slick-list{
  margin: 0 -10px;
}
/* ¿©¹é 30px / 2 ¼³Á¤ */
.responsive1 .slick-slide{
  height: 100%;
  margin: 0 10px;
}
.slick-slide img {
	width: 100%;
	height: 214px;
    object-fit: cover;
}
.responsive2{
  width: 100%;
}
/* ¿©¹é 30px / -2 ¼³Á¤ */
.responsive2 .slick-list{
  margin: 0 -10px;
}
/* ¿©¹é 30px / 2 ¼³Á¤ */
.responsive2 .slick-slide{
  height: 100%;
  margin: 0 10px;
}
.Contents4_box3_in_list .gal-tt {	
    display: block;
    font-size: 18px;
    text-align: center;
    padding: 10px 0 0 0;
    font-weight: 500;
	color:rgba(0,0,0,0.6);
}
.numcount.sPage1 {	
	position: absolute;
    height: 30px;
    width: 200px;
    font-size: 16px;
    top: 0;
    right: 0;
    margin-top: 48px;
    margin-right: -75px;
	color:rgba(0,0,0,0.6);
}
.numcount.sPage1 .now {
    color: #3253c4;
}
.Contents4_box3_in_list .btn .btn_pause{
	width: 7px;
    height: 13px;
    border-color: rgba(0,0,0,0.6);
    border-style: double;
    border-width: 0 0 0 7px;
}
.Contents4_box3_in_list .btn .btn_pause.on{ 
    text-indent: -9999px;
    border: none;
    cursor: pointer;
    outline: none;
    width: 0;
    height: 0;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 10px solid rgba(0,0,0,0.6);
    border-right: 10px solid transparent;
    position: absolute;
    right: 0px;
    margin-right: -8px;
    margin-top: 15px;
}
 .Contents4_box1_bg {
     width:100%;
     height:260px;
     background-image:url(../images/main/Contents4_box1_bg.jpg);
     background-size:cover;
     background-position:center;
     display: inline-block;
     padding: 70px 50px;
}
 .Contents4_box2_bg {
     width:100%;
     height:260px;
     background-image:url(../images/main/Contents4_box2_bg.jpg);
     background-size:cover;
     background-position:center;
     display: inline-block;
     padding: 70px 50px;
}
 .Contents4_box1_title {
     color:#FFF;
     font-size:16px;
     font-weight:300;
     font-family: 'Noto Sans KR', sans-serif;
     letter-spacing:0.10em;
     text-align:left;
}
 .Contents4_box1_in {
     position:absolute;
     bottom:0;
     left:0;
     background-color:#FFF;
     width:100%;
     height:270px;
     padding: 40px 50px;
     background-image: url(../images/main/Contents4_box1_bg2.jpg);
     background-size: contain;
     background-position: center right;
     background-repeat:no-repeat;
}
 .Contents4_box1_in_tel {
     width:100%;
     height:auto;
     display:inline-block;
     font-family: 'Noto Sans KR', sans-serif;
     text-align:left;
     margin-top:0px;
}
 .Contents4_box1_in_tel1 {
     line-height:40px;
     color:#fff;
     display: inline-block;
     margin-bottom:15px;
     margin-right:40px;
     font-size:46px;
     letter-spacing:0.03em;
     font-weight:700;
}
 .Contents4_box1_in_tel2 {
     color:#fff;
     font-size:15px;
     letter-spacing:-0.01em;
     font-weight:200;
}
 .Contents4_box1_in_tel3 {
     width:107px;
     height:75px;
     margin-left: 450px;
     margin-top: -100px;
     background-image: url(../images/main/icon_youtube.png);
     background-repeat:no-repeat;
}
 .Contents4_box1_in_tel4 {
     width:76px;
     height:111px;
     margin-left: 465px;
     margin-top: -115px;
     background-image: url(../images/main/icon_location.png);
     background-repeat:no-repeat;
}
 .Contents4_box3_in {
     width:100%;
     height:250px;
     background-color:#FFF;
     text-align:left;
     padding: 10px 40px;
}
 .Contents4_box3_in_title {
     padding:30px 0px 15px 0px;
}
 .Contents4_box3_in_title a {
     color:#444;
}
 .Contents4_box3_in_title a:hover {
     color: rgba(188,38,45,1);
}
 .Contents4_box3_in_title1 {
     display:inline-block;
     width:49%;
     font-family: 'Noto Sans KR', sans-serif;
     font-size:24px;
     text-align:left;
     font-weight:700;
     vertical-align:top;
     color: #333;
}
 .Contents4_box3_in_title2 {
     display:inline-block;
     width:49%;
     font-size:15px;
     letter-spacing:0.04em;
     text-align:right;
     margin-top:10px;
     font-family: 'GmarketSans', sans-serif;
     font-weight:500;
}
 .Contents4_box3_in_title2>img{
     vertical-align: sub;
     margin-left:12px;
}
 .Contents4_box3_in_list {
     width:100%;
	 height: 275px;
	 margin:0 auto 20px;
}
 .Contents4_box3_in_list>ul {  
	padding-left: 0;
	margin-bottom:0;
}
 .Contents4_box3_in_list>ul>li {
	 border-bottom-style: dotted;
	 border-width: 1px;
	 border-color: #bcbcbc;
     padding: 10px 0;
}
 .Contents4_box3_in_list>ul>li:last-child {
    border-bottom: none;
}
 .Contents4_box3_in_list>ul>li>a {
     display:inline-block;
	 align-items: center;
     width:100%;
     font-size:15px;
     line-height:35px;
     white-space: nowrap;
     overflow:hidden;
     text-overflow: ellipsis;
     color:#333;
}
 .Contents4_box3_in_list>ul>li>a:hover {
     color: rgba(188,38,45,1);
}
 .Contents4_box3_in_list .dtime {
    float: right;
}
 .Contents4_box4_in {
     width:100%;
     height:100%;
     text-align:left;
     padding: 10px 40px;
}
 .Contents4_box5_in {
     width:100%;
     height:100%;
     text-align:left;
     padding: 10px 40px;   
}
 section>.cont_footer {
     position:relative;
     width:100%;
     height:100%;
     margin:0 auto;  
	 top: 0px;
}

.cont_footer .menu_box{
	position: relative;
	width: 100%;
	height:100%;
	background-image: url(../images/main/menu_box_area_bg.png);
	background-position:50% 50%;
	padding: 80px 0;
	display: flex;
}
.cont_footer .menu_box_area {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0px 20px;
}
.cont_footer .menu_box_01 {
    float: left;
    display: block;  
	text-align: left;
    width: 16.66666666666667%;
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding: 0 0 0 0;
	color:#999999;
}
.cont_footer .menu_box_01 h5 {
    font-weight:600;
	font-size:20px;
	margin-bottom: 40px;
	color:#ffffff;
}
.cont_footer .menu_box_01_txt, .cont_footer .menu_box_02_txt, .cont_footer .menu_box_03_txt, .cont_footer .menu_box_04_txt, .cont_footer .menu_box_05_txt, .cont_footer .menu_box_06_txt {
    font-weight:600;
	font-size:14px;
	color: #999999;
}
.cont_footer .menu_box_01_txt.sub, .cont_footer .menu_box_02_txt.sub, .cont_footer .menu_box_03_txt.sub, .cont_footer .menu_box_04_txt.sub, .cont_footer .menu_box_05_txt.sub, .cont_footer .menu_box_06_txt.sub {
    font-weight:400;
	font-size:13px;
	color: #888888;
}
 .mouse {
     position: absolute;
     bottom: 20px;
     z-index: 99999;
     left: 50%;
     -webkit-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     transform: translateX(-50%);
     display: block;
}
 .mouse .mouse-icon {
     display: block;
     width: 25px;
     height: 45px;
     border: 2px solid white;
     border-radius: 15px;
     cursor: pointer;
     position: relative;
     text-align: center;
     -webkit-transition: .3s all ease-in-out;
     -o-transition: .3s all ease-in-out;
     transition: .3s all ease-in-out;
}
 .mouse .mouse-wheel {
     height: 6px;
     margin: 5px auto 0;
     display: block;
     width: 6px;
     background-color: #fa0000;
     border-radius: 50%;
     -webkit-animation: 2.0s ease infinite wheel-up-down;
     -moz-animation: 2.0s ease infinite wheel-up-down;
     animation: 2.0s ease infinite wheel-up-down;
}
 @-webkit-keyframes wheel-up-down {
     0% {
         margin-top: 5px;
         opacity: 0;
    }
     20% {
         margin-top: 5px;
         opacity: 1;
    }
     30% {
         margin-top: 5px;
         opacity: 1;
    }
     30% {
         opacity: 1;
    }
     50% {
         opacity: 1;
    }
     100% {
         margin-top: 20px;
         opacity: 0;
    }
}
 @-moz-keyframes wheel-up-down {
     0% {
         margin-top: 5px;
         opacity: 0;
    }
     20% {
         margin-top: 5px;
         opacity: 1;
    }
     30% {
         margin-top: 5px;
         opacity: 1;
    }
     50% {
         opacity: 1;
    }
     100% {
         margin-top: 20px;
         opacity: 0;
    }
}
@keyframes wheel-up-down {
     0% {
         margin-top: 5px;
         opacity: 0;
    }
     20% {
         margin-top: 5px;
         opacity: 1;
    }
     30% {
         margin-top: 5px;
         opacity: 1;
    }
     30% {
         opacity: 1;
    }
     50% {
         opacity: 1;
    }
     100% {
         margin-top: 20px;
         opacity: 0;
    }
} 

 @media screen and (max-width:1500px) { 
 .main_slide a.bx-prev, .main_slide a.bx-next {
     top:50%;
}
 	.main_vtxt2 .main_vtxt2_1 {
		font-family: 'Pretendard-Regular';
		font-size: 20px;
		font-weight: 400;
		display: inline-block;
		margin-top: 27px;
		padding-right: 5px;
		vertical-align: top;
		letter-spacing: -0.02em;
	}
	.main_vtxt2 .main_vtxt2_2 {
		font-family: 'dimibang_new';
		font-size: 58px;
		font-weight: 700;
		letter-spacing: -0.0em;
	}
	.main_vtxt3 .main_vtxt3_1 {
		font-family: 'JSArirang-Regular';
		font-size: 100px;
		font-weight: 500;
		letter-spacing: -0.0em;
	}
	.main_vtxt3 .main_vtxt3_1 span {
		font-family: 'JSArirang-Regular';
		font-size: 120px;
		font-weight: 500;
		letter-spacing: -0.0em;
		color:#e6621c;
	}
	.main_vtxt3 .main_vtxt3_2 {
		font-family: 'Pretendard-Regular';
		font-size: 20px;
		font-weight: 400;
		letter-spacing: -0.02em;
		margin-left: -30px;
	}

	 .main_vtxt1 {
		 position:absolute;
		 top:65px;
		 left:50%;
		 margin-left:-600px;
		 width:1200px;
		 text-align:center;
		 font-size:28px;
		 font-weight:400;
		 color:rgba(255,255,255,1);
		 z-index:150;
		 letter-spacing:0.1em;
		 margin-bottom:30px;
		 font-family: 'GmarketSans', sans-serif;
		animation: 
		vtxt1 
		2s 
		ease 
		0s 
		1 
		normal 
		both;
		 -webkit-animation: vtxt1 2s ease 0s 1 normal both;
		transform-origin:50% 50%;
		animation-delay: 0.5s;
	}
	 @keyframes vtxt1 {
		 0% {
			 margin-top:0px;
			 opacity:0;
		}
		 100% {
			 margin-top:20px;
			 opacity:1;
		}
	}
	 .main_vtxt2 {
		 position:absolute;
		 top:115px;
		 left:50%;
		 margin-left:-600px;
		 width:1200px;
		 text-align:center;
		 font-family: 'GmarketSans', sans-serif;
		 font-size:68px;
		 font-weight:700;
		 color: rgba(255,255,255,1);
		 z-index:150;
		 letter-spacing:-0.04em;
		 margin-bottom:25px;
		animation: 
		vtxt2 
		2s 
		ease 
		0s 
		1 
		normal 
		both;
		 -webkit-animation: vtxt2 2s ease 0s 1 normal both;
		transform-origin:50% 50%;
		animation-delay: 1.5s;
	}
	 @keyframes vtxt2 {
		 0% {
			 margin-top:0px;
			 opacity:0;
		}
		 100% {
			 margin-top:20px;
			 opacity:1;
		}
	}
	 .main_vtxt3 {
		 position:absolute;
		 top:190px;
		 left:50%;
		 margin-left:-600px;
		 width:1200px;
		 text-align:center;
		 font-family: 'GmarketSans', sans-serif;
		 font-size:68px;
		 font-weight:300;
		 color: rgba(255,255,255,1);
		 z-index:150;
		 letter-spacing:-0.04em;
		 margin-bottom:25px;
		animation: 
		vtxt3 
		2s 
		ease 
		0s 
		1 
		normal 
		both;
		 -webkit-animation: vtxt3 2s ease 0s 1 normal both;
		transform-origin:50% 50%;
		animation-delay: 1.5s;
	}
	 @keyframes vtxt3 {
		 0% {
			 margin-top:0px;
			 opacity:0;
		}
		 100% {
			 margin-top:20px;
			 opacity:1;
		}
	}
	 .main_vtxt4 {
		 position:absolute;
		 top:350px;
		 left:50%;
		 margin-left:-600px;
		 width:1200px;
		 text-align:center;
		 font-size:18px;
		 font-weight:400;
		 color:rgba(255,255,255,1.0);
		 z-index:150;
		 letter-spacing:0.01em;
		 padding-left:5px;
		animation: 
		vtxt3 
		2s 
		ease 
		0s 
		1 
		normal 
		both;
		 -webkit-animation: vtxt3 2s ease 0s 1 normal both;
		transform-origin:50% 50%;
		animation-delay: 2.5s;
	}
	 @keyframes vtxt3 {
		 0% {
			 margin-top:20px;
			 opacity:0;
		}
		 100% {
			 margin-top:-10px;
			 opacity:1;
		}
	}
	

}
 @media screen and (max-width:1280px) { 
	 section>.cont_mv {
		position: relative;
		width: 100%;
		height: 100%;
		overflow: hidden;
		background-color: #ededed;
	}
	#mMovie {
		width: 100%;
		max-width: 100%;
		height: auto;
		position: relative;
		top:100px;
	}
 	.main_vtxt2 .main_vtxt2_1 {
		font-family: 'Pretendard-Regular';
		font-size: 18px;
		font-weight: 400;
		display: inline-block;
		margin-top: 17px;
		padding-right: 5px;
		vertical-align: top;
		letter-spacing: -0.02em;
	}
	.main_vtxt2 .main_vtxt2_2 {
		font-family: 'dimibang_new';
		font-size: 38px;
		font-weight: 700;
		letter-spacing: -0.0em;
	}
	.main_vtxt3 .main_vtxt3_1 {
		font-family: 'JSArirang-Regular';
		font-size: 60px;
		font-weight: 500;
		letter-spacing: -0.0em;
	}
	.main_vtxt3 .main_vtxt3_1 span {
		font-family: 'JSArirang-Regular';
		font-size: 80px;
		font-weight: 500;
		letter-spacing: -0.0em;
		color:#e6621c;
	}
	.main_vtxt3 .main_vtxt3_2 {
		font-family: 'Pretendard-Regular';
		font-size: 18px;
		font-weight: 400;
		letter-spacing: -0.02em;
		margin-left: -15px;
	}

 	 .main_vtxt1 {
		 position:absolute;
		 top:65px;
		 left:50%;
		 margin-left:-600px;
		 width:1200px;
		 text-align:center;
		 font-size:20px;
		 font-weight:400;
		 color:rgba(255,255,255,1);
		 z-index:150;
		 letter-spacing:0.1em;
		 margin-bottom:30px;
		 font-family: 'GmarketSans', sans-serif;
		animation: 
		vtxt1 
		2s 
		ease 
		0s 
		1 
		normal 
		both;
		 -webkit-animation: vtxt1 2s ease 0s 1 normal both;
		transform-origin:50% 50%;
		animation-delay: 0.5s;
	}
	 @keyframes vtxt1 {
		 0% {
			 margin-top:0px;
			 opacity:0;
		}
		 100% {
			 margin-top:20px;
			 opacity:1;
		}
	}
	 .main_vtxt2 {
		 position:absolute;
		 top:95px;
		 left:50%;
		 margin-left:-600px;
		 width:1200px;
		 text-align:center;
		 font-family: 'GmarketSans', sans-serif;
		 font-size:40px;
		 font-weight:700;
		 color: rgba(255,255,255,1);
		 z-index:150;
		 letter-spacing:-0.04em;
		 margin-bottom:25px;
		animation: 
		vtxt2 
		2s 
		ease 
		0s 
		1 
		normal 
		both;
		 -webkit-animation: vtxt2 2s ease 0s 1 normal both;
		transform-origin:50% 50%;
		animation-delay: 1.5s;
	}
	 @keyframes vtxt2 {
		 0% {
			 margin-top:0px;
			 opacity:0;
		}
		 100% {
			 margin-top:20px;
			 opacity:1;
		}
	}
	 .main_vtxt3 {
		 position:absolute;
		 top:145px;
		 left:50%;
		 margin-left:-600px;
		 width:1200px;
		 text-align:center;
		 font-family: 'GmarketSans', sans-serif;
		 font-size:40px;
		 font-weight:300;
		 color: rgba(255,255,255,1);
		 z-index:150;
		 letter-spacing:-0.04em;
		 margin-bottom:25px;
		animation: 
		vtxt3 
		2s 
		ease 
		0s 
		1 
		normal 
		both;
		 -webkit-animation: vtxt3 2s ease 0s 1 normal both;
		transform-origin:50% 50%;
		animation-delay: 1.5s;
	}
	 @keyframes vtxt3 {
		 0% {
			 margin-top:0px;
			 opacity:0;
		}
		 100% {
			 margin-top:20px;
			 opacity:1;
		}
	}
	 .main_vtxt4 {
		 position:absolute;
		 top:240px;
		 left:50%;
		 margin-left:-600px;
		 width:1200px;
		 text-align:center;
		 font-size:16px;
		 font-weight:400;
		 color:rgba(255,255,255,1.0);
		 z-index:150;
		 letter-spacing:0.01em;
		 padding-left:5px;
		animation: 
		vtxt3 
		2s 
		ease 
		0s 
		1 
		normal 
		both;
		 -webkit-animation: vtxt3 2s ease 0s 1 normal both;
		transform-origin:50% 50%;
		animation-delay: 2.5s;
	}
	 @keyframes vtxt3 {
		 0% {
			 margin-top:20px;
			 opacity:0;
		}
		 100% {
			 margin-top:-10px;
			 opacity:1;
		}
	}
	.cont1_box a:nth-child(1) {
		width: calc(20% - 20px);
	}
	.cont1_box a:nth-child(2) {
		width: calc(20% - 20px);
	}
	.cont1_box a:nth-child(3) {
		width: calc(20% - 20px);
	}
	.cont1_box a:nth-child(4) {
		width: calc(20% - 20px);
	}
	.cont1_box a:nth-child(5) {
		width: calc(20% - 20px);
	}
	.cont1_box_in_01 span, .cont1_box_in_02 span, .cont1_box_in_03 span, .cont1_box_in_04 span, .cont1_box_in_05 span {
		display: block;
		font-weight: 600;
		letter-spacing: -0.05em;
		font-size: 16px;
	}
	.cont1_box_in_01 span:nth-child(2), .cont1_box_in_02 span:nth-child(2), .cont1_box_in_03 span:nth-child(2), .cont1_box_in_04 span:nth-child(2), .cont1_box_in_05 span:nth-child(2) {
		font-size: 11px;
		font-weight: 400;
		letter-spacing: -0.05em;
	}
	.cont1_box_in_01 {
		float: left;
		width: 100%;
		background-color: #16276c;
		height: 100%;
		padding: 50px 20px;
		line-height: 1.8;
		border-radius: 20px;
	}
	.cont1_box_in_02 {
		background-color: #f5f6fa;
		width: 100%;
		height: 100%;
		font-size: 20px;
		color: rgba(0,0,0,0.8);
		display: inline-block;
		letter-spacing: -0.03em;
		line-height: 1.8;
		padding: 50px 20px;
		border-radius: 20px;
		display: flex;
		flex-wrap: nowrap;
	}
	.cont1_box_in_03 {
		width: 100%;
		height: 100%;
		display: inline-block;
		font-size: 20px;
		color: rgba(0,0,0,0.8);
		line-height: 1.8;
		padding: 50px 20px;
		background-color: #f5f6fa;
		border-radius: 20px;
		display: flex;
		flex-wrap: nowrap;
	}
	.cont1_box_in_04 {
		width: 100%;
		height: 100%;
		display: inline-block;
		line-height: 1.8;
		font-size: 20px;
		color: rgba(0,0,0,0.8);
		padding: 50px 20px;
		background-color: #f5f6fa;
		border-radius: 20px;
		display: flex;
		flex-wrap: nowrap;
	}
	.cont1_box_in_05 {
		width: 100%;
		height: 100%;
		display: inline-block;
		line-height: 1.8;
		font-size: 20px;
		color: rgba(0,0,0,0.8);
		padding: 50px 20px;
		background-color: #f5f6fa;
		border-radius: 20px;
		display: flex;
		flex-wrap: nowrap;
	}
}
 @media screen and (max-width:1024px) { 
	#mMovie {
		 width:100%;
		 height:auto; 
		 top: 80px;
	}
     section>article {
         width:100%;
         text-align:center;
    }
	section>.cont5 {
		position: relative;
		height: 100%;
		padding: 40px 0;
		background-color: #ffffff;
		top: 0px;
	}
     .contents_box_title {
         font-size:38px;
         font-weight:700;
         margin-bottom:0;
         line-height:1.2;
         letter-spacing:0;
    }
     .contents_box_txt {
         font-size:20px;
         opacity:1;
         margin-bottom:30px;
         line-height:1.2;
    }
     .contents_box_title2 {
         font-size:38px;
         font-weight:700;
         margin-bottom:0;
         line-height:1.2;
         letter-spacing:0;
    }
     .contents_box_title2_s {
         font-size:17px;
         font-weight:500;
         margin-bottom:10px;
         line-height:1.2;
         letter-spacing:0;
         color:#000;
         text-align:left;
         letter-spacing: 0.1em;
    }
     .contents_box_title2 {
         font-size:60px;
         font-weight:800;
         margin-bottom:20px;
         line-height:1.2;
         letter-spacing:0;
         color:#000;
         font-family: 'GmarketSans', sans-serif;
         text-align:left;
    }
     .contents_box_txt2 {
         font-size:16px;
         opacity:1;
         margin-top: -75px;
         margin-bottom:50px;
         margin-left:220px;
         line-height:1.5;
         color:#787878;
         text-align:left;
         letter-spacing:0.0em;
    }
     section>.cont_mv {
         position:relative;
         width:100%;
         overflow:hidden;
         background-color:#F7F7F7;
    }
     .main_slide {
            width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    left: 0;
    top: 80px;
    z-index: 1;
    padding-top: 0px;
    }
     .main_slide.flex {
		display: flex;
		width: 100%;
		max-width: 1920px;
		height: 100%;
		position: relative;
		margin: 0 auto;
		left: 0;
		top: 0px;
		padding-top: 0px;
		z-index: 1;
	}
     .main_slide_p {
         display:none;
    }
     .main_slide_t {
         display:block;
    }
     .main_slide_m {
         display:none;
    }

	

 	.main_vtxt2 .main_vtxt2_1 {
		font-family: 'Pretendard-Regular';
		font-size: 15px;
		font-weight: 400;
		display: inline-block;
		margin-top: 14px;
		padding-right: 5px;
		vertical-align: top;
		letter-spacing: -0.02em;
	}
	.main_vtxt2 .main_vtxt2_2 {
		font-family: 'dimibang_new';
		font-size: 24px;
		font-weight: 700;
		letter-spacing: -0.0em;
	}
	.main_vtxt3 .main_vtxt3_1 {
		font-family: 'JSArirang-Regular';
		font-size: 40px;
		font-weight: 500;
		letter-spacing: -0.0em;
	}
	.main_vtxt3 .main_vtxt3_1 span {
		font-family: 'JSArirang-Regular';
		font-size: 55px;
		font-weight: 500;
		letter-spacing: -0.0em;
		color:#e6621c;
	}
	.main_vtxt3 .main_vtxt3_2 {
		font-family: 'Pretendard-Regular';
		font-size: 15px;
		font-weight: 400;
		letter-spacing: -0.02em;
		margin-left: -10px;
	}


     .main_vtxt1 {
         position:absolute;
         top:40px;
         left:50%;
         margin-left:-350px;
         width:700px;
         text-align:center;
         font-size:17px;
         font-weight:500;
         color:rgba(255,255,255,1);
         z-index:150;
         letter-spacing:0.1em;
         padding-left:5px;
         font-family: 'GmarketSans', sans-serif;
    }
     .main_vtxt2 {
         position:absolute;
         top:65px;
         left:50%;
         margin-left:-350px;
         width:700px;
         text-align:center;
         font-family: 'GmarketSans', sans-serif;
         font-size:33px;
         font-weight:700;
         color: rgba(255,255,255,1);
         z-index:150;
         letter-spacing:-0.01em;
    }
     .main_vtxt3 {
         position:absolute;
         top:120px;
         left:50%;
         margin-left:-350px;
         width:700px;
         text-align:center;
         font-family: 'GmarketSans', sans-serif;
         font-size:30px;
         font-weight:300;
         color: rgba(255,255,255,1);
         z-index:150;
         letter-spacing:-0.01em;
    }
     .main_vtxt4 {
         position:absolute;
         top:195px;
         left:50%;
         margin-left:-350px;
         width:700px;
         text-align:center;
         font-size:13px;
         font-weight:300;
         color:rgba(255,255,255,0.6);
         z-index:150;
         letter-spacing:-0.01em;
         padding-left:5px;
    }
     .main_vbtn {
         position:absolute;
         top:370px;
         left:50%;
         margin-left:-100px;
         display:block;
         font-family: 'Noto Sans KR', sans-serif;
         font-size:18px;
         line-height:18px;
         padding:20px 30px;
         z-index:150;
         border:2px solid #FFF;
         background-color:rgba(0,0,0,0.1);
         color:#FFF
    }
     .main_slide_t img {
         width:100%;
         height:auto;   
		 padding-top: 80px;
         /*animation: 
        slidein_img 
        6s 
        ease 
        0s 
        1 
        normal 
        both;
         -webkit-animation: slidein_img 6s 0s 1 normal both;
        transform-origin:50% 50%;*/
    }
     @keyframes slidein_img {
         0% {
             -ms-transform: scale(1,1);
             -webkit-transform: scale(1,1);
             transform: scale(1,1);
        }
         100% {
             -ms-transform: scale(1.1,1.1);
             -webkit-transform: scale(1.1,1.1);
             transform: scale(1.1,1.1);
        }
    }
	.Contents5_box1 {
		display: inline-block;
		width: calc(100% - 0px);
		margin-left: 0px;
		margin-right: 0px;
	}
     .main_slide a.bx-prev, .main_slide a.bx-next {
        position:absolute;
         width:29px;
         height:53px;
         background-size:100% auto;
         /*opacity:0.3;*/
         text-indent:-9999px;
    }
     .main_slide a.bx-prev {
        left: 20px;
    margin-right: auto;
    background-image: url(../images/icon/chevron_left.svg);
    /*background-color: rgba(22, 39, 108, 0.95);*/
    background-size: 20px;
    z-index: 100;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: solid 0px #ffffff;
    }
     .main_slide a.bx-next {
    right: 20px;
    margin-left: auto;
    background-image: url(../images/icon/chevron_right.svg);
    /*background-color: rgba(22,39,108,0.95);*/
    background-size: 20px;
    z-index: 100;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: solid 0px #ffffff;
    }
     .main_slide a.bx-start, .main_slide a.bx-stop {
    }
     .main_slide a.bx-start {
    }
     .main_slide a.bx-stop {
    }
     .main_slide div.bx-pager {
         position:absolute;
         width:100%;
         left:0;
         bottom:20px;
         text-align:center;
         z-index:50;
    }
     .main_slide div.bx-pager div {
         display:inline-block;
         margin:0 4px;
    }
     .main_slide div.bx-pager div a {
         display:block;
		 width:10px;
		 height:10px;
		 border-radius: 5px;
         background-color:rgba(255,255,255,1.0);
         text-indent:-9999px;
    }
     .main_slide div.bx-pager div a.active {
         background-color:#fa0000;
    }
     section>.cont1 {
         position:relative;
         height:auto;
         padding: 0;
         overflow:hidden;
    }
     section>.cont1:after {
         display:block;
         content:"";
         clear:both;
    }
	
	 .cont3_box_in01 {
		 width:100%;	 
		 height:100%;
		 position:relative;
		 cursor:pointer;
		 background-image: url(../images/main/cont3-img-01.png);
		 background-position: 0% 0%;
		 background-size: cover;
		 background-repeat: no-repeat;
	}
	.cont1_box_in_01 span:nth-child(2), .cont1_box_in_02 span:nth-child(2), .cont1_box_in_03 span:nth-child(2), .cont1_box_in_04 span:nth-child(2), .cont1_box_in_05 span:nth-child(2) {
		display:none;
	}
	.cont1_box_in_01 span, .cont1_box_in_02 span, .cont1_box_in_03 span, .cont1_box_in_04 span, .cont1_box_in_05 span {
		padding-top:5px;
	}
	section>.cont1 {
		position: relative;
		height: auto;
		padding: 0;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		overflow: hidden;
		top: -135px;
		z-index: 9;
	}
	.cont1_box_in_img {
		display: inline-block;
		text-align: center;
		width:100%;
	}
	.cont1_box_in_img img {
		width: auto;
		height: 100%;
		max-height: 50px;
	}
	.cont1_box_in_01 {
		float: left;
		width: 100%;
		font-size: 16px;
		color: #fff;
		background-color: #16276c;
		letter-spacing: -0.03em;
		height: 100%;
		padding: 20px 0px;
		line-height: 1.4;
		border-radius: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		text-align: center;
	}
	.cont1_box_in_02 {
		background-color: #f5f6fa;
		width: 100%;
		height: 100%;
		font-size: 16px;
		color: rgba(0,0,0,0.8);
		display: inline-block;
		letter-spacing: -0.03em;
		line-height: 1.4;
		padding: 20px 0px;
		border-radius: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		text-align: center;
	}
	.cont1_box_in_03 {
		width: 100%;
		height: 100%;
		display: inline-block;
		font-size: 16px;
		color: rgba(0,0,0,1);
		line-height: 1.4;
		padding: 20px 0px;
		background-color: #f5f6fa;
		border-radius: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		text-align: center;
	}
	.cont1_box_in_04 {
		width: 100%;
		height: 100%;
		display: inline-block;
		line-height: 1.4;
		font-size: 16px;
		color: rgba(0,0,0,0.8);
		padding: 20px 0px;
		background-color: #f5f6fa;
		border-radius: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		text-align: center;
	}
	.cont1_box_in_05 {
		width: 100%;
		height: 100%;
		display: inline-block;
		line-height: 1.4;
		font-size: 16px;
		color: rgba(0,0,0,0.8);
		padding: 20px 0px;
		background-color: #f5f6fa;
		border-radius: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		text-align: center;
	}
	.cont2_box_in_left {
		display: flex;
		float: left;
		width: 60%;
		height: 480px;
		background-image: url(../images/main/cont2-img-01.png);
		background-size: cover;
		background-repeat: no-repeat;
		flex-direction: column;
		align-items: flex-start;
		padding: 80px 0 0 20px;
		background-position: right center;
		background-position: 75% 50%;
	}
	.cont2_box_in_right {
		display: flex;
		float: left;
		width: 40%;
		height: 480px;
		background-image: url(../images/main/cont2-img-02.png);
		background-position: 75% 50%;
		background-size: cover;
		background-repeat: no-repeat;
		flex-direction: column;
		align-items: flex-start;
		padding: 80px 0 0 20px;
	}
	.cont2_box_in_left_txt3 {
		font-size: 28px;
		color: #ffffff;
		letter-spacing: -0.01em;
		margin-bottom: -6px;
		font-weight: 600;
	}
	.cont2_box_in_right_txt3 {
		font-size: 22px;
		color: #ffffff;
		letter-spacing: -0.07em;
		margin-bottom: -6px;
		font-weight: 500;
	}
	section>.cont2 {
		position: relative;
		top: 0px;
		height: 790px;
		padding: 120px 0;
		background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
		background-position: 50% 0%, 0% 50%, 100% 0%, 100% 50%;
		background-size: auto auto, auto 100%, auto auto, auto 100%;
	}
	.cont1_box a:nth-child(1) {
		width:calc(20% - 20px);
	}
	.cont1_box a:nth-child(2) {
		width:calc(20% - 20px);
	}
	.cont1_box a:nth-child(3) {
		width:calc(20% - 20px);
	}
	.cont1_box a:nth-child(4) {
		width:calc(20% - 20px);
	}
	.cont1_box a:nth-child(5) {
		width:calc(20% - 20px);
	}
	.cont1_box_in_txt {
		display: inline-block;
		float: left;
		top: 4px;
		left: 0px;
		position: relative;
	}
     .cont1_box {
        width: 100%;
		height: auto;
		max-width: 1500px;
		padding: 40px 10px 0 10px;
		margin: 0 auto;
		text-align: left;
		position: relative;
		z-index: 9;
		left: auto;
    }
     .cont1_box_in01 {
         width:100%;
    }
     .cont1_box_in01:after {
         display:block;
         content:"";
         clear:both;
    }
     .cont1_box_in_left {
         float:left;
         width:100%;
         background-position:center;
         background-size:cover;
         background-repeat:no-repeat;
         height:500px;
    }
     .cont1_box_in_right {
         float:left;
         width:100%;
         background-image:url(../images/main/cont1_img_02.png);
         background-position:0% 0%;
         background-size:cover;
         background-repeat:no-repeat;
         height:500px;
         padding:40px;
    }
     .cont1_box_in_right_txt1 {
         font-size:14px;
         color:#fff;
         letter-spacing:0.2em;
         margin-top:25px;
         margin-bottom:20px;
    }
     .cont1_box_in_right_txt2 {
         font-size:38px;
         font-weight:300;
         color:rgba(255,255,255,1);
         letter-spacing:0.03em;
         line-height:1.3;
         margin-bottom:40px;
    }
     .cont1_box_in_right_txt2>span {
         display:block;
         font-weight:700;
    }
     .cont1_box_in_right_txt3 {
         font-size:20px;
         color:rgba(255,255,255,0.2);
         color:#d5d4d4;
         width: calc( 25% - 22.5px );
         height: 150px;
    }
     .cont1_box_in_right_txt4 {
         font-size:20px;
         color:rgba(255,255,255,0.2);
         color:#d5d4d4;
         width: calc( 25% - 22.5px );
         height: 150px;
    }
     .cont1_box_in_right_txt5 {
         font-size:20px;
         color:rgba(255,255,255,0.2);
         color:#d5d4d4;
         width: calc( 25% - 22.5px );
         height: 150px;
    }
     .cont1_box_in01>.cont1_box_in_left {
         background-image:url(../images/main/cont1_box_in_left_bg01_t.jpg);
    }
     .responsive1 .slick-dots {
         position:absolute;
         display:inline-block;
         width:350px;
         left:50%;
         margin-left:0;
         padding-left:40px;
         bottom:40px;
         text-align:left;
    }
     .responsive1 .slick-dots li {
         position:relative;
         display:inline-block;
         padding:0 4px;
         margin:0;
         cursor:pointer;
         line-height:22px;
    }
     .responsive1 .slick-dots li button {
         display:inline-block;
         width:18px;
         height:18px;
         cursor:pointer;
         border-radius:9px;
         border:4px solid rgba(255,255,255,0.3);
         text-indent:-9999px;
         vertical-align:middle;
         -webkit-transition: all 0.2s ease;
         -moz-transition: all 0.2s ease;
         -ms-transition: all 0.2s ease;
         -o-transition: all 0.2s ease;
         transition: all 0.2s ease;
         background-image:url(../images/main/icon_8px.png);
         background-repeat:no-repeat;
         background-position:center;
         background-size:0 0;
    }
     .responsive1 .slick-dots li.slick-active button, .responsive1 .slick-dots li button:hover, .responsive1 .slick-dots li button:focus {
         width:26px;
         height:26px;
         border-radius:13px;
         border:4px solid rgba(255,255,255,0.9);
         background-image:url(../images/main/icon_8px.png);
         background-repeat:no-repeat;
         background-position:center;
         background-size:8px auto;
    }
     section>.cont2 {
         position:relative;
         height:auto;
         padding:40px 0 40px 0;
		 margin-top: 0px;
		 background: #ffffff;
    }
     section>.cont2:after {
         display:block;
         content:"";
         clear:both;
    }
     .cont2_box {
         width:100%;
         max-width:1500px;
         margin:0 auto;
         padding:0 20px;
    }
     .cont2_box:after {
         display:block;
         content:"";
         clear:both;
    }
     .cont2_box_in {
         border:0px solid #ddd;
    }
     .cont2_box_in:after {
         display:block;
         content:"";
         clear:both;
    }
     .cont2_box_in_box {
         float:left;
         width:50%;
         border-right:1px solid #ddd;
         border-bottom:0;
         min-height:350px;
         padding:80px 30px 40px 30px;
         background-color:#fff;
         text-align:center;
         background-repeat:no-repeat;
         background-position: center;
         background-size:cover;
    }
     .cont2_box_in_box_title {
         display:inline-block;
         font-size:31px;
         font-weight:500;
         letter-spacing:-0.06em;
         margin-bottom:20px;
    }
     .cont2_box_in_box_txt {
         font-size:16px;
         padding:0 20px;
         line-height:1.2;
    }
     .cont2_box_in_box_txt2 {
         font-size:14px;
         padding:0 20px;
         line-height:1.2;
         color:#777;
    }
     .cont2_box_in_more{
         width:113px;
         height:37px;
         line-height:37px;
         font-size:15px;
         margin:60px auto 0 auto;
    }
     section>.cont3 {
         position:relative;
         height:auto;
         padding:0px 0px 0px 0px;
         background-image: none, url(../images/main/cont3-img-01.png);
         background-repeat:no-repeat;
         background-position:0% 0%;
         background-size:auto auto, auto 100%, auto 100%;
    }
	section>.cont3 {
		position: relative;
		height: 100%;
		padding: 0;
		top: 0px;
		margin-top: 0px;
		background-image: url(../images/main/cont3_bg3.png), url(../images/main/cont3_bg1.png), url(../images/main/cont3_bg2.jpg);
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-position: 50% 0%, 100% 50%, 0% 50%;
		background-size: auto auto, auto 100%, auto 100%;
		background-attachment: scroll, scroll, fixed;
	}
     section>.cont3:after {
         display:block;
         content:"";
         clear:both;
    }
     .cont3_box {
         width:100%;
         height:1300px;
         max-width:1500px;
         margin:0 auto;
         text-align:left;
    }
     .cont3_box_in01 {
         width:100%;
         position:relative;
		 padding: 112px 0;
    }
     .cont3_box_in_left {
         width:100%;
         height:1350px;
         padding:40px 30px 60px 40px;
         margin-top:0px;
    }
     .cont3_box_in_left_txt1 {
         font-size:16px;
         color:#fa0000;
         letter-spacing:0.1em;
         margin-bottom:20px;
         font-weight: 500;
    }
     .cont3_box_in_left_txt2 {
         font-size:46px;
         color:#000;
         font-weight: 700;
    }
     .cont3_box_in_left_txt2_img {
         margin-top:-55px;
         margin-left:290px;
    }
     .cont3_box_in_left_txt3 {
         font-size:34px;
         font-weight:300;
         color:rgba(255,255,255,1);
         line-height:1.2;
         margin-bottom:30px;
    }
     .cont3_box_in_left_txt3>span {
         font-weight:700;
    }
     .cont3_box_in_left_txt4 {
         font-size:16px;
         color:rgba(255,255,255,0.5);
    }
     .cont3_box_in_left_txt4>span {
         display:block;
         margin-bottom:15px;
    }
     .cont3_box_in_right {
         position:absolute;
         top:700px;
         right:0;
         width:100%;
         height:572px;
         background-position:100% 100%;
         background-size:cover;
    }
     .cont3_box_in01>.cont3_box_in_right {
         background-image:url(../images/main/cont3_box_in_right_bg01.jpg);
    }
     .cont3_box_in_right_txt3 {
         display:inline-block;
         width:175px;
         height:80px;
         line-height:37px;
         font-size:17px;
         color:#d5d4d4;
         text-align:center;
         margin:0px 20px 20px auto;
         padding:21px;
         background-color:rgba(0,0,0,0.5);
    }
     .cont3_box_in_right_txt4 {
         display:inline-block;
         width:175px;
         height:80px;
         line-height:37px;
         font-size:17px;
         color:#d5d4d4;
         text-align:center;
         margin:0px 20px 20px auto;
         padding:21px;
         background-color:rgba(0,0,0,0.5);
    }
     .cont3_box_in_right_txt5 {
         display:inline-block;
         width:175px;
         height:80px;
         line-height:37px;
         font-size:17px;
         color:#d5d4d4;
         text-align:center;
         margin:0px 20px 20px auto;
         padding:21px;
         background-color:rgba(0,0,0,0.5);
    }
     .cont3_box_in_right_txt6 {
         display:inline-block;
         width:175px;
         height:80px;
         line-height:37px;
         font-size:17px;
         color:#d5d4d4;
         text-align:center;
         margin:0px 20px 20px auto;
         padding:21px;
         background-color:rgba(0,0,0,0.5);
    }
     .cont3_box_in_right_txt7 {
         display:inline-block;
         width:175px;
         height:80px;
         line-height:37px;
         font-size:17px;
         color:#d5d4d4;
         text-align:center;
         margin:0px 20px 20px auto;
         padding:21px;
         background-color:rgba(0,0,0,0.5);
    }
     .cont3_box_in_right_txt8 {
         display:inline-block;
         width:175px;
         height:80px;
         line-height:37px;
         font-size:17px;
         color:#d5d4d4;
         text-align:center;
         margin:0px 20px 20px auto;
         padding:21px;
         background-color:rgba(0,0,0,0.5);
    }
     .cont3_box_in_right_txt9 {
         display:inline-block;
         width:175px;
         height:80px;
         line-height:37px;
         font-size:17px;
         color:#d5d4d4;
         text-align:center;
         margin:0px 20px 20px auto;
         padding:21px;
         background-color:rgba(0,0,0,0.5);
    }
     .cont3_box_in_right_txt10 {
         display:inline-block;
         width:175px;
         height:80px;
         line-height:37px;
         font-size:17px;
         color:#d5d4d4;
         text-align:center;
         margin:0px 20px 20px auto;
         padding:21px;
         background-color:rgba(0,0,0,0.5);
    }
	.carousel-box1, .carousel-box2 {
		width: 100%;
		max-width: 100%;
		display: inline-block;
		float: left;
	}
     .responsive2 .slick-dots {
		position: absolute;
		display: inline-block;
		width: 100%;
		right: 0;
		bottom: 100px;
		text-align: right;
    }
     .responsive2 .slick-dots li {
         position:relative;
         display:inline-block;
         padding:0 0 0 5px;
         margin:0;
         cursor:pointer;
         line-height:22px;
    }

	.responsive2 .slick-dots li button {
		display: inline-block;
		width: 12px;
		height: 12px;
		cursor: pointer;
		border-radius: 9px;
		border: 1px solid rgba(0,0,0,0.5);
		text-indent: -9999px;
	}
	 .responsive2 .slick-dots li.slick-active button, .responsive2 .slick-dots li button:hover, .responsive2 .slick-dots li button:focus {
		 width:12px;
		 height:12px;
		 border-radius:13px;
		 background-color: rgba(0,0,0,0.5);
		 background-repeat:no-repeat;
		 background-position:center;
	}
	.numcount.sPage1 {
		position: absolute;
		height: 30px;
		width: 200px;
		font-size: 16px;
		top: 0;
		right: 0;
		margin-top: 54px;
		margin-right: -75px;
		color:rgba(0,0,0,0.6);
	}
	.numcount.sPage1 .now {
		color: #3253c4;
	}
	.Contents4_box3_in_list .btn {
		position: absolute;
		font-weight: 400;
		line-height: 1.5;
		color: #212529;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
		background-color: transparent;
		border: 1px solid transparent;
		padding: 0.25rem 0.25rem;
		font-size: 1rem;
		display: flex;
		border-radius: 0.25rem;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		right: 50px;
		top: 53px;
		align-items: center;
		justify-content: center;
	}
	.slick-next.slick-arrow {
		content: "";
		border: solid rgba(0,0,0,0.6) !important;
		border-width: 0 2px 2px 0 !important;
		position: absolute;
		padding: 4px;
		margin-right: 0px;
		margin-top: -56px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		right: 0px;
		top: 0px;
	}
	.slick-prev.slick-arrow {
		content: "";
		border: solid rgba(0,0,0,0.6) !important;
		border-width: 0 2px 2px 0 !important;
		position: absolute;
		padding: 4px;
		margin-right: 28px;
		margin-top: -56px;
		transform: rotate(-225deg);
		-webkit-transform: rotate(-225deg);
		right: 0px;
		top: 0px;
	}
     section>.cont4 {
         position:relative;
         height:auto;
         padding:20px 20px 40px 20px;
         background-image: none, url(../images/main/cont4_bg3.png), url(../images/main/cont4_bg2.png), url(../images/main/cont4_bg1.png);
         background-repeat:no-repeat, no-repeat, no-repeat, no-repeat;
         background-position:50% 0%, 100% 0%, 200px 50%, 0% 50%;
         background-size:auto auto, auto auto, auto 100%, auto 100%;
    }
     section>.cont4:after {
         display:block;
         content:"";
         clear:both;
    }
     .cont4_box {
         width:100%;
         max-width:1500px;
         margin:0 auto;
    }
     .cont4_box_in>a>img {
         width:100%;
         max-width:592px;
    }
     .Contents4_box_wrap {
         width:100%;
         max-width:1600px;
         height:auto;
         padding:0;
         font-size:0;
         text-align:center;
         margin:0 auto;
    }
     .Contents4_box {
         position:relative;
         display:inline-block;
         width:100%;
         height:100%;
         vertical-align:top;
    }
     .Contents4_box1 {
         margin-right:0%;
         overflow:hidden;
    }
     .Contents4_box3 {
         margin-left:0%;
         margin-top:20px;
		 margin-bottom: 20px;
		 border: solid 1px #e2e2e2;
		 border-radius: 8px;
		 background-color: #FFF;
    }
	.Contents4_box1 {
		margin-left: 0px;
		margin-right: 0px;
		border: solid 1px #e2e2e2;
		border-radius: 8px;
		background-color: #FFF;
	}
     .Contents4_box1_bg {
         width:100%;
         height:260px;
         background-image:url(../images/main/Contents4_box1_bg.jpg);
         background-size:cover;
         background-position:center;
         display: inline-block;
         padding: 60px 50px;
    }
     .Contents4_box2_bg {
         width:100%;
         height:260px;
         background-image:url(../images/main/Contents4_box2_bg.jpg);
         background-size:cover;
         padding: 60px 50px;
         background-position:center;
    }
     .Contents4_box1_title {
         color:#FFF;
         font-size:16px;
         font-weight:300;
         font-family: 'Noto Sans KR', sans-serif;
         letter-spacing:0.10em;
         text-align:left;
    }
     .Contents4_box1_in {
         position:absolute;
         bottom:0;
         left:0;
         background-color:#FFF;
         width:100%;
         height:270px;
         padding: 40px 50px;
         background-image: url(../images/main/Contents4_box1_bg2.jpg);
         background-size: contain;
         background-position: center right;
         background-repeat:no-repeat;
    }
     .Contents4_box1_in_tel {
         width:100%;
         height:auto;
         display:inline-block;
         font-family: 'Noto Sans KR', sans-serif;
         text-align:left;
         margin-top:20px;
         letter-spacing:-0.07em;
    }
     .Contents4_box1_in_tel1 {
         line-height:40px;
         color:#fff;
         display: inline-block;
         margin-bottom:15px;
         margin-right:40px;
         font-size:46px;
         letter-spacing:0.03em;
         font-weight:700;
    }
     .Contents4_box1_in_tel2 {
         letter-spacing:-0.01em;
         color:#fff;
         font-size:15px;
         font-weight:200;
    }
     .Contents4_box1_in_tel3 {
         width:107px;
         height:75px;
         margin-left: 550px;
         margin-top: -100px;
         background-image: url(../images/main/icon_youtube.png);
         background-repeat:no-repeat;
    }
     .Contents4_box1_in_tel4 {
         width:76px;
         height:111px;
         margin-left: 560px;
         margin-top: -115px;
         background-image: url(../images/main/icon_location.png);
         background-repeat:no-repeat;
    }
     .Contents4_box3_in {
         width:100%;
         height:270px;
         background-color:#FFF;
         text-align:left;
         padding: 10px 40px;
    }
     .Contents4_box3_in_title {
         padding:30px 30px 15px 0px;
    }
     .Contents4_box3_in_title1 {
         display:inline-block;
         width:49%;
         font-family: 'Noto Sans KR', sans-serif;
         font-size:30px;
         text-align:left;
         font-weight:600;
         vertical-align:top;
         color: #222;
    }
     .Contents4_box3_in_title2 {
         display:inline-block;
         width:49%;
         font-size:16px;
         text-align:right;
         margin-top:10px;
    }
     .Contents4_box3_in_title2>img{
         vertical-align: sub;
         margin-left:12px;
    }
        
	 .Contents4_box3_in_list {
		 width:100%;
		 height: 100%;
		 margin:0 auto 20px;
	}
     .Contents4_box3_in_list>ul>li {
         border-bottom:1px solid #ddd;
         background-image:url(../images/icon/dot_10x10.png);
         background-repeat:no-repeat;
         background-size:4px 4px;
         background-position:0% 50%;
         padding-left:0px;
    }
     .Contents4_box3_in_list>ul>li>a {
         display:block;
         width:100%;
         font-size:15px;
         line-height:35px;
         white-space: nowrap;
         overflow:hidden;
         text-overflow: ellipsis;
    }
     .Contents4_box3_in_list>ul>li:last-child {
         border-bottom:none;
    }
     .Contents4_box4_in {
         width:100%;
         height:100%;
         text-align:left;
         padding: 10px 40px;
    }
     section>.cont_footer {
         position:relative;
         width:100%;
         height:100%;
         margin:0 auto;
    }
	section>.cont6 {
		position: relative;
		top: 0px;
		height: 100%;
		padding: 40px 0;
		margin-top: 0px;
		background-image: url(../images/main/cont6-img-01.png);
		background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
		background-position: 50% 0%;
		background-size: cover;
	}
	.cont6_box_in02 {
		max-width: 1500px;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
	}
	.cont6_box_in_left_txt1 {
		font-size: 26px;
		color: #ffffff;
		letter-spacing: 1px;
		margin-bottom: -5px;
		margin-top: 40px;
		font-weight: 500;
		text-align: left;
	}
	.cont6_box_in_left_txt2_sun {
		border-top-style: dotted;
		width: 100%;
		border-width: 1.5px;
		color: rgba(255,255,255,0.6);
		margin-bottom: 13px;
		margin-top: 23px;
	}
	.cont6_box_in_left_txt21_sun {
		border-top-style: dotted;
		width: 100%;
		border-width: 1.5px;
		color: rgba(255,255,255,0.6);
		margin-bottom: 13px;
		margin-top: 23px;
	}
	.cont6_box_in_left {
		display: flex;
		float: left;
		width: 100%;
		height: 100%;
		flex-direction: column;
		align-items: flex-start;
		padding: 0 0px
		;order: 2;
	}	
	.cont6_box_in_right {
		float: left;
		width: 100%;
		height: 500px;
		padding: 0 0px;
		margin: 0px 0;
		order: 1;
		background-image:url(../images/main/img_location_t.jpg);
		background-size:cover;
		background-position:center;
	}
	.cont6_box_in_right #map {
		width: 100%;
		height: 100%;
		margin-left: 0px;
		top: 0px;
	}
	.cont6_box_in_right_txt1 {
		width: 210px;
		line-height: 1;
		font-size: 18px;
		letter-spacing: 1px;
		margin-top: 20px;
		margin-left: 20px;
		font-weight: 500;
		text-align: left;
		POSITION: relative;
		z-index: 9;
		background-color: #ffffff;
		color: #18297b;
		padding: 8px 5px 5px 7px;
	}
	.cont6_box_in_right_txt2 {
		width: 150px;
		line-height: 1;
		font-size: 18px;
		letter-spacing: 1px;
		margin-top: -87px;
		margin-right: 20px;
		font-weight: 400;
		text-align: center;
		POSITION: relative;
		z-index: 9;
		float: right;
		background-color: #172a76;
		color: #ffffff;
		padding: 10px 5px 10px 5px;
	}
}

 @media screen and (max-width:767px) {
	#mMovie {
		 width:100%;
		 height:100%;   
		 top: 60px;
	}
	.cont1_box_in02 {
		max-width: 1500px;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		padding: 0 0px;
	}
	.cont2_box_in_left {
		display: flex;
		float: left;
		width: 100%;
		height: 100%;
		background-image: url(../images/main/cont2-img-01.png);
		background-size: cover;
		background-repeat: no-repeat;
		flex-direction: column;
		align-items: flex-start;
		padding: 80px 0 80px 10px;
		background-position: right center;
		background-position: 75% 50%;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.cont6_box_in_left {
		display: flex;
		float: left;
		width: 100%;
		height: 100%;
		flex-direction: column;
		align-items: flex-start;
		padding: 30px 20px 0;
		order: 2;
	}
	.cont2_box_in_right {
		display: flex;
		float: left;
		width: 100%;
		height: 100%;
		background-image: url(../images/main/cont2-img-02.png);
		background-position: 75% 50%;
		background-size: cover;
		background-repeat: no-repeat;
		flex-direction: column;
		align-items: flex-start;
		padding: 80px 0 80px 10px;
		margin-left: 0px;
	}
	.cont2_box_in_right_txt1 {
		font-size: 18px;
		color: #ffffff;
		letter-spacing: 0.01em;
		margin-bottom: 2px;
		font-weight: 500;
	}
	.cont2_box_in_right_txt2 {
		font-size: 32px;
		color: #ffffff;
		letter-spacing: 0.01em;
		margin-bottom: -1px;
		font-weight: 800;
	}
	.cont2_box_in_right_txt3 {
		font-size: 16px;
		color: #ffffff;
		letter-spacing: -0.01em;
		margin-bottom: -3px;
		font-weight: 500;
	}
	.cont2_box_in_right_txt4 {
		font-size: 13px;
		color: rgba(255,255,255,0.8);
		letter-spacing: 0.01em;
		margin-top: 101px;
		margin-bottom: 0px;
		font-weight: 400;
		right: 10px;
		bottom: 35px;
		float: right;
		position: absolute;
		border: solid 1px rgba(255,255,255,0.8);
	}
	.cont1_box_in_01 span:nth-child(2), .cont1_box_in_02 span:nth-child(2), .cont1_box_in_03 span:nth-child(2), .cont1_box_in_04 span:nth-child(2), .cont1_box_in_05 span:nth-child(2) {
		display:none;
	}
	.cont1_box_in_01 span, .cont1_box_in_02 span, .cont1_box_in_03 span, .cont1_box_in_04 span, .cont1_box_in_05 span {
		    padding-top: 5px;
    font-size: 12px;
    font-weight: 500;
	}
	.cont1_box_in_img {
		display: inline-block;
		text-align: center;
		width:100%;
	}
	.cont1_box_in_img img {
		width: auto;
		height: 100%;
		max-height: 30px;
	}
	.cont1_box_in_01 {
		float: left;
		width: 100%;
		font-size: 12px;
		color: #fff;
		background-color: #16276c;
		letter-spacing: -0.03em;
		height: 100%;
		padding: 10px 5px;
		line-height: 1.4;
		border-radius: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		text-align: center;
	}
	.cont1_box_in_02 {
		background-color: #f5f6fa;
		width: 100%;
		height: 100%;
		font-size: 12px;
		color: rgba(0,0,0,0.8);
		display: inline-block;
		letter-spacing: -0.03em;
		line-height: 1.4;
		padding: 10px 5px;
		border-radius: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		text-align: center;
	}
	.cont1_box_in_03 {
		width: 100%;
		height: 100%;
		display: inline-block;
		font-size: 12px;
		color: rgba(0,0,0,0.8);
		line-height: 1.4;
		padding: 10px 5px;
		background-color: #f5f6fa;
		border-radius: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		text-align: center;
	}
	.cont1_box_in_04 {
		width: 100%;
		height: 100%;
		display: inline-block;
		line-height: 1.4;
		font-size: 12px;
		color: rgba(0,0,0,0.8);
		padding: 10px 5px;
		background-color: #f5f6fa;
		border-radius: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		text-align: center;
	}
	.cont1_box_in_05 {
		width: 100%;
		height: 100%;
		display: inline-block;
		line-height: 1.4;
		font-size: 12px;
		color: rgba(0,0,0,0.8);
		padding: 10px 5px;
		background-color: #f5f6fa;
		border-radius: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		text-align: center;
	}
	.cont1_box a:nth-child(1) {
		width:calc(20% - 10px);
	}
	.cont1_box a:nth-child(2) {
		width:calc(20% - 10px);
	}
	.cont1_box a:nth-child(3) {
		width:calc(20% - 10px);
	}
	.cont1_box a:nth-child(4) {
		width:calc(20% - 10px);
	}
	.cont1_box a:nth-child(5) {
		width:calc(20% - 10px);
	}
	.cont1_box_in_txt {
		display: inline-block;
		float: left;
		top: 4px;
		left: 0px;
		position: relative;
	}
     .cont1_box {
         width:100%;
         height:100%;
         max-width:1500px;
         margin:0 auto;
         padding:0 10px;
         text-align:left;
    }
     .cont1_box_in01 {
         width:100%;
    }
     section>article {
         width:100%;
         text-align:center;
    }
     .contents_box_title {
         font-size:26px;
         font-weight:700;
         margin-bottom:0;
         line-height:1.2;
         letter-spacing:0;
    }
     .contents_box_txt {
         font-size:14px;
         opacity:1;
         margin-bottom:25px;
         line-height:1.2;
    }
     .contents_box_title2 {
         font-size:26px;
         font-weight:700;
         margin-bottom:0;
         line-height:1.2;
         letter-spacing:0;
    }
     .contents_box_title2_s {
         font-size:14px;
         font-weight:500;
         margin-left:20px;
         margin-bottom:10px;
         line-height:1.2;
         letter-spacing:0;
         color:#000;
         text-align:left;
         letter-spacing: 0.1em;
    }
     .contents_box_title2 {
         font-size:45px;
         font-weight:800;
         margin-left:20px;
         margin-bottom:20px;
         line-height:1.2;
         letter-spacing:0;
         color:#000;
         font-family: 'GmarketSans', sans-serif;
         text-align:left;
    }
     .contents_box_txt2 {
         font-size:16px;
         opacity:1;
         margin-left:20px;
         margin-top: 35px;
         margin-bottom:25px;
         line-height:1.5;
         color:#787878;
         text-align:left;
         letter-spacing:0.0em;
    }
     section>.cont_mv {
         position:relative;
         width:100%;
         overflow:hidden;
         background-color:#F7F7F7;
    }
	section>.cont1 {
		position: relative;
		height: auto;
		padding: 0;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		overflow: hidden;
		top: -80px;
		z-index: 9;
	}
     .main_slide {
         width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    left: 0;
    top: 40px;
    z-index: 1;
    padding-top: 0px;
    }
	.main_slide.flex {
		display: flex;
		width: 100%;
		max-width: 1920px;
		height: 100%;
		position: relative;
		margin: 0 auto;
		left: 0;
		top: 0px;
		padding-top: 0px;
		z-index: 1;
	}
     .main_slide_p {
         display:none;
    }
     .main_slide_t {
         display:none;
    }
     .main_slide_m {
         display:block;
    }
     .main_vtxt1 {
         position:absolute;
         top:15px;
         left:50%;
         margin-left:-170px;
         width:300px;
         text-align:center;
         font-size:15px;
         font-weight:400;
         color:rgba(255,255,255,1);
         z-index:150;
         letter-spacing:0.1em;
         font-family: 'GmarketSans', sans-serif;
		 display:none;
    }
     .main_vtxt2 {
         position:absolute;
         top:20px;
         left:50%;
         margin-left:-160px;
         width:320px;
         text-align:center;
         font-family: 'GmarketSans', sans-serif;
         font-size:27px;
         font-weight:700;
         color: rgba(255,255,255,1);
         z-index:150;
         letter-spacing:0.00em;
         line-height:30px;
    }
     .main_vtxt3 {
         position:absolute;
         top:90px;
         left:50%;
         margin-left:-160px;
         width:320px;
         text-align:center;
         font-family: 'GmarketSans', sans-serif;
         font-size:20px;
         font-weight:300;
         color: rgba(255,255,255,1);
         z-index:150;
         letter-spacing:0.00em;
         line-height:30px;
    }
     .main_vtxt4 {
         position:absolute;
         top:220px;
         left:50%;
         margin-left:-180px;
         width:320px;
         text-align:center;
         font-size:13px;
         line-height:18px;
         font-weight:300;
         color:rgba(255,255,255,0.6);
         z-index:150;
         letter-spacing:-0.01em;
		 display:none;
    }

	

 	.main_vtxt2 .main_vtxt2_1 {
		font-family: 'Pretendard-Regular';
		font-size: 14px;
		font-weight: 400;
		display: inline-block;
		margin-top: 3px;
		padding-right: 5px;
		vertical-align: top;
		letter-spacing: -0.02em;
	}
	.main_vtxt2 .main_vtxt2_2 {
		font-family: 'dimibang_new';
		font-size: 24px;
		font-weight: 700;
		letter-spacing: -0.0em;
	}
	.main_vtxt3 .main_vtxt3_1 {
		font-family: 'JSArirang-Regular';
		font-size: 40px;
		font-weight: 500;
		letter-spacing: -0.0em;
	}
	.main_vtxt3 .main_vtxt3_1 span {
		font-family: 'JSArirang-Regular';
		font-size: 55px;
		font-weight: 500;
		letter-spacing: -0.0em;
		color:#e6621c;
	}
	.main_vtxt3 .main_vtxt3_2 {
		font-family: 'Pretendard-Regular';
		font-size: 14px;
		font-weight: 400;
		letter-spacing: -0.02em;
		margin-left: -10px;
	}


     .main_vbtn {
         position:absolute;
         top:360px;
         left:50%;
         margin-left:-90px;
         display:block;
         font-family: 'Noto Sans KR', sans-serif;
         font-size:16px;
         line-height:18px;
         padding:15px 20px;
         z-index:150;
         border:2px solid #FFF;
         background-color:rgba(0,0,0,0.1);
         color:#FFF
    }
     .main_slide_m img {
         width:100%;
         height:auto;
		 padding-top: 60px;
         /*animation: 
        slidein_img 
        6s 
        ease 
        0s 
        1 
        normal 
        both;
         -webkit-animation: slidein_img 6s 0s 1 normal both;
        transform-origin:50% 50%;*/
    }
     @keyframes slidein_img {
         0% {
             -ms-transform: scale(1,1);
             -webkit-transform: scale(1,1);
             transform: scale(1,1);
        }
         100% {
             -ms-transform: scale(1.1,1.1);
             -webkit-transform: scale(1.1,1.1);
             transform: scale(1.1,1.1);
        }
    }

     .main_slide a.bx-prev {
        left: 10px;
    margin-right: auto;
    background-image: url(../images/icon/chevron_left.svg);
    /*background-color: rgba(22, 39, 108, 1.95);*/
    background-size: 15px;
    z-index: 100;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: solid 0px #ffffff;
    }
     .main_slide a.bx-next {
    right: 10px;
    margin-left: auto;
    background-image: url(../images/icon/chevron_right.svg);
    /*background-color: rgba(22,39,108,1.95);*/
    background-size: 15px;
    z-index: 100;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: solid 0px #ffffff;
    }
     .main_slide a.bx-start, .main_slide a.bx-stop {
    }
     .main_slide a.bx-start {
    }
     .main_slide a.bx-stop {
    }
     .main_slide div.bx-pager {
         position:absolute;
         width:100%;
         left:0;
         bottom:10px;
         text-align:center;
         z-index:50;
    }
     .main_slide div.bx-pager div {
         display:inline-block;
         margin:0 4px;
    }
     .main_slide div.bx-pager div a {
         display:block;
		 width:8px;
		 height:8px;
		 border-radius: 4px;
         background-color:rgba(255,255,255,1.0);
         text-indent:-9999px;
    }
     .main_slide div.bx-pager div a.active {
         background-color:#fa0000;
    }
     section>.cont1 {
         position:relative;
         height:auto;
         padding:0px 0px;
         overflow:hidden;
    }
     section>.cont1:after {
         display:block;
         content:"";
         clear:both;
    }
     .cont1_box {
		width: 100%;
		height: auto;
		max-width: 1500px;
		padding: 10px 5px 0 5px;
		margin: 0 auto 0;
		text-align: left;
		position: relative;
		z-index: 9;
    }
     .cont1_box_in01 {
         width:100%;
    }
     .cont1_box_in01:after {
         display:block;
         content:"";
         clear:both;
    }
     .cont1_box_in_left {
         float:left;
         width:100%;
         background-position:center;
         background-size:cover;
         background-repeat:no-repeat;
         height:500px;
         padding: 60px 30px 0px 20px;
    }
     .cont1_box_in_left_txt1 {
         font-size:12px;
         color:#fff;
         letter-spacing:0.1em;
         margin-bottom:20px;
    }
     .cont1_box_in_left_txt2 {
         font-size:28px;
         font-weight:300;
         color:rgba(255,255,255,1);
         letter-spacing:-0.03em;
         line-height:1.2;
         margin-bottom:0px;
    }
     .cont1_box_in_left_txt2>span {
         display:block;
         font-weight:700;
    }
     .cont1_box_in_left_txt2_sun {
         background:rgba(255,255,255,0.2);
         width:100%;
         height:3px;
         letter-spacing:-0.03em;
         line-height:1.2;
         margin-bottom:45px;
    }
     .cont1_box_in_left_txt3 {
         font-size:16px;
         color:#fff;
         letter-spacing:0.1em;
         margin-bottom:4px;
         line-height:1.4;
    }
     .cont1_box_in_left_more{
         display:inline-block;
         width:140px;
         height:37px;
         line-height:37px;
         text-align:center;
         color:#fff;
         font-size:14px;
         background: #fa0000;
         margin:25px auto 0 auto;
    }
     .cont1_box_in_left_more:hover {
         color: rgba(255,255,255,1);
    }
     .cont1_box_in_right {
         float:left;
         width:100%;
         background-image:url(../images/main/cont1_img_02_m.png);
         background-position:0% 0%;
         background-size:cover;
         background-repeat:no-repeat;
         height:auto;
         padding:30px 30px 50px 20px;
         min-height:400px;
    }
     .cont1_box_in_right_txt1 {
         font-size:12px;
         color:#fff;
         letter-spacing:0.1em;
         margin-bottom:20px;
    }
     .cont1_box_in_right_txt2 {
         font-size:28px;
         font-weight:300;
         color:rgba(255,255,255,1);
         letter-spacing:-0.03em;
         line-height:1.2;
         margin-bottom:30px;
    }
     .cont1_box_in_right_txt2>span {
         display:block;
         font-weight:700;
    }
     .cont1_box_in_right_txt3 {
	     display: inline-block;
		 float: left;
	     width: calc( 25% - 15px );
         font-size:16px;
         color:rgba(255,255,255,0.2);
         color:#d5d4d4;
         height: 150px;
         margin-bottom:15px;
		 padding: 40px 2px;
		 margin: 0px 7.5px 0px 0px;
    }
     .cont1_box_in_right_txt4 {
	     display: inline-block;
		 float: left;
	     width: calc( 25% - 15px );
         font-size:16px;
         color:rgba(255,255,255,0.2);
         color:#d5d4d4;
         height: 150px;
         margin-bottom:15px;
		 padding: 40px 5px;
		 margin: 0px 7.5px 0px 7.5px;
    }
     .cont1_box_in_right_txt5 {
	     display: inline-block;
		 float: left;
	     width: calc( 25% - 0px );
         font-size:16px;
         color:rgba(255,255,255,0.2);
         color:#d5d4d4;
         height: 150px;
         margin-bottom:15px;
		 padding: 40px 5px;
		 margin: 0px 0 0px 7.5px;
    }
     .cont1_box_in01>.cont1_box_in_left {
         background-image:url(../images/main/cont1_box_in_left_bg01_m.jpg);
    }
     .responsive1 .slick-dots {
         position:absolute;
         display:inline-block;
         width:300px;
         left:50%;
         margin-left:-150px;
         padding-left:0;
         bottom:50px;
         text-align:center;
    }
     .responsive1 .slick-dots li {
         position:relative;
         display:inline-block;
         padding:0 4px;
         margin:0;
         cursor:pointer;
         line-height:22px;
    }
     .responsive1 .slick-dots li button {
         display:inline-block;
         width:18px;
         height:18px;
         cursor:pointer;
         border-radius:9px;
         border:4px solid rgba(255,255,255,0.3);
         text-indent:-9999px;
         vertical-align:middle;
         -webkit-transition: all 0.2s ease;
         -moz-transition: all 0.2s ease;
         -ms-transition: all 0.2s ease;
         -o-transition: all 0.2s ease;
         transition: all 0.2s ease;
         background-image:url(../images/main/icon_8px.png);
         background-repeat:no-repeat;
         background-position:center;
         background-size:0 0;
    }
     .responsive1 .slick-dots li.slick-active button, .responsive1 .slick-dots li button:hover, .responsive1 .slick-dots li button:focus {
         width:26px;
         height:26px;
         border-radius:13px;
         border:4px solid rgba(255,255,255,0.9);
         background-image:url(../images/main/icon_8px.png);
         background-repeat:no-repeat;
         background-position:center;
         background-size:8px auto;
    }
     section>.cont2 {
        position: relative;
		height: auto;
		top: 0;
		margin-top: 0px;
		padding: 10px 0px 0px 0px;
		background-image: none, url(../images/main/cont2_bg3.png), url(../images/main/cont2_bg2.png), url(../images/main/cont2_bg1.png);
		background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
		background-position: 50% 0%, 0% 50%, 100% 0%, 100% 50%;
		background-size: auto auto, auto 100%, auto auto, auto 100%;
    }
     section>.cont2:after {
         display:block;
         content:"";
         clear:both;
    }
     .cont2_box {
         width:100%;
         max-width:1500px;
         margin:0 auto;
         padding:0;
    }
     .cont2_box:after {
         display:block;
         content:"";
         clear:both;
    }
     .cont2_box_in {
         border:0px solid #ddd;
    }
     .cont2_box_in:after {
         display:block;
         content:"";
         clear:both;
    }
     .cont2_box_in_box {
         float:left;
         width:50%;
         border-right:1px solid #ddd;
         min-height:250px;
         padding:40px 5px 25px 5px;
         background-color:#fff;
         text-align:center;
         background-repeat:no-repeat;
         background-position: center;
         background-size: cover;
    }
     .cont2_box_in_box_title {
         display:inline-block;
         font-size:18px;
         font-weight:500;
         letter-spacing:-0.06em;
         margin-bottom:10px;
    }
     .cont2_box_in_box_txt {
         font-size:14px;
         padding:0 20px;
         line-height:1.2;
    }
     .cont2_box_in_box_txt2 {
         font-size:12px;
         padding:0 20px;
         line-height:1.2;
         color:#777;
    }
     .cont2_box_in_more{
         width:100px;
         height:35px;
         line-height:35px;
         font-size:13px;
         margin:25px auto 0 auto;
    }
	.cont2_box_in_left_txt1 {
		font-size: 18px;
		color: #ffffff;
		letter-spacing: 0.08em;
		margin-bottom: -5px;
		font-weight: 500;
	}
	.cont2_box_in_left_txt1 span {
		font-size: 18px;
		color: #8393cb;
		letter-spacing: -0.1em;
		margin-bottom: 20px;
		font-weight: 500;
	}
	.cont2_box_in_left_txt2 {
		font-size: 32px;
		color: #ffffff;
		letter-spacing: 0.08em;
		margin-bottom: -1px;
		font-weight: 800;
	}
	.cont2_box_in_left_txt3 {
		font-size: 16px;
		color: #ffffff;
		letter-spacing: -0.01em;
		margin-bottom: -3px;
		font-weight: 500;
	}
	.cont2_box_in_left_txt4.t-61 {
		font-size: 14px;
		color: #ffffff;
		letter-spacing: 0.01em;
		margin-top: 61px;
		margin-bottom: -1px;
		font-weight: 400;
	}
	.cont2_box_in_left_txt4 {
		font-size: 14px;
		color: #ffffff;
		letter-spacing: 0.01em;
		margin-top: 0px;
		font-weight: 400;
		margin-bottom: 0;
	}
     section>.cont3 {
         position:relative;
         height:100%;
         padding:0px 0px 0px 0px;
         margin:10px 0px 0px 0px;
         background-image: none, url(../images/main/cont3-img-01.png);
         background-repeat:no-repeat, no-repeat, no-repeat;
         background-position:50% 0%, 0% 50%, 0% 50%;
         background-size:auto auto, auto 100%, auto 100%;
         background-attachment:scroll, scroll, fixed;
    }
	.cont3_box_in_txt1 {
		font-size: 15px;
		color: #ffffff;
		letter-spacing: 0.25em;
		margin-bottom: 8px;
		padding-top: 0px;
		font-weight: 500;
	}
	.cont3_box_in_txt2 {
		font-size: 26px;
		color: #ffffff;
		letter-spacing: -0.01em;
		margin-bottom: 20px;
		padding-top: 0px;
		font-weight: 500;
	}
	.cont3_box_in_txt3 {
		font-size: 14px;
		color: #ffffff;
		letter-spacing: -0.01em;
		margin-bottom: 0px;
		padding-top: 1px;
		font-weight: 400;
		line-height: 1.6;
	}
     section>.cont3:after {
         display:block;
         content:"";
         clear:both;
    }
     .cont3_box {
         width:100%;
         height:auto;
         max-width:1500px;
         margin:0 auto;
         text-align:left;
    }
     .cont3_box_in01 {
         width:100%;
         position:relative;   
		 padding: 80px 0;
    }
     .cont3_box_in_left {
         width:100%;
         height:520px;
         padding:0px 20px;
         margin-top:0;
    }
     .cont3_box_in_left_txt1 {
         font-size:14px;
         color:#fa0000;
         letter-spacing:0.1em;
         margin-bottom:20px;
         font-weight: 500;
    }
     .cont3_box_in_left_txt2 {
         font-size:30px;
         color:#000;
         font-weight: 700;
    }
     .cont3_box_in_left_txt2_img {
         margin-top:-55px;
         margin-left:200px;
    }
     .cont3_box_in_left_txt3 {
         font-size:28px;
         font-weight:300;
         color:rgba(255,255,255,1);
         line-height:1.2;
         margin-bottom:20px;
    }
     .cont3_box_in_left_txt3>span {
         font-weight:700;
    }
     .cont3_box_in_left_txt4 {
         font-size:14px;
         color:rgba(255,255,255,0.5);
    }
     .cont3_box_in_left_txt4>span {
         display:block;
         margin-bottom:10px;
    }
     .church_time_left {
         display: inline-block;
         float: left;
         width: 30%;
         font-size: 14px;
         font-weight: 500;
         color: #555;
         letter-spacing: -0.04em;
         line-height: 1.87;
         margin-top: 3px;
         margin-top: 2px;
         border-bottom: solid 1px #ccc;
         white-space: nowrap;
    }
     .church_time_center {
         display: inline-block;
         float: left;
         width: 40%;
         font-size: 14px;
         font-weight: 500;
         color: #555;
         letter-spacing: -0.04em;
         line-height: 1.87;
         margin-top: 3px;
         margin-top: 2px;
         border-bottom: solid 1px #ccc;
         text-align: center;
         white-space: nowrap;
    }
     .church_time_right {
         display: inline-block;
         float: left;
         width: 30%;
         font-size: 14px;
         font-weight: 500;
         color: #555;
         letter-spacing: -0.04em;
         line-height: 1.87;
         margin-top: 3px;
         margin-top: 2px;
         border-bottom: solid 1px #ccc;
         text-align: center;
         white-space: nowrap;
    }
     .cont3_box_in_right {
         position:relative;
         top:0;
         right:0;
         width:100%;
         height:560px;
         background-position:center;
         background-size:cover;
         padding: 65px 0 0 0;
    }
     .cont3_box_in01>.cont3_box_in_right {
         background-image:url(../images/main/cont3_box_in_right_bg01_m.jpg);
    }
     .cont3_box_in_right_txt1 {
         font-size:14px;
         color:#fff;
         letter-spacing:0.10em;
         margin-bottom:10px;
        margin-left: 20px;
    }
     .cont3_box_in_right_txt2 {
         font-size:30px;
         color:rgba(255,255,255,1);
         letter-spacing:-0.03em;
         line-height:1.2;
         margin-bottom:30px;
         font-weight:700;
        margin-left: 20px;
    }
     .cont3_box_in_right_txt3 {
         display:inline-block;
         float: left;
         width: calc( 50% - 30px );
         height:61px;
         line-height:37px;
         font-size:17px;
         color:#d5d4d4;
         text-align:center;
         margin:0px 10px 20px 20px;
         padding:10px;
         background-color:rgba(0,0,0,0.5);
    }
     .cont3_box_in_right_txt4 {
         display:inline-block;
         float: left;
         width: calc( 50% - 30px );
         height:61px;
         line-height:37px;
         font-size:17px;
         color:#d5d4d4;
         text-align:center;
         margin:0px 20px 20px 10px;
         padding:10px;
         background-color:rgba(0,0,0,0.5);
    }
     .cont3_box_in_right_txt5 {
         display:inline-block;
         float: left;
         width: calc( 50% - 30px );
         height:61px;
         line-height:37px;
         font-size:17px;
         color:#d5d4d4;
         text-align:center;
         margin:0px 10px 20px 20px;
         padding:10px;
         background-color:rgba(0,0,0,0.5);
    }
     .cont3_box_in_right_txt6 {
         display:inline-block;
         float: left;
         width: calc( 50% - 30px );
         height:61px;
         line-height:37px;
         font-size:17px;
         color:#d5d4d4;
         text-align:center;
         margin:0px 20px 20px 10px;
         padding:10px;
         background-color:rgba(0,0,0,0.5);
    }
     .cont3_box_in_right_txt7 {
         display:inline-block;
         float: left;
         width: calc( 50% - 30px );
         height:61px;
         line-height:37px;
         font-size:17px;
         color:#d5d4d4;
         text-align:center;
         margin:0px 10px 20px 20px;
         padding:10px;
         background-color:rgba(0,0,0,0.5);
    }
     .cont3_box_in_right_txt8 {
         display:inline-block;
         float: left;
         width: calc( 50% - 30px );
         height:61px;
         line-height:37px;
         font-size:17px;
         color:#d5d4d4;
         text-align:center;
         margin:0px 20px 20px 10px;
         padding:10px;
         background-color:rgba(0,0,0,0.5);
    }
     .cont3_box_in_right_txt9 {
         display:inline-block;
         float: left;
         width: calc( 50% - 30px );
         height:61px;
         line-height:37px;
         font-size:17px;
         color:#d5d4d4;
         text-align:center;
         margin:0px 10px 20px 20px;
         padding:10px;
         background-color:rgba(0,0,0,0.5);
    }
     .cont3_box_in_right_txt10 {
         display:inline-block;
         float: left;
         width: calc( 50% - 30px );
         height:61px;
         line-height:37px;
         font-size:17px;
         color:#d5d4d4;
         text-align:center;
         margin:0px 20px 20px 10px;
         padding:10px;
         background-color:rgba(0,0,0,0.5);
    }
     .responsive2 .slick-dots {
         position: absolute;
		display: inline-block;
		width: 100%;
		right: 0;
		margin-top: -5px;
		text-align: right;
    }
     .responsive2 .slick-dots li {
         position:relative;
         display:inline-block;
         padding:0 0 0 5px;
         margin:0;
         cursor:pointer;
         line-height:22px;
    }
	.Contents5_box3_in_list {
		width: 100%;
		height: 100%;
		margin: 0 auto 0px;
	}
	.Contents5_box3_in_list .gal-tt {
		display: block;
		font-size: 15px;
		text-align: left;
		padding: 20px 10px 20px 10px;
		font-weight: 500;
		background-color: #f0f0f0;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		color:rgba(0,0,0,0.6);
	}
	.responsive2 .slick-dots li button {
		display: inline-block;
		width: 12px;
		height: 12px;
		cursor: pointer;
		border-radius: 9px;
		border: 1px solid rgba(0,0,0,0.5);
		text-indent: -9999px;
	}
	 .responsive2 .slick-dots li.slick-active button, .responsive2 .slick-dots li button:hover, .responsive2 .slick-dots li button:focus {
		 width:12px;
		 height:12px;
		 border-radius:13px;
		 background-color: rgba(0,0,0,0.5);
		 background-repeat:no-repeat;
		 background-position:center;
	}
	section>.cont5 {
		position: relative;
		height: 100%;
		padding: 40px 0 40px 0;
		background-color: #ffffff;
		top: 0px;
		margin-top: 0px;
	}
     section>.cont4 {
         position:relative;
         height:auto;
		 top: 0px;
         padding:10px 10px 10px 10px;
         background-image: none, url(../images/main/cont4_bg3.png), url(../images/main/cont4_bg2.png), url(../images/main/cont4_bg1.png);
         background-repeat:no-repeat, no-repeat, no-repeat, no-repeat;
         background-position:50% 0%, 100% 0%, 0% 50%, 0% 50%;
         background-size:auto auto, auto auto, auto 100%, auto 100%;
    }
     section>.cont4:after {
         display:block;
         content:"";
         clear:both;
    }
     .cont4_box {
         width:100%;
         max-width:1500px;
         margin:0 auto;
    }
     .cont4_box_in>a>img {
         width:100%;
         max-width:592px;
    }
     .Contents4_box_wrap {
         width:100%;
         max-width:1600px;
         height:auto;
         padding:0;
         font-size:0;
         text-align:center;
         margin:0px auto;
    }
     .Contents4_box {
         position:relative;
         display:inline-block;
         width:100%;
         height:auto;
         vertical-align:top;
    }
     .Contents4_box1 {
         margin-right:0%;
         overflow:hidden;
    }
     .Contents4_box3 {
         margin-left:0%;
         margin-top:0px;
		 margin-bottom: 10px;
    }
     .Contents4_box1_bg {
         width:100%;
         height: auto;
         background-image:url(../images/main/Contents4_box1_bg.jpg);
         background-size:cover;
         background-position:center;
         display: inline-block;
         padding: 30px 20px;
    }
     .Contents4_box2_bg {
         width:100%;
         height: auto;
         background-image:url(../images/main/Contents4_box2_bg.jpg);
         background-size:cover;
         background-position:center;
         display: inline-block;
         padding: 30px 20px;
    }
     .Contents4_box1_title {
         color:#FFF;
         font-size:14px;
         font-family: 'Noto Sans KR', sans-serif;
         letter-spacing:0.10em;
         text-align:left;
    }
     .Contents4_box1_in {
         width:100%;
         height:auto;
         position: inherit;
         bottom:inherit;
         left:inherit;
         background-color:#FFF;
         width:100%;
         height: auto;
         padding: 30px 20px;
         background-image: url(../images/main/Contents4_box1_bg2.jpg);
         background-size: cover;
         background-position: center right;
         background-repeat:no-repeat;
         text-align: left;
    }
     .Contents4_box1_in_tel {
         width:100%;
         height:auto;
         display:inline-block;
         font-family: 'Noto Sans KR', sans-serif;
         text-align:left;
         margin-top:0px;
         letter-spacing:-0.07em;
    }
     .Contents4_box1_in_tel1 {
         line-height:40px;
         color:#fff;
         display: inline-block;
         margin-bottom:5px;
         margin-right:40px;
         font-size:30px;
         letter-spacing:0.03em;
         font-weight:700;
    }
     .Contents4_box1_in_tel2 {
         letter-spacing:-0.01em;
         color:#fff;
         font-size:15px;
         font-weight:200;
    }
     .Contents4_box1_in_tel3 {
         width:87px;
         height:55px;
         margin-top: -90px;
         background-image: url(../images/main/icon_youtube_m.png);
         background-repeat:no-repeat;
        margin-left:0;
        right: 0px;
         position: fixed;
    }
     .Contents4_box1_in_tel4 {
         width:56px;
         height:91px;
         margin-top: -100px;
         background-image: url(../images/main/icon_location_m.png);
         background-repeat:no-repeat;
        margin-left:0;
        right: 15px;
         position: fixed;
    }
     .Contents4_box1_in_add {
         width:100%;
         height:auto;
         font-size:14px;
         text-align:left;
         margin-top:17px;
         padding:20px 0;
         border-top:1px solid #ddd;
         line-height:22px;
         color:#666;
    }
     .main_btn_style2{
         width: 150px;
         position: inherit;
         top:40%;
         right:5%;
         background-image: url(../images/main/support_btn.png);
         letter-spacing:-0.06em;
         margin-left:17px;
    }
     .main_btn_style2:hover{
         background-image: url(../images/main/support_btn02.png);
    }
     .Contents4_box3_in {
         width:100%;
         height: auto;
         background-color:#FFF;
         text-align:left;
         padding: 0px 20px;
         display: inline-block;
    }
     .Contents4_box3_in_title {
         padding:0px 0px 15px 0px;
    }
     .Contents4_box3_in_title1 {
        display: inline-block;
		width: auto;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 24px;
		text-align: left;
		font-weight: 600;
		vertical-align: top;
		color: #222;
		margin-bottom: 0;
    }
     .Contents4_box3_in_title2 {
         display:inline-block;
         width:49%;
         font-size:13px;
         text-align:right;
         margin-top:10px;
    }
     .Contents4_box3_in_title2>img{
         vertical-align: sub;
         margin-left:12px;
    }
     .Contents4_box3_in_list {
         width:100%;
         margin:0 auto 0px auto;
    }
     .Contents4_box3_in_list>ul>li {
         border-bottom:1px solid #ddd;
         background-image:url(../images/icon/dot_10x10.png);
         background-repeat:no-repeat;
         background-size:4px 4px;
         background-position:0% 50%;
         padding-left:0px;
		 padding: 5px 0;
    }

	.Contents4_box3_in_list .dtime {
		float: right;
		margin-left: auto;
	}
     .Contents4_box3_in_list>ul>li>a {
         display:flex;
         width:100%;
         font-size:15px;
         line-height:35px;
         white-space: nowrap;
         overflow:hidden;
         text-overflow: ellipsis;

    }
     .Contents4_box3_in_list>ul>li:last-child {
         border-bottom:none;
    }
     .Contents4_box4_in {
         width:100%;
         height:100%;
         text-align:left;
         padding: 40px 20px;
    }
	.Contents4_box5_in {
		width: 100%;
		height: 100%;
		text-align: left;
		padding: 40px 20px;
	}
     .main_btn_style2 {
         width: 150px;
         position: inherit;
         top: 40%;
         right: 5%;
         background-image: url(../images/main/support_btn.png);
         letter-spacing: -0.06em;
         margin-left: 17px;
    }
	.Contents4_box3_in_list .btn .btn_pause {
		width: 7px;
		height: 13px;
		border-color: rgba(0,0,0,0.6);
		border-style: double;
		border-width: 0 0 0 7px;
	}
	.Contents4_box3_in_list .btn .btn_pause.on {
		text-indent: -9999px;
		border: none;
		cursor: pointer;
		outline: none;
		width: 0;
		height: 0;
		border-bottom: 8px solid transparent;
		border-top: 8px solid transparent;
		border-left: 10px solid rgba(0,0,0,0.6);
		border-right: 10px solid transparent;
		position: absolute;
		right: 0px;
		margin-right: -8px;
		margin-top: 14px;
	}
	.slick-prev.slick-arrow {
		content: "";
		border: solid rgba(0,0,0,0.6) !important;
		border-width: 0 2px 2px 0 !important;
		position: absolute;
		padding: 4px;
		margin-right: 28px;
		margin-top: -38px;
		transform: rotate(-225deg);
		-webkit-transform: rotate(-225deg);
		right: 0px;
		top: 0px;

	}
	.slick-next.slick-arrow {
		content: "";
		border: solid rgba(0,0,0,0.6) !important;
		border-width: 0 2px 2px 0 !important;
		position: absolute;
		padding: 4px;
		margin-right: 0px;
		margin-top: -38px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		right: 0px;
		top: 0px;
	}
	.Contents4_box3_in_list .btn {
		position: absolute;
		font-weight: 400;
		line-height: 1.5;
		color: #212529;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
		background-color: transparent;
		border: 1px solid transparent;
		padding: 0.25rem 0.25rem;
		font-size: 1rem;
		display: flex;
		border-radius: 0.25rem;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		right: 31px;
		top: 46px;
		align-items: center;
		justify-content: center;
	}
     .main_btn_style1 {
         height: auto;
         line-height: inherit;
         padding: 7px 20px;
         display: inline-block;
         font-family: 'Noto Sans KR', sans-serif;
         font-size: 13px;
         border: 1px solid #bbb;
         background-color: #FFF;
         background-repeat: no-repeat;
         background-position: 90% 50%;
         margin-bottom: 10px;
         margin-right: 5px;
    }
     .carousel-box1 {
         width: 100%;
         max-width: 750px;
         display: block;
         float: left;
    }
     .carousel-box2 {
         width: 100%;
         max-width: 750px;
         display: block;
         float: left;
    }
     .w-100 {
         width: 100%!important;
    }
     .carousel-item {
         height: 100% !important;
         background: #eee;
    }
     .carousel-caption {
         position: relative;
         right: 0%;
         top: 1rem;
         left: 0%;
         padding-top: 1.25rem;
         padding-bottom: 6.25rem;
         color: #000;
         text-align: center;
    }
     .carousel-indicators {
         position: absolute;
         right: 0%;
         bottom: 1rem;
         width: 100%;
         left: 0%;
         z-index: 2;
         display: flex;
         justify-content: center;
         padding: 0;
         margin-right: 0%;
         margin-bottom: 1rem;
         margin-left: 0%;
         list-style: none;
    }
     .cont2_box_in_more {
         width: 100px;
         height: 35px;
         line-height: 35px;
         font-size: 13px;
         margin: -25px auto 0 auto;
    }
     section>.cont_footer {
         position:relative;
         width:100%;
         height:100%;
         margin:0 auto;
    }
	.cont6_box_in_left_txt2_sun {
		border-top-style: dotted;
		width: 100%;
		border-width: 1.5px;
		color: rgba(255,255,255,0.6);
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.cont6_box_in_left_txt21_sun {
		border-top-style: dotted;
		width: 100%;
		border-width: 1.5px;
		color: rgba(255,255,255,0.6);
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.cont6_box_in_left img {
		display: none;
	}
	.cont6_box_in_left_txt3 {
		font-size: 14px;
		color: #ffffff;
		letter-spacing: 1px;
		margin-top: 5px;
		font-weight: 400;
		text-align: left;
		text-indent: -15px;
		margin-left: 15px;
	}
	.cont6_box_in_left_txt4 {
		font-size: 14px;
		color: #ffffff;
		letter-spacing: 1px;
		margin-top: -6px;
		font-weight: 400;
		text-align: left;
		text-indent: -15px;
		margin-left: 15px;
	}
	.cont6_box_in_left_txt31 {
		font-size: 14px;
		color: #ffffff;
		letter-spacing: 1px;
		margin-top: 5px;
		font-weight: 400;
		text-align: left;
		text-indent: -15px;
		margin-left: 15px;
	}
	.cont6_box_in_left_txt41 {
		font-size: 14px;
		color: #ffffff;
		letter-spacing: 1px;
		margin-top: 10px;
		margin-bottom: 4px;
		font-weight: 400;
		text-align: left;
		text-indent: -15px;
		margin-left: 15px;
	}
	.cont6_box_in_left_txt51 {
		font-size: 14px;
		color: #ffffff;
		letter-spacing: 1px;
		margin-top: -4px;
		margin-left: 15px;
		font-weight: 400;
		text-align: left;
	}
	.cont6_box_in_left_txt61 {
		font-size: 14px;
		color: #ffffff;
		letter-spacing: 1px;
		margin-top: 8px;
		margin-bottom: 4px;
		margin-left: 0px;
		font-weight: 400;
		text-align: left;
	}
	.cont6_box_in_left_txt71 {
		font-size: 14px;
		color: #ffffff;
		letter-spacing: 1px;
		margin-top: -5px;
		margin-left: 15px;
		font-weight: 400;
		text-align: left;
	}
	.cont6_box_in_left_txt81 {
		font-size: 14px;
		color: #ffffff;
		letter-spacing: 1px;
		margin-top: 8px;
		margin-bottom: 4px;
		margin-left: 0px;
		font-weight: 400;
		text-align: left;
	}
	.cont6_box_in_left_txt91 {
		font-size: 14px;
		color: #ffffff;
		letter-spacing: 1px;
		margin-top: -5px;
		margin-left: 15px;
		font-weight: 400;
		text-align: left;
		margin-bottom: 0px;
	}
	section>.cont6 {
		position: relative;
		top: 0px;
		height: 100%;
		padding: 0px 0;
		margin-top: 0px;
		background-image: url(../images/main/cont6-img-01.png);
		background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
		background-position: 50% 0%;
		background-size: cover;
	}
	.cont6_box_in_right {
		float: left;
		width:calc(100% - 40px);
		height: 450px;
		padding: 0 20px;
		margin: 0 auto;
		order: 1;
		background-image:url(../images/main/img_location_m.jpg);
		background-size:cover;
		background-position:center;
	}
	.cont6_box_in_right_txt1 {
		width: 210px;
		line-height: 1;
		font-size: 15px;
		letter-spacing: 1px;
		margin-top: 20px;
		margin-left: 20px;
		font-weight: 500;
		text-align: left;
		POSITION: relative;
		z-index: 9;
		background-color: #ffffff;
		color: #18297b;
		padding: 8px 5px 5px 7px;
	}
	.cont6_box_in_right_txt1 span {
		display: block;
		font-size: 30px;
		font-weight: 700;
	}
	.cont6_box_in_right_txt2 {
		width: 80px;
		line-height: 1;
		font-size: 13px;
		letter-spacing: 1px;
		margin-top: -74px;
		margin-right: 20px;
		font-weight: 400;
		text-align: center;
		POSITION: relative;
		z-index: 9;
		float: right;
		background-color: #172a76;
		color: #ffffff;
		padding: 8px 5px 8px 5px;
	}
	.cont6_box_in02 {
		max-width: 1500px;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		padding: 60px 0;
	}
	.cont6_box_in_left_txt1 {
		font-size: 20px;
		color: #ffffff;
		letter-spacing: 1px;
		margin-bottom: -5px;
		margin-top: 0px;
		font-weight: 500;
		text-align: left;
	}
	.cont6_box_in_left_txt11 {
		font-size: 20px;
		color: #ffffff;
		letter-spacing: 1px;
		margin-bottom: -5px;
		margin-top: 20px;
		font-weight: 500;
		text-align: left;
	}
	.cont6_box_in_right #map {
		width: 100%;
		height: 100%;
		margin-left: 0px;
		top: 0px;
	}
	.numcount.sPage1 {
		position: absolute;
		height: 30px;
		width: 200px;
		font-size: 16px;
		top: 0;
		right: 0;
		margin-top: 46px;
		margin-right: -95px;
		color:rgba(0,0,0,0.6);
	}
	.numcount.sPage1 .now {
		color: #3253c4;
	}
}


 @media screen and (max-width:550px) {
	.notice-subject {
		width: 400px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		padding-right: 5px;
	}
}


 @media screen and (max-width:480px) {
	.notice-subject {
		width: 300px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		padding-right: 5px;
	}
	.Contents4_box3_in_list .btn {
		position: absolute;
		font-weight: 400;
		line-height: 1.5;
		color: #212529;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
		background-color: transparent;
		border: 1px solid transparent;
		padding: 0.25rem 0.25rem;
		font-size: 1rem;
		display: flex;
		border-radius: 0.25rem;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		right: 31px;
		top: 46px;
		align-items: center;
		justify-content: center;
	}

	
     .main_vtxt2 {
         position:absolute;
         top:5px;
         left:50%;
         margin-left:-160px;
         width:320px;
         text-align:center;
         font-family: 'GmarketSans', sans-serif;
         font-size:27px;
         font-weight:700;
         color: rgba(255,255,255,1);
         z-index:150;
         letter-spacing:0.00em;
         line-height:30px;
    }
     .main_vtxt3 {
         position:absolute;
         top:65px;
         left:50%;
         margin-left:-160px;
         width:320px;
         text-align:center;
         font-family: 'GmarketSans', sans-serif;
         font-size:20px;
         font-weight:300;
         color: rgba(255,255,255,1);
         z-index:150;
         letter-spacing:0.00em;
         line-height:30px;
    }

 	.main_vtxt2 .main_vtxt2_1 {
		font-family: 'Pretendard-Regular';
		font-size: 12px;
		font-weight: 400;
		display: inline-block;
		margin-top: 3px;
		padding-right: 5px;
		vertical-align: top;
		letter-spacing: -0.02em;
	}
	.main_vtxt2 .main_vtxt2_2 {
		font-family: 'dimibang_new';
		font-size: 20px;
		font-weight: 700;
		letter-spacing: -0.0em;
	}
	.main_vtxt3 .main_vtxt3_1 {
		font-family: 'JSArirang-Regular';
		font-size: 28px;
		font-weight: 500;
		letter-spacing: -0.0em;
	}
	.main_vtxt3 .main_vtxt3_1 span {
		font-family: 'JSArirang-Regular';
		font-size: 42px;
		font-weight: 500;
		letter-spacing: -0.0em;
		color:#e6621c;
	}
	.main_vtxt3 .main_vtxt3_2 {
		font-family: 'Pretendard-Regular';
		font-size: 12px;
		font-weight: 400;
		letter-spacing: -0.02em;
		margin-left: -5px;
	}

}