@charset "utf-8"; 


/* ::::: section별 공통항목 ::::: */
.section {position: relative; overflow: hidden;}
#section2.active .lecon_box_se02 .dot em { display: block; animation: TxtBoxUp 0.5s cubic-bezier(0.3, 0, 0.2, 1) both 0.5s; opacity: 0; }
#section2.active .lecon_box_se02 .tit em { display: block; animation: TxtBoxUp 0.8s cubic-bezier(0.3, 0, 0.2, 1) both 0.5s; opacity: 0; }
#section2.active .lecon_box_se02 .txt em { display: block; animation: TxtBoxUp 1.1s cubic-bezier(0.3, 0, 0.2, 1) both 0.5s; opacity: 0; }

#section3.active .lecon_box_se02 .dot em { display: block; animation: TxtBoxUp 0.5s cubic-bezier(0.3, 0, 0.2, 1) both 0.5s; opacity: 0; }
#section3.active .lecon_box_se02 .tit em { display: block; animation: TxtBoxUp 0.8s cubic-bezier(0.3, 0, 0.2, 1) both 0.5s; opacity: 0; }
#section3.active .lecon_box_se02 .txt em { display: block; animation: TxtBoxUp 1.1s cubic-bezier(0.3, 0, 0.2, 1) both 0.5s; opacity: 0; }

#section4.active .lecon_box_se02 .dot em { display: block; animation: TxtBoxUp 0.5s cubic-bezier(0.3, 0, 0.2, 1) both 0.5s; opacity: 0; }
#section4.active .lecon_box_se02 .tit em { display: block; animation: TxtBoxUp 0.8s cubic-bezier(0.3, 0, 0.2, 1) both 0.5s; opacity: 0; }
#section4.active .lecon_box_se02 .txt em { display: block; animation: TxtBoxUp 1.1s cubic-bezier(0.3, 0, 0.2, 1) both 0.5s; opacity: 0; }
#section4.active .titTab { display: block; animation: TxtBoxUp 1.4s cubic-bezier(0.3, 0, 0.2, 1) both 0.5s; opacity: 0; }

@keyframes TxtBoxUp {
    0% { transform: translateY(50px); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
}

/* motion = defualt */
[class*="motion"]{opacity: 0; transition: all 0.5s !important;}
[class*="motion"][class*="left"]{ transform: translateX(-2rem);}
[class*="motion"][class*="right"]{ transform: translateX(2rem);}
[class*="motion"][class*="top"]{ transform: translateY(-2rem);}
[class*="motion"][class*="bottom"]{ transform: translateY(2rem);}
[class*="motion"][class*="circle"]{ border-radius: 50%; opacity: 0; transform: scale(0);  }
[class*="motion"][class*="height"]{ height: 0; }
[class*="motion"][class*="width"]{ width: 0; }

/* motionion = active */
.active [class*="motion"]{opacity: 1;}
.active [class*="motion"][class*="left"],
.active [class*="motion"][class*="right"],
.active [class*="motion"][class*="top"],
.active [class*="motion"][class*="bottom"]{transform: translate(0,0);}
.active [class*="motion"][class*="circle"]{border-radius: 1rem; opacity: 1; transform: scale(1);}
.active [class*="motion"][class*="height"]{height: 16rem; }
.active [class*="motion"][class*="width"]{width: 100%;}

/* motionion = delay */
.active [class*="motion0"]{transition-delay: 0s !important;}
.active [class*="motion1"]{transition-delay: 0.2s !important;}
.active [class*="motion2"]{transition-delay: 0.4s !important;}
.active [class*="motion3"]{transition-delay: 0.6s !important;}
.active [class*="motion4"]{transition-delay: 0.8s !important;}
.active [class*="motion5"]{transition-delay: 1s !important;}
.active [class*="motion6"]{transition-delay: 1.2s !important;}
.active [class*="motion7"]{transition-delay: 1.4s !important;}
.active [class*="motion8"]{transition-delay: 1.6s !important;}
.active [class*="motion9"]{transition-delay: 1.8s !important;}
.active [class*="motion10"]{transition-delay: 2s !important;}
.active [class*="motion11"]{transition-delay: 2.2s !important;}
.active [class*="motion12"]{transition-delay: 2.4s !important;}
.active [class*="motion13"]{transition-delay: 2.6s !important;}
.active [class*="motion14"]{transition-delay: 2.8s !important;}

@media screen and (max-width:1900px){

}
@media screen and (max-width:1600px){ 
    
}
@media screen and (max-width:1420px){
    
}
@media screen and (max-width:1240px){
}
@media screen and (max-width:1024px){
    .fp-overflow{max-height: none;}
}
@media screen and (max-width:900px){
    
}
@media screen and (max-width:860px){
}
@media screen and (max-width:768px){
    
}
@media screen and (max-width:600px){
    
}
@media screen and (max-width:500px){
}
@media screen and (max-width:430px){
    
}
@media screen and (max-width:380px){
    
}




/* ::::: section1 ::::: */
#section1 { position: relative; height: 100vh; }
#section1 .fp-overflow { width: 100%; height: 100%; display: table-cell; vertical-align: middle; }
.main_visual {position: relative; width: 100%; height: 100%; overflow: hidden;}

.main_visual .visual_control{position: absolute; top: 4.5rem; right: 0; bottom: 0; z-index: 9999; transform: translateX(4rem); transition: 1s 1s; opacity: 0;}
.start .active .main_visual .visual_control{transform: translateX(0); opacity: 1;}
.main_visual .visual_control ul{display: flex !important; flex-direction: column; width: 15.7rem; height: 100%; color: #fff; border-left: 1px solid rgba(255,255,255,0.1);}
.main_visual .visual_control ul li{position: relative; flex: 1; border-bottom: 1px solid rgba(255,255,255,0.1); }
.main_visual .visual_control ul li .dot_btn{position: a; display: flex; align-items: center; height: 100%; left: 0; right: 0; background: rgba(0,0,0,0.3); font-size: 1rem; padding: 0.5rem 1rem; cursor: pointer; transition: all 0.3s;}
.main_visual .visual_control ul li .dot_btn .num{display: inline-block; position: relative; font-weight: 700; margin-right: 0.5rem;}
.main_visual .visual_control ul li .dot_btn .num::before{content: ''; display: block; width: 100%; height: 2px; background: #686f7a; position: absolute; bottom: -0.2rem; left: 0;}
.main_visual .visual_control ul li.slick-active .dot_btn{position: absolute; background: #2641b9 url(/html/_skin/1/images/main/img_symbol01.png) no-repeat right bottom -2rem; left: -3rem; font-weight: 700; width: auto; right: 0; padding-left: 2rem; border-bottom-left-radius:2.5rem;} 
.main_visual .visual_control ul li.slick-active .dot_btn::after{content: "\e92b";font-family: 'xeicon'; font-size: 1.5rem; font-weight: 400; display: block; position: absolute; right: 2rem; top: 50%; transform: translateY(-50%);}

.main_visual .slider{position: relative; z-index: -1;}
.main_visual .slick-track::-webkit-scrollbar {display: none;}
.main_visual .item{position: relative; width: 100%; display: inline-block; overflow: hidden; }

.txt_con_box {font-family: 'Pretendard'; position: absolute; top: calc(50% - 150px); left: 0; width: 100%; display: flex; flex-direction: column; align-items: center; z-index: 99; color: #fff;}
.txt_con_box .m_txt_01{opacity:0; font-size: 22px; font-weight: 400; padding: 0 5%; width: 100%; max-width: 1700px;}
.txt_con_box .m_txt_02 {opacity:0; font-size: 75px; line-height: 1; margin: 10px 0 30px 0; font-weight: 700; padding: 0 5%; width: 100%; max-width: 1700px;}
.txt_con_box .m_txt_03 {opacity:0; font-size: 30px; line-height: 120%; word-break: keep-all; padding: 0 5%; width: 100%; max-width: 1700px;}
.txt_con_box .m_txt_03 p{max-width: 35%;}
.txt_con_box .m_txt_03 span {font-weight: 600;}

.start_con .active .main_visual .item.slick-active .txt_con_box .m_txt_01 {animation:text-up 1s cubic-bezier(0.4, 0, 0.2, 1) both; animation-delay: 0s; }
.start_con .active .main_visual .item.slick-active .txt_con_box .m_txt_02 {animation:text-up 1s cubic-bezier(0.4, 0, 0.2, 1) both; animation-delay: 0.2s;}
.start_con .active .main_visual .item.slick-active .txt_con_box .m_txt_03 {animation:text-up 1s cubic-bezier(0.4, 0, 0.2, 1) both; animation-delay: 0.4s;}


@keyframes text-up {
	from {
	    transform: translate3d(0, 120%, 0);
	}
	  to {
	    transform: translate3d(0, 0, 0);
        opacity:1;
	}
}

.main_visual .item .img{width: 100%; text-align: center; height: 100vh;}
.main_visual .item .img video{position: relative; display: block; height: 100%; width: 100%; object-fit: cover; left: 50%; transform: translateX(-50%) scale(1.3); transition: all 3s;}
.m_video_box {display: none;}
.main_visual .item .img img{position: relative; display: block; height: 100%; width: auto; left: 50%; transform: translateX(-50%) scale(1.5); transition: all 10s;}
.main_visual .item .img img.img_1{position: absolute; display: block; left: 0; top: 0; z-index: 9999; height: 100%; width: auto; left: 50%; transform: translateX(-48%) scale(1.5); transition: all 20s;}
.main_visual .item .img img.img_2{position: absolute; display: block; left: 0; top: 0; z-index: 9999; height: 100%; width: auto; left: 50%; transform: translateX(-48%) scale(1.3); transition: all 5s; opacity: 0;}
.start_con .main_visual .item.slick-active .img video{transform: translateX(-50%) scale(1); }
.start_con .main_visual .item.slick-active .img img{transform: translateX(-50%) scale(1);}
.start_con .main_visual .item.slick-active .img img.img_1{transform: translateX(-50%) scale(1); top:0;}
.start_con .main_visual .item.slick-active .img img.img_2{transform: translateX(-50%) scale(1); top:0;opacity: 0.9;}

.start_con .main_visual .slick-track .item:nth-child(1) .img{background: url("/html/_skin/1/images/main/m_visual01_bg.jpg") left top repeat-x; background-size: contain;}
.start_con .main_visual .slick-track .item:nth-child(3) .img{background: url("/html/_skin/1/images/main/m_visual03_bg.jpg") left top repeat-x; background-size: contain;}

.main_visual .img {
    clip-path: circle(100%);
        transform: translateY(0);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
   
.main_visual .img.on {
    animation: clipOn 3s cubic-bezier(0.19, 0.82, 0.29, 1.01) forwards;
  }
.m_video_box{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,22,110,0.4); z-index: 99;} 

.main_visual .control {display: flex;align-items: center;position: absolute;bottom: 5%;left: 5%; color: #fff; z-index: 1;}
.main_visual .control .prev,
.main_visual .control .next{margin: 0 1rem;display: inline-block;width: 20px;height: 20px;}
.main_visual .control .play,
.main_visual .control .stop{display: inline-flex; align-items: center; justify-content: center; width: 2.5rem; height: 2.5rem; border-radius: 50%; border: 2px solid #b4b9c0;}
.main_visual .control .play{display: none;} 
.main_visual .control .bar{position: relative; display: inline-block; width: 8rem; height: 0.1rem; background-color: rgba(255,255,255,0.3); margin: 0 0.5rem; } 
.main_visual .control .bar::before{content: ''; display: block; position: absolute; height: 100%; width: 0; left: 0; background: #f00;}
.main_visual .control strong{color:#f00;}
.main_visual .control .pro-ani::before{ animation: proBar 5.5s 1; width:100%; }

@keyframes proBar{
    0%{width:0;}
    100%{width:100%;}
}

.fp-watermark{display: none !important;}

@media screen and (max-width:1900px){
    .fullPage_nav { right: 5%;}
    .scroll_img { left: 1.75rem;}
}
@media screen and (max-width:1600px){
}

@media screen and (max-width:1420px){
}
@media screen and (max-width:1240px){
    .fullPage_nav { display: none;}
    .scroll_img { display: none;}
   #section1 {height: 670px; min-height: auto;}
   #section1 .fp-overflow { display: block;}
   .main_visual .slick-list,.main_visual .slider, .main_visual .slick-track { height: 100%;}
   .main_visual .item .img { width: auto; height: 40rem;}
   .main_visual .item .txt_con_box{ top: calc(50% - 120px); }
   .main_visual .item .txt_con_box .m_txt_02{ font-size:2.8rem; margin: 1.5rem 0; }
   .main_visual .item .txt_con_box .m_txt_03{ font-size: 1rem; } 
}
@media screen and (max-width:1024px){  
}
@media screen and (max-width:900px){ 
}
@media screen and (max-width:860px){  
   #section1 {height: 630px}
   .main_visual .item .img {height: 630px;}
    .m_video_box { display: block; }
    #m_video { display: none; }
   .main_visual .item .txt_con_box .m_txt_02{ font-size:2rem; margin: 1rem 0; }
}
@media screen and (max-width:768px){ 
}
@media screen and (max-width:600px){ 
 }
@media screen and (max-width:500px){ 
   #section1 { height: 540px;}
   .main_visual .item .img {height: 540px;}
   .main_visual .item .txt_con_box { width: 100%; padding: 1.5rem;}
   .main_visual .item .txt_con_box .m_txt_01 { font-size: 0.7rem;}
   .main_visual .item .txt_con_box .m_txt_02{ font-size:1.5rem; margin: 1rem 0; }
   .main_visual .item .txt_con_box .m_txt_03{ font-size: 0.8rem; }  
   .main_visual .control .bar{ width: 3rem; } 
}
@media screen and (max-width:430px){ 

}
@media screen and (max-width:380px){  

 }


/* ::::: section2 ::::: */
#section2 {}
/*#section2 {position: relative; background: url('/html/_skin/1/images/main/section2_bg_02.png') center 90px no-repeat; }*/
#section2::before {position: absolute; bottom: 0; left: 0; width: 100%; height:100px; background: linear-gradient(transparent, #fff); opacity: 0.6; z-index: 1; content: ""; }
#section2::after {position: absolute; top: -500px; left: 0; transform: translateY(0); width: 100%; height: 444px; background: url('/html/_skin/1/images/main/section2_bg_02.png') center top no-repeat; background-size: contain; transition: 2s; z-index: -1; content: ""; }
#section2.active::after {top: 90px; }

#section2 .fp-overflow { position: relative; display: block; }
#section2 .container {height: 100%;display: flex;align-items: start;justify-content: flex-end;} 
#section2 .lecon_box_se02 {position: fixed; width: calc(100% - 1300px); z-index: 2; margin-top: 190px; padding: 0 20px; text-align: left; left: 5%;}
#section2 .lecon_box_se02 .dot {color: #BE1D2C;font-size: 30px;font-weight: 600;overflow: hidden;}
#section2 .lecon_box_se02 .tit {margin: 40px 0; color: #222111; font-size: 50px; font-weight: 700; overflow: hidden;}
#section2 .lecon_box_se02 .txt {color: #222111; font-size: 20px; overflow: hidden; word-break: keep-all;}
#section2 .lecon_box_se02 .txt span {display: block;}

.ricon_box_se02 {position: relative; height: 100%; padding-top: 240px; width: 100%; padding-left: calc(90% - 920px); margin-right: 5%; height: 100%; }
.ricon_box_se02 .inner {position: relative; height: 100%; }
.ricon_box_se02 .inner::-webkit-scrollbar { display: none; -ms-overflow-style: none; scrollbar-width: none; }
.ricon_box_se02 ul {overflow: hidden; display: flex; flex-wrap: wrap; flex-direction: row-reverse;} 
.ricon_box_se02 ul li {/* float: right; */width: 50%; padding: 0 10px; }
.ricon_box_se02 ul li:nth-child(even) { transform: translateY(220px); }
.ricon_box_se02 ul li + li { margin: 50px 0; }
.ricon_box_se02 ul li .con_li01_box {position: relative; display: block; max-width: 450px;}
.ricon_box_se02 ul li .con_li01_box:hover .con_cotx_box { opacity: 1; }
.ricon_box_se02 ul li .con_cotx_box {transition: all 0.3s; }
.ricon_box_se02 ul li .li_im_box {position: relative; width:100%; height: 100%; overflow: hidden; border-radius: 10px; text-align: center; background: rgba(0,0,0,0.1);}
.ricon_box_se02 ul li .img {}
.ricon_box_se02 ul li .img img {max-width: 100%; height: 100%; display: block;}
.ricon_box_se02 ul li .txt_box {text-align: left; margin-top: 20px;}
.ricon_box_se02 ul li .txt_box span { color: #666; font-size: 20px; display: block;line-height: 120%; font-weight: 600;}
.ricon_box_se02 ul li .txt_box p {color: #111; font-size: 24px; line-height: 120%; font-weight: 700; margin-top: 10px;}
.ricon_box_se02 ul li .con_cotx_box {position: absolute; top: 0; left: 0; text-align: left; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); color: #fff; opacity: 0; padding: 20px; font-size: 22px; font-weight: 600; border-radius: 0.5rem; }
.ricon_box_se02 ul li .con_cotx_box .tit {font-size: 22px; color: #f00;}
.ricon_box_se02 ul li .con_cotx_box .txt {display: block}
.ricon_box_se02 ul li .con_cotx_box .txt ul {font-size: 16px; font-weight: 300;}
.ricon_box_se02 ul li .con_cotx_box .txt ul li {position: relative;padding-left: 14px;float: none;width: 100%;}
.ricon_box_se02 ul li .con_cotx_box .txt ul li:nth-child(even) { transform:none;}
.ricon_box_se02 ul li .con_cotx_box .txt ul li + li { margin: 0;}
.ricon_box_se02 ul li .con_cotx_box .txt ul li::before { content: ''; display: block; width: 3px; height: 3px ; left: 0; top: 11px; border-radius: 50%; background: #fff; position: absolute;}


@media screen and (max-width:1900px){
    #section2 .lecon_box_se02 .txt span {display: inline-block;}
}
@media screen and (max-width:1750px){
     #section2 .lecon_box_se02 { width: calc(100% - 1120px);}
    .ricon_box_se02 {padding-top: 150px; width: 100%; padding-left: calc(90% - 790px); }
    .ricon_box_se02 ul li .con_li01_box {max-width: 380px;}
}
@media screen and (max-width:1600px){
    #section2 .lecon_box_se02 { width: calc(100% - 1050px);}
    .lecon_box_se02 .dot { font-size: 26px; }
    .lecon_box_se02 .tit { font-size: 42px; }
    .lecon_box_se02 .txt { font-size: 18px;; }

	
    .ricon_box_se02 ul li:nth-child(even) { transform: translateY(200px); }
    .ricon_box_se02 ul li + li {margin: 30px 0; }
    .ricon_box_se02 ul li .img {width: 100%; height: auto; overflow: hidden;}
    .ricon_box_se02 ul li .img img {width: 100%; max-width: 100%; display: block;}
    .ricon_box_se02 ul li .txt_box { margin-top: 10px;}
    .ricon_box_se02 ul li .txt_box span { font-size: 16px;}
    .ricon_box_se02 ul li .txt_box p { font-size: 22px;}
    .ricon_box_se02 ul li .con_cotx_box { font-size: 18px; }

}
@media screen and (max-width:1420px){
    #section2 .lecon_box_se02 { width: calc(100% - 900px);}
    .ricon_box_se02 {width: 100%; padding-left: calc(90% - 700px);}
    .ricon_box_se02 ul li .con_li01_box {max-width: 330px;}
}
@media screen and (max-width:1240px){
    #section2 {display: block !important;table-layout: auto !important; height: auto;}
	#section2 .lecon_box_se02 { margin-top: 100px; width: calc(100% - 740px);}
	.fp-viewing-2Page #section2 .lecon_box_se02 {margin-top: 140px;}
	.fp-viewing-2Page #section2 .ricon_box_se02 {padding-top: 140px;}
	#section2.active::after{display: none;}
	#section2 .lecon_box_se02 .dot { font-size: 22px; }
    #section2 .lecon_box_se02 .tit { font-size: 34px; line-height: 42px;}
    .ricon_box_se02 {width: 100%; padding-left: calc(90% - 550px);}
    .ricon_box_se02 ul li .con_li01_box {max-width: 300px;}
    .ricon_box_se02 ul li .txt_box span {font-size: 16px;}
    .ricon_box_se02 ul li .txt_box p {font-size: 20px;}
    
}
@media screen and (max-width:1024px){
    #section2 .lecon_box_se02 { margin-top: 100px; width: calc(100% - 620px);}
	.fp-viewing-2Page #section2 .lecon_box_se02 {margin-top: 120px;}
	.fp-viewing-2Page #section2 .ricon_box_se02 {padding-top: 120px;}
    .ricon_box_se02 {width: 100%; padding-left: calc(90% - 450px);}
    .ricon_box_se02 ul li .con_li01_box {max-width: 230px;}
}
@media screen and (max-width:900px){
    
}
@media screen and (max-width:860px){
    #section2 {height: auto; padding: 0 20px;}
    .ricon_box_se02 {width: 100%; padding-left: 0;}
	.fp-viewing-2Page #section2 .lecon_box_se02 {margin-top: 120px;}
	.fp-viewing-2Page #section2 .ricon_box_se02 {padding-top: 50px;}
    #section2 .container {flex-direction: column;} 
    #section2 .lecon_box_se02 {position: relative; width:100%; z-index: 2; margin-top: 20px; padding: 0 20px; text-align: left;left: 0;}
    #section2 .lecon_box_se02 .dot { font-size: 20px; }
    #section2 .lecon_box_se02 .tit { font-size: 34px; margin: 20px 0 10px 0;}
    #section2 .lecon_box_se02 .txt { font-size: 18px; line-height: 120%;}
    .ricon_box_se02 ul {overflow: hidden;display: flex;flex-wrap: wrap;flex-direction: row;justify-content: space-between;} 
    .ricon_box_se02 ul li .con_li01_box {max-width: 100%;}
}
@media screen and (max-width:768px){

}
@media screen and (max-width:767px){

}
@media screen and (max-width:600px){
    
}
@media screen and (max-width:500px){
    #section2 {height: 640px;}
	.fp-viewing-2Page #section2 .lecon_box_se02 {margin-top: 60px;}
	.fp-viewing-2Page #section2 .ricon_box_se02 {padding-top: 40px;}
    .ricon_box_se02 ul li{width: 100%; margin: 20px 0;}
    .ricon_box_se02 ul li:nth-child(even) { transform: translateY(0); }
    
}
@media screen and (max-width:430px){
    
}
@media screen and (max-width:380px){
    
}




/* ::::: section3 ::::: */
#section3 .lecon_box_se02 {position: relative; width: 90%; margin-top: 120px; padding: 0 20px; text-align: left; left: 5%;}
#section3 .lecon_box_se02 .dot {color: #fff;font-size: 30px;font-weight: 600;overflow: hidden;}
#section3 .lecon_box_se02 .tit {margin: 10px 0; color: #fff; line-height: 110%; font-size: 50px; font-weight: 700; overflow: hidden;}
#section3 .lecon_box_se02 .txt {color: #fff; font-size: 20px; overflow: hidden; word-break: keep-all;}
#section3 .lecon_box_se02 .txt span {display: block;}

.work_list_box{width: 90%; margin: 40px 5%; display: flex; justify-content: center;}
.work_list_box>ul{/*display: flex; */width: 100%; position: relative;}
.work_list_box>ul>li{display: inline-block; position: absolute; max-width: 220px; transition: all 0.5s;}
.work_list_box>ul>li>a{display: block; position: relative;}
.work_list_box>ul>li>a>img{width: 100%; max-width: 100%;}
.work_ds{display: none; align-items: center; justify-content: center; flex-direction: column; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 9999; background-color: rgba(0,0,0, .8);}
.work_ds>p{color: #fff; font-size: 18px; margin-bottom: 20px; line-height: 120%; padding: 0 20px; font-weight: 600; width: 100%; text-align: center;}
.work_ds>span{display: block; color: #fff; font-size: 15px; line-height: 120%; padding: 0 20px; font-weight: 400; width: 100%; text-align: center;}
.work_item{}
.work_item:hover .work_ds{/*display: flex;*/}


.map_con_box{position: relative; width: 90%; margin: 40px 5% 80px 5%;  padding: 0 20px; display: flex; overflow: hidden;justify-content: center;align-items: center; flex-direction: column;}
.map_con_box .sec_title_box>p{margin-top: 15px; margin-top: 30px; font-size: 34px; font-weight: 600; color: #0B2A4D;}
.map_con_list_box{width: 100%; height: 480px; margin-top: 20px; border: 1px solid #e0e0e0;}
.map_info_box{display: flex; justify-content: space-between; width: 100%; margin-top: 20px;}
.map_info{display: flex; align-items: center; font-size: 22px; font-weight: 600; color: #0B2A4D;}
.map_info span{display: inline-block; margin-right: 20px;}
.btn_map_box{display: flex; align-items: center;}
.btn_map_box>a{margin-left: 10px; padding: 0 50px 0 30px; font-size: 14px; color: #666666; position: relative; border: 1px solid #e0e0e0; height: 55px; display: flex; justify-content: center; align-items: center; }
.btn_map_box>a::before{content: ''; background: url("/html/_skin/1/images/main/map_icon_arr.svg") center 50% no-repeat; width: 15px; height: 15px; position: absolute; right: 15px; top: 20px;}
.map_tel{width: 100%; padding-left: 40px; font-size: 20px; font-weight: 600; margin-top: -5px;}

.footer{background-color: #20242b; padding: 50px 5% 130px 5%;}
.footer_box{display: flex; width: 90%;}
.f_logo{margin-right: 40px;}
.rifot_box address{color: #fff; font-weight: 300; font-size: 16px;}
.rifot_box address span{display: inline-block; margin-right: 40px; opacity: .6;}
.rifot_box address p span{margin-bottom: 10px; font-weight: 600; opacity: .8;}


@media screen and (max-width:1900px){
    #section3 .left_title_box { left: 5.5rem;}
}
@media screen and (max-width:1600px){ 
    
}
@media screen and (max-width:1420px){
    
}
@media screen and (max-width:1240px){
    #section3 {height: 670px; min-height: auto;}
}
@media screen and (max-width:1024px){
    
}
@media screen and (max-width:900px){
    
}
@media screen and (max-width:860px){
    #section3 {height: 630px;}
}
@media screen and (max-width:768px){
    .map_info_box{flex-direction: column-reverse;}
    .btn_map_box{justify-content: space-between; margin-bottom: 20px;}
    .btn_map_box>a:first-child{margin-left: 0;}
    .btn_map_box>a{width: 100%;}
}
@media screen and (max-width:600px){
    .btn_map_box{flex-direction: column;}
    .btn_map_box>a{margin: 0 0 5px 0;}
    .map_info{font-size: 18px;}
}
@media screen and (max-width:500px){
    #section3 {height: 640px;}
    .f_logo{margin: 0 0 40px 0;}
    .footer_box{flex-direction: column;}
}
@media screen and (max-width:430px){
    
}
@media screen and (max-width:380px){
    
}




/* ::::: section4 ::::: */
.fp-viewing-4Page .scroll_dw {display: none !important;}
#section4 .lecon_box_se02 {position: relative; width: 90%; margin-top: 120px; padding: 0 20px; text-align: left; left: 5%;}
#section4 .lecon_box_se02 .dot {color: #BE1D2C;font-size: 30px;font-weight: 600;overflow: hidden;}
#section4 .lecon_box_se02 .tit {margin: 10px 0; color: #222111; line-height: 110%; font-size: 50px; font-weight: 700; overflow: hidden;}
#section4 .lecon_box_se02 .txt {color: #222111; font-size: 20px; overflow: hidden; word-break: keep-all;}
#section4 .lecon_box_se02 .txt span {display: block;}

.btn-top{display: none; position: fixed; right: 5%; bottom: 40px; z-index:99999; width:50px; height:50px; border: 1px solid #e0e0e0; border-radius:10px; background:#fff;}
.fp-viewing-2Page .btn-top, 
.fp-viewing-3Page .btn-top, 
.fp-viewing-4Page .btn-top{display: flex; justify-content: center; align-items: center;}

@media screen and (max-width:1900px){
    #section4 .left_title_box { left: 5.5rem;}
}
@media screen and (max-width:1600px){ 
    
}
@media screen and (max-width:1420px){
    
}
@media screen and (max-width:1240px){
    #section4 {height: 670px; min-height: auto;}
}
@media screen and (max-width:1024px){
    
}
@media screen and (max-width:900px){
    
}
@media screen and (max-width:860px){
    #section4 {height: 630px;}
}
@media screen and (max-width:768px){
    
}
@media screen and (max-width:600px){
    
}
@media screen and (max-width:500px){
    #section4 {height: 640px;}
}
@media screen and (max-width:430px){
    
}
@media screen and (max-width:380px){
    
}
