/* Common **********************************************************************/
/* @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); <-- 기존에 있던 것 */
/*  Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess   */
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 100; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 300; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 400; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 500; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 700; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 900; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype'); 
 } 
/* Common **********************************************************************/ 
html,body {width:100%;}
html {overflow-y:scroll; box-sizing:border-box;}
*, *:before, *:after{box-sizing:inherit;}
*{
-webkit-text-size-adjust:none;
-webkit-text-size-adjust - auto | none | N% (default auto)
}
body {word-break:break-all;-ms-word-break:break-all; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0; padding:0;}
fieldset,img {border:0px none; vertical-align:top;}
dl,ul,ol,menu,li {list-style:none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content:''; content:none;}
button {border:0 none; background-color:transparent; cursor:pointer;}
body { background:#fff;}
body,th,td,input,select,textarea,button {font-size:17px; line-height:1.7; font-family: 'Noto Sans KR'; color:#222;} 
input, select, textarea, button{vertical-align:middle; }
a:link,a:active,a:visited{color:#7d7d7d; text-decoration:none; border:0px;}
a:hover,a:focus{color:#333; text-decoration:none}

table {border-collapse:collapse; border-spacing:0;}
address,caption,cite,code,dfn,em,var {font-style:normal; font-weight:normal;}
summary, caption, legend, hr {width:0; height:0; font-size: ; line-height: ; overflow: hidden; visibility: hidden; border: none; position:absolute; left:-1000em;}
caption {position:static;}
/* label hidden 처리 */
.invisible, .hide{overflow:hidden; visibility:hidden; width:0; height:0; font-size:0; line-height:0; position:absolute;}
label.invisible{*position:Absolute;}

/* common */
.clfix:after {content: "."; display: block; height:0px; clear: both; visibility: hidden;}
.clfix {display:inline-block;}
.clfix {display:block;}
* html .clfix {height:1%;} /* Hides from IE-mac */
.clfix {zoom:1;} /*for IE 5.5-7*/

.list {border-top:2px solid #1c1815; border-bottom:1px solid #1c1815;}


/*멤버스킨*/
.title{font-size:15px; font-weight:bold;}

/*테이블*/
.tbl_type,.tbl_type th,.tbl_type td{border:0}
.tbl_type{width:100%;border-bottom:1px solid #e2e2e5; }
.tbl_type th{padding:10px 0 10px 0;border-top:2px solid #383d4a; font-weight:bold; border-bottom:1px solid #e2e2e5;}
.tbl_type p{font-size:11px; color:#b6b7bc;}
.tbl_type td{padding:7px 0 7px 0;border-top:1px solid #e5e5e5;color:#4c4c4c; border-bottom:none; border-top:none; line-height:18px;}

.tbl_type2,.tbl_type2 th,.tbl_type2 td{border:0}
.tbl_type2{width:100%;border-bottom:1px solid #e7e7e7; }
.tbl_type2 th{padding:10px 0 10px 0; background:#f9f9f9; text-align:center;}
.tbl_type2 p{font-size:11px; color:#b6b7bc;}
.tbl_type2 td{padding:10px 0 10px 10px; border-bottom:none; border-top:none; line-height:18px;}


/*로그인스킨*/
.login_wrap{width:600px; position:relative; margin:0 auto; text-align:center;overflow:hidden;}
.login_id{width:240px; float:left;height:30px; font-size:14px; font-weight:bold; color:#444;}
.login_pw{width:240px; float:left; height:30px; font-size:14px; font-weight:bold; color:#444;}
.login_btn{width:70px; float:left; height:30px; font-size:14px; font-weight:bold; color:#fff; background-color:#333; border:none; }
.num_txt{width:100px; float:left;height:20px; font-size:13px; font-weight:bold; color:#444;}
.font_color{color:#1a386a; font-weight:bold;}

/*회원가입 스킨*/
.inWrap {width:98%;  border:1px solid #353638; border-width:1px 0; padding:30px 0;}
.inWrap.type1 { padding:50px 0;}
.inWrap.type2 { padding:0;}
.inWrap.type3 { padding:5px 0; border-bottom-width:0;}
.inWrap.width1 { width:680px !important; margin:0 auto;}
.tbox1 { border:1px solid #cdcdcd; }
.tbox1 .boxTit { padding:20px 20px 10px; color:#333; font-weight:700; font-size:16px;}
.tbox1 .txt_scroll { height:200px; padding:0 20px; overflow-y:auto;}
.txt_type { line-height:25px; font-size:13px; color:#666;}
.agreement input{vertical-align:middle; border:none;}
.btnType { display:inline-block; position:relative; transition:all 0.3s;}
.btnType.btn1 { height:30px; line-height:28px; padding:0 45px; font-size:13px;}
.btnType.btn1.color2 {border:1px solid #333; background:#333; cursor:pointer; }
.btnWrap input{color:#fff;}

.center{text-align:center;}

.pc_img {display:block;}
.tab_img {display:none;}
.mob_img {display:none;}
.pc {display:block;}
.tab {display:none;}
.mob {display:none;}

/* === Main === */
#wrap {position:relative; width:100%; margin:0 auto; overflow: hidden; min-width: 1260px; word-break: keep-all;}
.inner{width: 1040px; margin: 0 auto; max-width: 100%; }



.gnb_wrap .top_header{background-color: transparent; border: 0;}
.gnb_wrap .top_header a{color: #fff;}
.gnb_wrap .top_header a:hover{color: #eee;}
.sub_header .gnb_wrap .top_header a{color: #000;}
.sub_header .gnb_wrap .top_header a:hover{color: #333;}
.top_header .inner{width: 1260px;}
.top_header{
    text-align: right;
    font-size: 0.8rem;
    padding: 0.5em;
}
.top_header ul{
    display: inline-block;
}
.top_header ul li{display: inline-block;}
.top_header ul li a{padding: 2.3px 0.5rem;}

#header{position: absolute; left: 0; top: 0; width: 100%; height: 110px; z-index: 1000; transition:0.3s;}
#header .inner{position: relative; width: 1260px; height: 100%; z-index: 100;}
#header h1{position: absolute; left: 0; top: 0; bottom: 0; margin: auto 0; width: 270px; height: 40px;}
#header h1 a{displaY: block; width:100%; /* height:100%; */}
#header h1 img{width:100%; /* height:100%; */}
#header h1 img.on{display: none;}

.gnb01{position: absolute; display: flex;  align-items: center; height: 100%; left: 350px; }
.gnb01 > li{position:relative; margin-right: 40px;}
.gnb01 > li > a{position: absolute; displaY: none; left: 0; top: 0; width: 100%; height: 100%; z-index: 50;}
.gnb01 > li:last-child{margin-right: 0;}
.gnb01 > li > b{ display: block; font-size: 20px; line-height: 110px; text-shadow: #00000029 2px 2px 3px; color:#fff; transition:0.3s; font-weight:500;}
.gnb01 > li.on b{color:#EC4115}
.gnb02{position: absolute; display: flex;  align-items: center; height: 100%; right: 190px; }
.gnb02 > li{position:relative;margin-right: 40px;}
.gnb02 > li > a{position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 50;}
.gnb02 > li:last-child{margin-right: 0;}
.gnb02 > li > b{display: block; font-size: 20px; line-height: 110px; font-weight: 500; text-shadow: #00000029 2px 2px 3px; color:#fff;transition:0.3s;}
.gnb02 > li.on b{color:#EC4115}
.gnb > li:after{content:''; position: absolute; left:0; bottom: 19px; width: 0; height: 4px; background-color: #EC4115; opacity: 0; transition: 0.3s;}
.gnb > li ul{position: absolute; display: none; left:0; top: 100%; height: 385px;}
.gnb > li ul li{margin-top: 20px;}
.gnb > li ul li:first-child{padding-top: 20px; margin-top: 0;}
.gnb > li ul li:last-child{padding-bottom: 32px;}
.gnb > li ul li a{display: inline-block; font-size: 18px; line-height: 26px; color:#fff;}
.gnb > li ul li a span{display: block; font-size: 18px; line-height: 26px; color:#fff; margin-top: 4px;}
.gnb_bg{position: absolute; display: none; width: 2000px; height: 385px; left: 50%; transform: translateX(-50%); top: 110px; background-color:rgba(0,0,0,0.5); z-index: -1;}
.depth02_wrap{position:absolute; display: none; left: 0; top: calc(100% + 1px); width: 100%; width: 100%; background-color: #fff;}
.depth02_wrap ul{ display: none; font-size: 0; text-align: right;}
.depth02_wrap ul li{position:relative; display: inline-block; margin-right: 40px;}
.depth02_wrap ul li a{display: block; font-size: 18px; color:#000; line-height: 65px; font-weight: 400;}
.depth02_wrap ul li.on:after{content:''; position: absolute; width: 100%; height:2px; background-color: #EC4115; left:0; bottom:6px}
.nav_btn{position: absolute; display: flex; align-items: center; width: 30px; height: 22px; right: 0; top:0; bottom: 0; margin: auto 0;/*  background: url(/new_images/main/nav_btn_pc.png)center no-repeat; */ }
.nav_btn .line{width: 100%; height: 2px; background-color:#fff; /* box-shadow: #00000029 2px 2px 3px;  */transition:0.3s;}
.nav_btn .line:before{content: ''; position: absolute; width: 100%; height: 2px; background-color:#fff; right: 0; bottom: 0; /* box-shadow: #00000029 2px 2px 3px; */ transition:0.3s;}
.nav_btn .line:after{content: ''; position: absolute; width: 100%; height: 2px; background-color:#fff; right: 0; top: 0; /* box-shadow: #00000029 2px 2px 3px; */ transition:0.3s;}
.language_wrap{position: absolute; right: 70px; width: 60px; height: 24px; top:0; bottom: 0; margin: auto 0;}
.language{position: relative; width:100%; height:100%;}
.language em{display: block; line-height: 24px; font-size: 16px; padding-left: 8px; text-shadow: #00000029 2px 2px 3px; color:#fff; background: url(/new_images/main/main_language_arrow_pc.png)top 7px right no-repeat; cursor:pointer}
.language ul{display: none; width: 100%; background-color: rgba(255,255,255,0.8);}
.language ul li{padding-left: 8px;}
.language ul li:first-child{padding-top: 6px;}
.language ul li:last-child{padding-bottom: 6px;}
.language ul li a{display: block; line-height:24px; font-size:16px; color:#000; }

#header.on{background-color: #fff; border-bottom:1px solid #ddd;}
#header.on .gnb01 > li > b{color:#000000;text-shadow: #00000029 0 0 0;}
#header.on .gnb02 > li > b{color:#000000;text-shadow: #00000029 0 0 0;}
#header.on .nav_btn .line{background-color: #000; /* box-shadow: #00000029 0 0 0; */}
#header.on .nav_btn .line:before{background-color: #000;}
#header.on .nav_btn .line:after{background-color: #000;}
#header.on .language em{color:#000;text-shadow: #00000029 0 0 0; background: url(/new_images/main/main_language_arrow_black_pc.png)top 9px right 6px no-repeat;}
#header.on h1 {width: 270px; height: 40px;}
#header.on h1 img{display: none;}
#header.on h1 img.pc_img.on{display: block;}
#header.on .depth02_wrap{display: block;}
#header.on .gnb01 > li.hover b{color:#EC4115}
#header.on .gnb02 > li.hover b{color:#EC4115}

#header.on02{background-color:rgba(0,0,0,0.5); border-bottom: 1px solid #B4B4B4;}
#header.on02 .gnb > li:hover:after{opacity: 1; width:100%;}
#header.on02 .gnb > li ul li a:hover{color:#EC4115;}
#header.on02 .gnb > li ul li a:hover span{color:#EC4115;}


.quick_wrap{position: fixed; z-index: 1100; right: 80px; top: 50%; transform: translateY(-50%); width: 100px; height: auto; border-radius: 100px;border: 1px solid #F0F0F0; box-shadow: #0000001A 3px 3px 10px; background-color: #fff;}
.quick_wrap .quick{position: relative; width: 100%; height: 100%; padding: 20px 0 40px;}
.quick_wrap .quick .home{displaY: block; margin: 0 auto; width: 60px; height: 60px; border-radius:50%;  }
.quick_wrap .quick .home img{width:100%; height: 100%;}
.quick_wrap .quick ul li{text-align: center; font-size: 0; height: 54px; margin-top: 20px; transition:0.3s;}
.quick_wrap .quick ul li a{position: relative; display: inline-block; transition:0.3s;}
.quick_wrap .quick ul li a em{position: static; display: block; width: 100%;  font-size:16px; text-align: center; margin-top: 10px; height:0; letter-spacing: -1.6px; line-height:18px; color:#E84E0F; left: 60px; /* top:50%; transform: translateY(-50%); */ text-align: center; opacity: 0; visibility: hidden; transition:0.3s;}
.quick_wrap .quick ul li:first-child a em{color:#FDC300}
.quick_wrap .quick ul li .icon{position: relative; width: 54px; height: 54px; border-radius: 5px; overflow: hidden; border: 0.5px solid #F0F0F0; box-shadow:#0000001A 2px 2px 4px;}
.quick_wrap .quick ul li .icon img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition:0.3s;}
.quick_wrap .quick ul li .icon img.on{opacity: 0;}
.quick_wrap .quick ul li:hover{height: 98px;}
.quick_wrap .quick ul li:hover a{padding-right: 0;}
.quick_wrap .quick ul li:hover a em{opacity: 1; visibility: visible;}
.quick_wrap .quick ul li:hover .icon img.on{opacity: 1;}
.quick_wrap .scroll{position: absolute; width: 36px; height: 36px; border-radius:50%; bottom: -18px; left:0; right: 0; margin: 0 auto;  background: url(/new_images/main/main_fam_arrow_pc.png)center no-repeat #fff; transform: rotate(180deg); border: 1px solid #F0F0F0; box-shadow: #00000033 3px 3px 10px;}

html.open{overflow: hidden;}
body.open{overflow: hidden;}
.navigation{position:fixed; display: none; top: 0; right: 0; width: 240px; height: 100%; background-color: rgba(0,0,0,0.5); z-index: 1500; overflow-y:scroll; -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */}
.navigation::-webkit-scrollbar {display: none; /* Chrome, Safari, Opera*/}
.navigation .nav_top{position: relative;  height: 110px;}
.navigation .nav_top .nav_close{position: absolute; left: 40px; top: 0; bottom: 0; margin: auto 0; width: 24px; height: 24px; background: url(/new_images/main/main_nav_close_pc.png)center no-repeat; cursor: pointer; }
.navigation .nav_language_wrap{position: absolute; right: 40px; width: 53px; height: 24px; top:0; bottom: 0; margin: auto 0;}
.navigation .nav_language{position: relative; width:100%; height:100%;}
.navigation .nav_language em{display: block; line-height: 24px; font-size: 16px; padding-left: 8px; text-shadow: #00000029 2px 2px 3px; color:#fff; background: url(/new_images/main/main_nav_language_arrow_pc.png)center right no-repeat; cursor:pointer}
.navigation .nav_language ul{display: none; width: 100%; background-color: rgba(255,255,255,0.8);}
.navigation .nav_language ul li{padding-left: 8px;}
.navigation .nav_language ul li:first-child{padding-top: 6px;}
.navigation .nav_language ul li:last-child{padding-bottom: 6px;}
.navigation .nav_language ul li a{display: block; line-height:24px; font-size:16px; color:#000;}
.navigation .lnb{margin-top: 50px;padding-bottom: 40px;}

.navigation .lnb h3{position: relative; margin-top: 20px; text-align: center; line-height: 1; padding-bottom: 10px; }
.navigation .lnb h3:before{content:''; position: absolute; left: 50%; bottom: 0; width: 30px; height: 2px; background-color: #fff; transform: translateX(-50%);}
.navigation .lnb h3:first-child{margin-top: 0;}
.navigation .lnb h3 a{displaY: inline-block; line-height: 24px; font-size: 16px; color:#fff; font-weight: 700;}
.navigation .lnb ul{margin-top: 10px;}
.navigation .lnb ul li{text-align: center; line-height: 1;;}
.navigation .lnb ul li a{display: inline-block; font-size: 16px; letter-spacing: -0.8px; line-height: 24px; color:#fff; font-weight: 300;}







.nav_quick ul{display: flex; font-size: 0; flex-wrap: wrap; padding: 0 20px;}
.nav_quick ul li{width: 50%; text-align: center; margin-top: 20px;}
.nav_quick ul li:nth-child(-n + 2){margin-top: 0;}
.nav_quick ul li a{display: inline-block;}
.nav_quick ul li a .icon{displaY: inline-block; width: 40px; height: 40px;}
.nav_quick ul li a .icon img{width: 100%; height: 100%; }
.nav_quick ul li a em{display: block ;line-height: 14px; letter-spacing: -1.2px; font-size: 12px; color:#fff; margin-top: 6px; }

/*추가*/
.nav_quick .pc_show{display:block;}
.nav_quick .mob_show{display:none;}

#visual_wrap{position: relative; }
.video_wrap{position: relative; height:1080px; }
.video_wrap video{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); min-width: 100%;min-height: 100%; width: auto;height: auto;}
.visual_txt{position: absolute; left: 50%; margin-left: -600px; width: 100%; top: 67%; transform: translateY(-50%);}
/* .visual_txt02{position: absolute; left: 0; width: 100%; bottom:210px;}
.visual_txt03{position: absolute; left: 0; width: 100%; bottom:210px;}
.visual_txt04{position: absolute; left: 550px; width: 100%; top: 43%; transform: translateY(-50%);} */
/* .visual_txt .inner{padding-left: 120px;} */
.visual_txt em{display: block; font-size: 46px; color:#fff; line-height: 60px; font-weight: 700; text-shadow:#00000033 3px 3px 6px; }
.visual_txt p{display: block; font-size: 24px; color:#fff; line-height: 30px; margin-top: 10px; letter-spacing: -0.48px; /* text-shadow:#00000033 3px 3px 6px; */ }

.main_txt01{display: block; font-size: 40px; color:#F15A22; letter-spacing: -2px; line-height:58px; font-weight: 500;}
.main_txt02{display: block; font-size: 60px; color:#000000; letter-spacing: -3px; line-height:80px; margin-top: 10px; font-weight: 700;}
.main_txt03{display: block; font-size: 30px; color:#000000; letter-spacing: -1.5px; line-height:35px; /* margin-top: 20px; */}

#section01{padding: 250px 0 250px;}
#section01 .main_txt{text-align: center;}
#section01 .sec01_con{position: relative; width:910px; height: 285px; margin:140px auto 0; background: url(/new_images/main/main_dot_circle_pc.png)center bottom no-repeat; background-size:700px 218.75px;}
#section01 .center_img{position: absolute; left: 0; right: 0; top: 180px; width: 110px; height:110px; margin: 0 auto; transition:0.8s; opacity: 0; transition-delay:0.5s }
#section01 .center_img img{width: 100%; height: 100%;}
#section01 ul li{position: absolute; text-align: center; transition:0.5s; opacity: 0; transition:0.8s;}
#section01 ul li .img_wrap{width: 120px; height: 120px; margin: 0 auto;}
#section01 ul li .img_wrap img{width: 100%; height: 100%;}
#section01 ul li span{display: block; line-height: 1; font-size: 20px; letter-spacing: -0.4px;}
#section01 ul li:nth-child(1){left: 0; top: 200px; transition-delay:0.5s;}
#section01 ul li:nth-child(2){left: 115px; top: 320px; transition-delay:0.7s;}
#section01 ul li:nth-child(3){left: 300px; top: 415px;transition-delay:0.9s;}
#section01 ul li:nth-child(4){right: 300px; top: 415px;transition-delay:0.9s;}
#section01 ul li:nth-child(5){right: 115px; top: 320px; transition-delay:0.7s;}
#section01 ul li:nth-child(6){right: 0; top: 200px; transition-delay:0.5s;}
#section01 .aos-animate .center_img{top: -20px; opacity: 1;}
#section01 .aos-animate ul li{opacity: 1;}
#section01 .aos-animate ul li:nth-child(1){top: 0;}
#section01 .aos-animate ul li:nth-child(2){top: 120px;}
#section01 .aos-animate ul li:nth-child(3){top: 215px;}
#section01 .aos-animate ul li:nth-child(4){top: 215px;}
#section01 .aos-animate ul li:nth-child(5){top: 120px;}
#section01 .aos-animate ul li:nth-child(6){top: 0;}

#section02{padding:110px 0;}
#section02 .main_txt03{position: absolute; margin-top: 0; right: -300px; top: 71%; transform: translateY(-50%); transition:0.8s; opacity: 0; transition-delay: 1.2s;}
#section02 .sec02_con{position: relative; width: 100%; height: 900px;}
#section02 .sec02_bg{position: absolute; transition:0.8s;}
#section02 .sec02_bg img{width:100%; }
#section02 .sec02_bg01{width: 662px; bottom:-180px; left: 0; opacity: 0; transition-delay:0.5s}
#section02 .sec02_bg02{width: 270px; top:455px; right: 135px; opacity: 0;transition-delay:0.7s}
#section02 .sec02_bg03{width: 90px; top:630px; right: 0; opacity: 0;transition-delay:0.9s}
#section02 .sec02_bg04{width: 136px; bottom:-210px; right: 160px; opacity: 0;transition-delay:1s}
#section02 .sec02_bg05{width: 74px; bottom:-210px; right: 260px; opacity: 0;transition-delay:1s}

#section02 .aos-animate .main_txt03{right: -100px; opacity: 1;}
#section02 .aos-animate .sec02_bg01{bottom:20px;opacity: 1;}
#section02 .aos-animate .sec02_bg02{top:255px;opacity: 1;}
#section02 .aos-animate .sec02_bg03{top:430px;opacity: 1;}
#section02 .aos-animate .sec02_bg04{bottom:10px;opacity: 1;}
#section02 .aos-animate .sec02_bg05{bottom:10px;opacity: 1;}

#section03{padding: 160px 0 0;}
#section03 .sec03_slider{padding: 0 0; margin-top: 150px;}
#section03 .sec03_slider ul{display: flex; font-size: 0; flex-wrap: wrap; }
#section03 .sec03_slider ul li{width: 246px;margin-right: 16px;}
#section03 .sec03_slider ul li:last-child{margin-right: 0;}
/* #section03 .sec03_slider .slick-list{width: calc(100% + 20px); overflow: visible;} */
#section03 .sec03_slider ul li .img_wrap{position: relative; width: 100%; top: 100px; height: 230px; border-radius: 40px; box-shadow: #0000001A 6px 6px 20px; overflow: hidden; opacity: 0; transition:0.8s;}
#section03 .sec03_slider ul li .img_wrap img{position: absolute; left: 100px; top:0; bottom: 0; right: 0; margin: auto; width: 80%; opacity: 0; transition:0.8s;}
#section03 .main_txt03{position: relative;margin-top: 40px; text-align: center; top:100px; opacity: 0; transition:0.8s; transition-delay: 1.8s;}
#section03 .main_txt03 b{display: block; }

#section03 .aos-animate .sec03_slider ul li:nth-child(1) .img_wrap{transition-delay: 0.6s; top:0; opacity: 1;}
#section03 .aos-animate .sec03_slider ul li:nth-child(2) .img_wrap{transition-delay: 0.8s; top:0; opacity: 1;}
#section03 .aos-animate .sec03_slider ul li:nth-child(3) .img_wrap{transition-delay: 1s; top:0; opacity: 1;}
#section03 .aos-animate .sec03_slider ul li:nth-child(4) .img_wrap{transition-delay: 1.2s; top:0; opacity: 1;}
#section03 .aos-animate .sec03_slider ul li:nth-child(1) .img_wrap img{transition-delay: 1s; left: 0; opacity: 1;}
#section03 .aos-animate .sec03_slider ul li:nth-child(2) .img_wrap img{transition-delay: 1.2s; left: 0; opacity: 1;}
#section03 .aos-animate .sec03_slider ul li:nth-child(3) .img_wrap img{transition-delay: 1.4s; left: 0; opacity: 1;}
#section03 .aos-animate .sec03_slider ul li:nth-child(4) .img_wrap img{transition-delay: 1.6s; left: 0; opacity: 1;}
#section03 .aos-animate .main_txt03{top:0; opacity: 1;}

#section04{padding: 300px 0;}
#section04 .sec04_con_wrap{margin-top: 70px; /* padding: 0 50px */}
#section04 .sec04_con01{ position: relative; height: 460px; top: 100px;border-radius: 50px; background-color: #faf0e6; overflow: hidden; opacity: 0;transition:0.8s;}
#section04 .sec04_con01 img{position: absolute; left: -146px; top: -200px; width:118%; opacity: 0; transition:0.8s;}
#section04 .sec04_con01 p{position: absolute; top:50%; transform: translateY(-50%); right: -50px; font-size: 24px; opacity: 0; transition:0.8s;}
#section04 .sec04_con02{display: flex; width:100%; justify-content: space-between;margin-top: 40px;}
#section04 .sec04_con02 .left{position: relative; width: 680px; top: 100px; opacity: 0; height: 160; border-radius:50px; background-color: #EF875C;transition:0.8s;}
#section04 .sec04_con02 p{position: absolute; top:50%; transform: translateY(-50%); left: -60px; font-size: 24px;opacity: 0;transition:0.8s;}
#section04 .sec04_con02 .img01{position: absolute; right: -70px; top: 50px; width:182px;opacity: 0;transition:0.8s;}
#section04 .sec04_con02 .img02{position: absolute; right: 85px; bottom: 0; width: 230px;opacity: 0;transition:0.8s;}
#section04 .sec04_con02 .right{position: relative; width: 320px; height: 460px; border-radius:50px; top: 100px; opacity: 0;  background-color: #575756;transition:0.8s;}
#section04 .sec04_con02 em{position: absolute; display: block; font-size: 30px; line-height: 44px; letter-spacing: -1.5px; color:#fff; font-weight: 700; text-align: right;right:-60px;bottom: 40px;opacity: 0;transition:0.8s;}
#section04 .aos-animate .sec04_con01{top:0; opacity: 1; transition-delay:0.4s}
#section04 .aos-animate .sec04_con01 img{top: 0; opacity: 1; transition-delay: 0.8s;}
#section04 .aos-animate .sec04_con01 p{right: 50px; opacity: 1; transition-delay: 1s;}
#section04 .aos-animate .sec04_con02 .left{top:0; opacity: 1; transition-delay:0.8s}
#section04 .aos-animate .sec04_con02 .img01{right:30px; opacity: 1; transition-delay:1s}
#section04 .aos-animate .sec04_con02 .img02{right:185px; opacity: 1; transition-delay:1.2s}
#section04 .aos-animate .sec04_con02 .right{top:0; opacity: 1; transition-delay:1.2s}
#section04 .aos-animate .sec04_con02  p{left:40px; opacity: 1; transition-delay:1.4s}
#section04 .aos-animate .sec04_con02 em{right:40px; opacity: 1; transition-delay:1.6s}

#section05{padding: 0 0;}
#section05 .sec05_con{position: relative; height: 685px;}
#section05 .sec05_con .sec05_bg img{width:100%;}
#section05 .sec05_con .sec05_bg01{position:absolute; width:448px; right: -230px; top: 150px; opacity: 0; transition:0.8s;}
#section05 .sec05_con .sec05_bg02{position:absolute; width:320px; right:250px; top: 220px; opacity: 0; transition:0.8s;}
#section05 .sec05_con .main_txt03{position: absolute; left: -100px; bottom: 0; opacity: 0; transition:0.8s;}

#section05 .aos-animate .sec05_con .sec05_bg01{right: -130px; opacity: 1; transition-delay:0.4s;}
#section05 .aos-animate .sec05_con .sec05_bg02{right:350px; opacity: 1; transition-delay:0.6s;}
#section05 .aos-animate .sec05_con .main_txt03{left: 0; opacity: 1;transition-delay:0.8s;}

#section06{padding: 300px 0;}
#section06 .sec06_con01{position: relative; border-radius: 50px; height: 380px; background-color: #575756; margin-top: 70px;}
#section06 .sec06_con01 em{position: absolute; display: block; left:60px; top: 50%; transform: translateY(-50%); font-size: 50px;color:#fff; font-weight: 700; line-height: 68px; letter-spacing:-2.5px; opacity: 0; transition:0.8s;}
#section06 .sec06_con01 em span{color:#b4b4b4;}
#section06 img{width: 100%;}
#section06 .sec06_con01 .sec06_bg01{position:absolute; width:378px; right: -40px; bottom:-80px; z-index: 100;  opacity: 0; transition:0.8s;}
#section06 .sec06_con01 .sec06_bg02{position:absolute; width:188px; right: 340px; bottom: 10px; opacity: 0; transition:0.8s; }
#section06 .sec06_con02{position: relative; border-radius: 50px; top: 100px; height: 380px; background-color: #EF875C; margin-top: 40px; opacity: 0; transition:0.8s;}
#section06 .sec06_con02 .main_txt03{position: absolute; display: block; right:-40px; top: 50%; transform: translateY(-50%); color:#fff; margin-top: 0; opacity: 0; transition:0.8s;}
#section06 .sec06_con02 .sec06_bg01{position:absolute; width:470px; left: -40px; top:-75px; z-index: 10; opacity: 0; transition:0.8s;}

#section06 .aos-animate .sec06_con01{top:0; opacity: 1; transition-delay:0.4s;}
#section06 .aos-animate .sec06_con01 .sec06_bg01{right: 60px; opacity: 1; transition-delay:0.8s;}
#section06 .aos-animate .sec06_con01 .sec06_bg02{right: 440px; opacity: 1; transition-delay:1s;}
#section06 .aos-animate .sec06_con01 em{left:60px; opacity: 1; transition-delay:0.6s;}
#section06 .aos-animate .sec06_con02{top:0; opacity: 1;transition-delay:1.2s;}
#section06 .aos-animate .sec06_con02 .main_txt03{right:60px; opacity: 1; transition-delay:1.4s;}
#section06 .aos-animate .sec06_con02 .sec06_bg01{left: 60px; opacity: 1; transition-delay:1.4s;}


#section07{padding: 0 0 280px; text-align: center;}
#section07 .inner{width: 1500px;}
#section07 .map_area{/* margin-top: 40px;  */padding: 0 0;}
#section07 .map_area .map_wrap{position: relative; width:100%;}
#section07 .map_area .map_wrap > img{width:100%; z-index: 10; }
#section07 .map_area .map_wrap > img.on{z-index: 15; opacity: 1;}
#section07 .map_menu{margin-top: 40px;}
#section07 .map_menu ul{display: flex; width:100%; justify-content: center;}
#section07 .map_menu ul li{width: 200px; height: 60px; border-right: 1px solid #41403C;}
#section07 .map_menu ul li:last-child{border-right:none;}
#section07 .map_menu ul li a{display: block; width: 100%; height:100%; line-height: 60px; text-align: center; font-size: 30px; letter-spacing: -3px; color:#41403C;}
#section07 .map_menu ul li a span{position: relative; }
#section07 .map_menu ul li a span:after{content:''; position: absolute; right: -12px; top:3px; width: 12px; height: 12px; background: url(/new_images/main/map_menu_on.png)center no-repeat; opacity: 0;}
#section07 .map_menu ul li.on a{color:#ec4115}
#section07 .map_menu ul li.on a span:after{opacity: 1;}

/* #section07 .map_bg img:nth-child(3){animation: effect 8s linear infinite;-ms-animation: effect 8s linear infinite;}
#section07 .map_bg img:nth-child(4){animation: effect 12s linear infinite;-ms-animation: effect 12s linear infinite;} */
#section07 .map_bg {z-index: -1;}
#section07 .map_bg img{opacity: 0; transition-delay: 0.3s}
#section07 .map_bg img:nth-child(1){z-index: 1;}
#section07 .map_bg img:nth-child(2){z-index: 2}
#section07 .map_bg img:nth-child(3){z-index: 3;}
#section07 .map_bg img:nth-child(4){z-index: 4;}
#section07 .map_bg img.on{opacity: 1; transition: 0.3s; transition-delay: 0}
#section07 .map_txt{position: absolute; display: none; padding-left: 12px; border-left: 1px solid #E84E0F; z-index: 20; text-align: left;}
#section07 .map_txt span{display: block; line-height: 44px; font-size:30px; letter-spacing: -1.5px; color:#E84E0F}
#section07 .map_txt em{display: block; line-height: 58px; font-size: 40px; letter-spacing:-2px; font-weight: 700; color:#000;}
#section07 .map_txt p{position: relative; display: inline-block; font-size: 30px; letter-spacing:-1.5px; line-height: 44px; color:#000; padding-left: 40px; }
#section07 .map_txt p:before{content:''; position: absolute; width: 30px; height: 30px; background: url(/new_images/main/main_call_icon.png)center no-repeat; left: 0; top: 0; bottom:0; margin :auto 0;}
#section07 .map_txt.right{text-align: right; padding-left: 0; padding-right: 12px; border-left: none; border-right:1px solid #E84E0F;}
#section07 .map_txt_wrap .map_txt01{left: 42%; top: 36%;}
#section07 .map_txt_wrap .map_txt02{left: 39%; top: 32%;}
#section07 .map_txt_wrap .map_txt03{left: 39%; top: 39%;}
#section07 .map_txt_wrap .map_txt04{right: 70%; top: 38%;}
#section07 .map_txt_wrap .map_txt05{right: 70%; top: 42%;}
#section07 .map_txt_wrap .map_txt06{right: 30%; top: 34%;}
#section07 .map_txt_wrap .map_txt07{ right: 69%; top: 46%;}
#section07 .map_txt_wrap .map_txt08{right: 70%; top: 56%;}
#section07 .map_txt_wrap .map_txt09{left: 40%; top: 49%;}
#section08{position: relative; height: 400px; width: 33.07%; margin: 0 auto;  background: url(/new_images/main/main_img12.jpg)center no-repeat; background-size:cover; transition: 0.3s;}
#section08 em{position: absolute; display: block; text-align: center; height: 60px; width: 100%; font-size: 60px; color:#fff; font-weight: 700; left: 0; top: 0; bottom: 0; margin: auto 0; line-height:1; letter-spacing: -1.2px; }
#section08.on01{width: 60%}
#section08.on02{width: 70%}
#section08.on03{width: 80%}
#section08.on04{width: 90%}
#section08.on05{width: 100%}
#section08.on06{width: 100%}
#section09{padding: 200px 0 320px }
#section09 .inner{/* padding: 0 80px; */}
#section09 .sec09_con{display: flex; width:100%; }
#section09 .sec09_con img{width: 100%;}
#section09 .sec09_con .img_wrap{position: relative; width: 520px;}
#section09 .sec09_con .img_wrap .img01{width:100%;}
#section09 .sec09_con .txt{display: flex; width: calc(100% - 520px); flex-direction:column; justify-content: center; }
#section09 .sec09_con .txt p{width: 100%; }
#section09 .sec09_con .main_txt01{font-size: 30px; line-height: 44px;}
#section09 .sec09_con .main_txt02{font-size: 50px; line-height: 72px;}
#section09 .sec09_con .main_txt03{font-size: 24px; line-height: 35px; letter-spacing:-1.2px; margin-top: 20px;}
#section09 .sec09_con01{flex-direction: row-reverse;}
#section09 .sec09_con01 .txt{text-align: right; padding-right: 70px;}
#section09 .sec09_con02{margin-top: 40px;}
#section09 .sec09_con02 .txt{ padding-left: 70px;}
#section09 .sec09_con03{flex-direction: row-reverse; margin-top: 40px;}
#section09 .sec09_con03 .txt{text-align: right; padding-right: 70px;}
#section09 .sec09_con01 .img02{position: absolute; top: 200px; left: 0; right: 0; margin: 0 auto; width: 400px;opacity: 0; transition:0.8s;}
#section09 .sec09_con01 .img03{position: absolute; bottom: -50px; left: 0; right: 0; margin: 0 auto; width: 375px;opacity: 0; transition:0.8s;}
#section09 .sec09_con02 .img02{position: absolute; top: 190px; right:0; width: 420px;opacity: 0; transition:0.8s;}
#section09 .sec09_con03 .img02{position: absolute; top: 100px; bottom:0; left: 0; right: 0; margin: auto; width: 230px;opacity: 0; transition:0.8s;}

#section09 .sec09_con01 .aos-animate .img02{top:100px; opacity: 1; transition-delay:0.4s}
#section09 .sec09_con01 .aos-animate .img03{bottom: 50px; opacity: 1; transition-delay:0.6s}
#section09 .sec09_con02 .aos-animate .img02{top: 90px; opacity: 1; transition-delay:0.4s}
#section09 .sec09_con03 .aos-animate .img02{top: 0; opacity: 1; transition-delay:0.4s}
#footer .inner{position: relative; padding: 40px 0 60px 350px; width: 1260px;border-top: 2px solid #000;}
#footer a.foot_logo{position: absolute; display: block; left: 0; top: -19px; width: 320px; height: 40px; background-color: #fff; }
#footer a.foot_logo img{height:100%;}
#footer .call_box{position: absolute; left: 30px; top: 95px}
#footer .call_box span{display: block; line-height: 29px; font-size: 20px; color:#000; font-weight: 700; letter-spacing: -1px;}
#footer .call_box em{display: block; line-height: 58px; font-size: 40px; color:#F58222; font-weight: 500; letter-spacing: -2px;}
#footer .call_box a{display: block; width: 186px; height: 40px; background: url(/new_images/main/main_foot_arrow_pc.png)center right 12px no-repeat #ed6c00;/* #FDC300 */ padding-left: 12px; font-size: 20px; line-height: 40px; color:#fff; margin-top: 30px;}
#footer .call_box a:nth-of-type(2) { margin-top:15px; background-color:#ed6c00;}
#footer .f_nav{position: absolute; right: 5px; top: 40px; font-size: 0;}
#footer .f_nav.fn2{top: 70px;}
#footer .f_nav li{display: inline-block; margin-right: 20px;}
#footer .f_nav li:last-child{margin-right: 0;}
#footer .f_nav li a{font-size: 16px; color:#000; line-height: 24px; letter-spacing: 0.8px;}
#footer .address em{display: block; font-size: 16px; color:#000; line-height: 24px; margin-top: 10px; font-weight: 700; letter-spacing: -0.8px;}
#footer .address em:first-child{margin-top: 0;}
#footer .address p{font-size: 16px; line-height: 24px; letter-spacing: -0.8px; font-weight: 300; color:#000;}
#footer .address p i{display: block;}
#footer .family{position: relative; width: 180px; height: 32px; border: 1px solid #000; margin-top: 22px;}
#footer .family em{display: block; line-height: 30px; font-size: 16px; color:#000; padding-left: 20px; background:url(/new_images/main/main_fam_arrow_pc.png)center right 20px no-repeat; cursor: pointer;}
#footer .family em.on{display: block; line-height: 30px; font-size: 16px; color:#000; padding-left: 20px; background:url(/new_images/main/main_fam_arrow_pc_on.png)center right 20px no-repeat; cursor: pointer;}
#footer .family ul{position: absolute; display: none; left: -1px; bottom: 100%; width: calc(100% + 2px); background-color: #fff; border:1px solid #000;}
#footer .family ul li{padding-left: 20px; }
#footer .family ul li:first-child{padding-top: 10px;}
#footer .family ul li:last-child{padding-bottom: 10px;}
#footer .family ul li a{display: block; font-size: 16px; color:#222; line-height: 24px}
#footer .copyright{position: absolute; right: 0; bottom: 60px;  text-align: right; }
#footer .copyright .icon{display: flex; justify-content: flex-end; align-items:flex-end; width: 100%; font-size: 0;}
#footer .copyright .icon a{displaY: block; margin-right: 20px;}
#footer .copyright .icon a:last-child{margin-right: 0;}
#footer .copyright p{font-size: 16px; line-height: 24px; margin-top: 10px; letter-spacing: -0.8px; color:#000;}
#footer .copyright em{display: block;}
#footer .copyright em a{display: inline-block;  font-size: 16px; line-height: 24px; letter-spacing: -0.8px; color:#000;}
#header.active{position: relative; background-color: #fff; border-bottom:1px solid #ddd;}
#header.active .gnb01 > li > b{color:#000000;text-shadow: #00000029 0 0 0;}
#header.active .gnb02 > li > b{color:#000000;text-shadow: #00000029 0 0 0;}
#header.active .nav_btn .line{background-color: #000; /* box-shadow: #00000029 0 0 0; */}
#header.active .nav_btn .line:before{background-color: #000;}
#header.active .nav_btn .line:after{background-color: #000;}
#header.active .language em{color:#000;text-shadow: #00000029 0 0 0; background: url(/new_images/main/main_language_arrow_black_pc.png)top 9px right 6px no-repeat;}
#header.active h1 {width: 270px; height: 40px;}
#header.active h1 img{display: none;}
#header.active h1 img.pc_img{display: block;}

/* #header.active .depth02_wrap{display: block;}
#header.active .gnb01 > li.hover a{color:#EC4115}
#header.active .gnb02 > li.hover a{color:#EC4115} */




#header.active .gnb01 > li.on a{color:#EC4115}
#header.active .gnb02 > li.on a{color:#EC4115}
.sub_menu{width: 100%; width: 100%; background-color: #fff;}
.sub_menu ul{ font-size: 0; text-align: right;}
.sub_menu ul li{position:relative; display: inline-block; margin-right: 40px;}
.sub_menu ul li a{display: block; font-size: 18px; color:#000; line-height: 65px; font-weight: 400;}
.sub_menu ul li.on a:after{content:''; position: absolute; width: 100%; height:2px; background-color: #EC4115; left:0; bottom:6px}
.sub_menu ul li a:hover:after{content:''; position: absolute; width: 100%; height:2px; background-color: #EC4115; left:0; bottom:6px}
.depth02_wrap ul li a:hover:after{content:''; position: absolute; width: 100%; height:2px; background-color: #EC4115; left:0; bottom:6px}
.sub_menu .inner{position: relative; width: 1260px; height: 100%; z-index: 100;}
#sub_visual_wrap{position:relative; }
#sub_visual_wrap h2{position: absolute; width: 100%; top: 0; bottom:0; left: 0; margin: auto 0; font-size: 60px; color:#fff; line-height: 1; height: 60px; font-weight: 500; text-shadow: #00000080 3px 3px 6px; text-align: center;}
#sub_visual_wrap .visual_txt{padding-left: 0; transform: translateY(0);}
#sub_contents{padding: 150px 0 220px;}
#sub_contents .sub_inner > .inner{padding: 0; width: 100%;}
.sub_header .gnb01 > li > a{display: block;}
.sub_header .gnb02 > li > a{display: block;}
.contop{margin-bottom: 100px;}
.contop h3{position: relative; font-size: 50px; color:#000; line-height: 72px; letter-spacing:-2.5px; padding-bottom: 20px; font-weight: 700; text-align: center;}
.contop h3:after{content:''; position: absolute; left: 50%; bottom: 0; width: 100px; height:4px; background-color: #EC4115; transform: translateX(-50%);}
h3.sub_tit{position: relative; font-size: 50px; color:#000; line-height: 72px; letter-spacing:-2.5px; padding-bottom: 20px; font-weight: 700; text-align: center;}
h3.sub_tit:after{content:''; position: absolute; left: 50%; bottom: 0; width: 100px; height:4px; background-color: #EC4115; transform: translateX(-50%);}


.sub03_form_wrap .form_tit h4{line-height: 35px; font-size: 24px; color:#000; padding-bottom: 10px; font-weight: 700;}
.sub03_form_wrap .form_tit{position:relative; border-bottom: 1px solid #ddd;}
.sub03_form_wrap .form_tit em{position:absolute; display: block; right: 0; bottom: 10px; line-height: 29px; bottom: 10px; font-size: 20px; color:#EC4115; }
.sub03_form_wrap .form_wrap{display: flex; flex-wrap: wrap; justify-content: space-between; padding: 40px 20px}
.sub03_form_wrap .form_wrap .form_box{font-size: 0; margin-top: 30px;}
.sub03_form_wrap .form_wrap .form_box:nth-child(-n + 2){margin-top: 0;}
.sub03_form_wrap .form_wrap .form_box em{display: block; line-height: 29px; font-size: 20px; color:#000; padding-left: 10px; margin-bottom: 10px;}
.sub03_form_wrap .form_wrap .form_box em span{color:#EC4115;}
.sub03_form_wrap .form_wrap .form_box p{font-size: 16px; line-height: 24px; color:#EC4115; margin-top: 10px;}
.sub03_form_wrap .form_wrap .form_box input{padding: 0 30px;}
.sub03_form_wrap .form_wrap .form_box input::placeholder{font-weight: 300; color:#B4B4B4; font-size: 20px; letter-spacing:-1px;}
.sub03_form_wrap .form_wrap .form_box input::-webkit-input-placeholder{font-weight: 300; color:#B4B4B4; font-size: 20px; letter-spacing:-1px;}
.sub03_form_wrap .form_wrap .form_box input:-ms-input-placeholder{font-weight: 300; color:#B4B4B4; font-size: 20px; letter-spacing:-1px;}
.sub03_form_wrap .form_wrap .form_box01{width: 480px;}
.sub03_form_wrap .form_wrap .form_box01 input{width: 100%; height: 60px; border: 1px solid #ddd; }
.sub03_form_wrap .form_wrap .form_box01 select{width: 100%; height: 60px; border: 1px solid #ddd; font-size: 20px; color:#000; letter-spacing:-1px; padding: 0  30px; background: url(/new_images/sub/sub_select_arrow01_pc.png)center right 30px no-repeat ;appearance:none; -webkit-appearance: none; -moz-appearance: none;}
.sub03_form_wrap .form_wrap .form_box01 select::-ms-expand {display: none;}
.sub03_form_wrap .form_wrap .form_box01 .input_box{position: relative; width: 100%; height: 60px; border: 1px solid #ddd; }
.sub03_form_wrap .form_wrap .form_box01 .input_box input{position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: none; }
.sub03_form_wrap .form_wrap .form_box01 .input_box span{position: absolute; display: block; right: 30px; top: 0; line-height: 60px; font-size: 20px; letter-spacing: -1px; }
.sub03_form_wrap .form_wrap .form_box02{width:100%;}
.sub03_form_wrap .form_wrap .form_box02 input{display: inline-block; width: 280px; height: 60px; border: 1px solid #ddd; vertical-align: middle;}
.sub03_form_wrap .form_wrap .form_box02 .bar{display: inline-block; width: 20px; margin: 0 30px; height: 1px; background-color: #000; vertical-align: middle;}
.sub03_form_wrap .form_wrap .form_box02 select{width: 100%; height: 60px; border: 1px solid #ddd; font-size: 20px; color:#000; letter-spacing:-1px; padding: 0  30px; background: url(/new_images/sub/sub_select_arrow01_pc.png)center right 30px no-repeat ;appearance:none; -webkit-appearance: none; -moz-appearance: none;}
.sub03_form_wrap .form_wrap .form_box02 select::-ms-expand {display: none;}
.sub03_form_wrap .form_wrap .form_box03 .address01{display: inline-block; width: 280px; height: 60px; border: 1px solid #ddd; vertical-align: middle;}
.sub03_form_wrap .form_wrap .form_box03 .address02{display: inline-block; width: 100%; height: 60px; border: 1px solid #ddd; vertical-align: middle; margin: 10px 0;}
.sub03_form_wrap .form_wrap .form_box03 .address03{display: inline-block; width: 700px; height: 60px; border: 1px solid #ddd; vertical-align: middle;}
.sub03_form_wrap .form_wrap .form_box03 .post{display: inline-block; width: 120px; height: 40px; background-color: #41403C; text-align: center; line-height: 40px; font-size: 20px; letter-spacing: -1px; color:#fff; border-radius: 3px; margin-left: 20px;vertical-align: middle;}
.sub03_form_wrap .form_wrap .form_box03 .detail{display: inline-block; font-weight: 500; font-size: 20px; line-height: 1; letter-spacing: -1px; color:#000; margin-left: 10px; vertical-align: bottom;}
.sub03_form_wrap .form_wrap .form_box04{width:100%;}
.sub03_form_wrap .form_wrap .form_box04 input{display: inline-block; width: 100%; height: 60px; border: 1px solid #ddd; vertical-align: middle;}
.sub03_form_wrap .form_wrap .form_box04 textarea{display: block; width: 100%; height: 400px; border: 1px solid #ddd;}
.sub03_form_wrap .form_wrap .form_box05 { display:flex; justify-content:space-between; width:100%; margin-top:30px;}
.sub03_form_wrap .form_wrap .form_box05 .left { width:40%;}
.sub03_form_wrap .form_wrap .form_box05 .right { width:60%; text-align:right;}
.sub03_form_wrap .form_wrap .form_box05 em{display: inline-block; padding-left:10px; line-height: 29px; font-size: 20px; color:#000;}
.sub03_form_wrap .form_wrap .form_box05 .left input { position:relative; top:-3px; margin-left:15px; width:15px; height:15px;}
.sub03_form_wrap .form_wrap .form_box05 label { font-size: 20px; color:#000; }
.sub03_form_wrap .form_wrap .form_box05 .right em { margin-right:10px;}
.sub03_form_wrap .form_wrap .form_box05 .right input{display: inline-block; width: 100px; height: 30px; border: 1px solid #ddd; vertical-align: middle;}
.sub03_form_wrap .form_wrap .form_box05 .right .bar{display: inline-block; width: 10px; margin: 0 5px; height: 1px; background-color: #000; vertical-align: middle;}

.sub03_form_wrap .agreement_wrap{padding: 20px 30px 30px; border: 1px solid #ddd; font-size: 0;}
.sub03_form_wrap .agree{margin-top: 45px;}
.sub03_form_wrap .agree:first-child{margin-top: 0;}
.sub03_form_wrap .agree_box{position:relative; width: 100%; padding: 20px; border: 1px solid #ddd;}
.sub03_form_wrap .agree_box em{display: inline-block; font-size: 24px; color:#000; letter-spacing:-1.2px; line-height: 40px;}
.sub03_form_wrap .agree_box a{display: inline-block; width: 97px; height: 40px; border: 1px solid #000; font-size: 20px; margin-left: 100px; color:#000; letter-spacing:-1px; line-height: 38px; text-align: center;}
.sub03_form_wrap .agree_box label{position: absolute; display: block; right: 50px; height: 30px; top:0; bottom: 0; margin: auto 0;}
.sub03_form_wrap .agree_box label span{position: relative; display: block; padding-left: 40px; font-size: 24px; color:#000; line-height: 30px;}
.sub03_form_wrap .agree_box label span:before{content:''; position: absolute; left: 0; top: 0; /* border: 1px solid #707070;  */width: 30px; height: 30px; background: url(/new_images/sub/sub03_chk.png)center no-repeat;}
.sub03_form_wrap .agree_box label input{position: absolute; width: 0; height: 0; opacity: 0; visibility: hidden; left: -999em}
.sub03_form_wrap .agree_box label input:checked + span:before{background: url(/new_images/sub/sub03_chk_on.png)center no-repeat;}
.sub03_form_wrap .agree p{margin-top: 10px; font-size: 16px; color:#000; padding-left: 20px; }
.sub03_form_wrap .all_agree{position: relative; margin-top: 65px; padding-right: 140px; padding-left: 20px;}
.sub03_form_wrap .all_agree em{display: block; line-height:1; font-size: 24px; color:#000; letter-spacing: -1.2px;}
.sub03_form_wrap .all_agree p{font-size: 16px; color:#EC4115; line-height: 24px; font-weight: 300; letter-spacing:-0.8px;}
.sub03_form_wrap .all_agree p:nth-of-type(1){margin-top: 10px;}
.sub03_form_wrap .all_agree label{position: absolute; display: block; right: 0; height: 30px; top:0; bottom: 0; margin: auto 0;}
.sub03_form_wrap .all_agree label span{position: relative; display: block; padding-left: 40px; font-size: 24px; color:#000; line-height: 30px;}
.sub03_form_wrap .all_agree label span:before{content:''; position: absolute; left: 0; top: 0; /* border: 1px solid #707070 */background: url(/new_images/sub/sub03_chk.png)center no-repeat; width: 30px; height: 30px;}
.sub03_form_wrap .all_agree label input{position: absolute; width: 0; height: 0; opacity: 0; visibility: hidden; left: -999em}
.sub03_form_wrap .all_agree label input:checked + span:before{background: url(/new_images/sub/sub03_chk_on.png)center no-repeat;}
.sub03_form_wrap .con02{margin-top: 120px;}
.sub03_form_wrap .con03{margin-top: 0; padding: 0 20px; margin-top: 120px;}
.sub03_form_wrap .form_btn{margin-top: 60px; text-align: center; font-size: 0;}
.sub03_form_wrap .form_btn .submit{display: inline-block; width: 240px; height: 60px; text-align: center; color:#fff; font-weight: 700; font-size:26px; line-height: 60px; margin-right:  20px; letter-spacing:-1.3px; background-color: #EC4115; border-radius:5px; }
.sub03_form_wrap .form_btn .cancel{display: inline-block; width: 240px; height: 60px; text-align: center; color:#fff; font-weight: 700; font-size:26px; line-height: 60px; letter-spacing:-1.3px; background-color: #41403C; border-radius:5px;}

.sub03_form_wrap .layer_wrap{position: fixed; displaY: none; z-index: 10000; width: 100%; height: 100%; left: 0; top: 0; background-color: rgba(0,0,0,0.4);}
.sub03_form_wrap .layer_wrap .layer_pos{position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-color: #fff; margin: auto; width: 1040px; height:80%; z-index: 20;}
.sub03_form_wrap .layer_wrap .close{position: absolute; right: 20px; top:20px; width:30px; height: 30px; cursor: pointer; z-index: 10;}
.sub03_form_wrap .layer_wrap .close:before{content:''; position: absolute; right:0; bottom: 0; top:0; width: 100%; margin: auto 0; height:2px; background-color: #000; transform: rotate(45deg);}
.sub03_form_wrap .layer_wrap .close:after{content:''; position: absolute; right:0; bottom: 0; top:0; width: 100%; margin: auto 0; height:2px; background-color: #000; transform: rotate(-45deg);}
.sub03_form_wrap .layer_wrap .layer_bg{position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 10;}
.sub03_form_wrap .layer_wrap .layer_con{position:relative; width: 100%; height: 100%; overflow-y:scroll; padding: 40px;}
.sub03_form_wrap .layer_wrap .layer_con em{display: block; line-height: 1; margin-bottom: 30px; font-weight: 500; font-size: 20px;}
.sub03_form_wrap .layer_wrap .layer_con b{display: block; font-size: 15px; line-height: 25px; font-weight: 400;}

.sub0302_wrap.sub03_form_wrap .con02{padding: 0 20px;}
.sub0303_wrap .con01 ul{display: flex; font-size: 0; flex-wrap: wrap;}
.sub0303_wrap .con01 ul li{display: flex; flex-direction: column; justify-content: space-between; width: 30.76%; min-height: 400px; margin-right: 3.84%; margin-top: 40px; padding: 70px 20px 60px 30px; border:1px solid #B4B4B4; }
.sub0303_wrap .con01 ul li:nth-child(3n){margin-right: 0;}
.sub0303_wrap .con01 ul li:nth-child(-n + 3){margin-top: 0;}
.sub0303_wrap .con01 ul li .txt{width: 100%; }
.sub0303_wrap .con01 ul li .txt em{position:relative; displaY: block; line-height: 38px; font-size: 26px; letter-spacing:-1.3px; font-weight: 500; color:#000; padding-bottom: 12px;}
.sub0303_wrap .con01 ul li .txt em:before{content:''; position: absolute; left: 0; bottom: 0; width:60px; height: 2px; background-color: #EC4115;}
.sub0303_wrap .con01 ul li .txt p{font-size: 20px; font-weight: 300; color:#000; line-height:29px; margin-top: 20px;}
.sub0303_wrap .con01 ul li .info p{position:relative; padding-left: 44px; font-size:20px; font-weight: 300; color:#000; margin-top: 12px; line-height: 29px; letter-spacing:-1px;}
.sub0303_wrap .con01 ul li .info p a{ font-size:20px; font-weight: 300; color:#000; margin-top: 12px; line-height: 29px; letter-spacing:-1px;}
.sub0303_wrap .con01 ul li .info p:first-child{margin-top: 0;}
.sub0303_wrap .con01 ul li .info p img{position:absolute; left: 0; top: 0; bottom: 0; margin: auto 0; }
.sub0303_wrap .con02{margin-top: 150px;}
.sub0303_wrap .con02 ul{margin-top: 100px;}
.sub0303_wrap .con02 ul li{display: flex; align-items: center; font-size: 0; padding:48px 40px 51px; margin-top: 20px; border: 1px solid #B4B4B4;}
.sub0303_wrap .con02 ul li:first-child{margin-top: 0;}
.sub0303_wrap .con02 ul li .txt{display: flex; align-items: center; width: 330px;}
.sub0303_wrap .con02 ul li .txt em{position:relative; display: block; width: 145px; padding-right: 22px; font-size: 26px; line-height: 37px; font-weight: 500; color:#000; text-align: right; letter-spacing:-1.3px;}
.sub0303_wrap .con02 ul li .txt em:after{content:''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 2px; height: 80px; background-color: #EC4115;}
.sub0303_wrap .con02 ul li .txt p{width:calc(100% - 145px); font-size: 20px; font-weight: 300; color:#000; line-height: 29px; padding-left: 20px; letter-spacing:-1px;}
.sub0303_wrap .con02 ul li .info{width:calc(100% - 330px);}
.sub0303_wrap .con02 ul li .info p{position:relative; padding-left: 37px; font-size:20px; font-weight: 300; color:#000; margin-top: 12px; line-height: 29px; letter-spacing:-1px;}
.sub0303_wrap .con02 ul li .info p a{ font-size:20px; font-weight: 300; color:#000; margin-top: 10px; line-height: 29px; letter-spacing:-1px;}
.sub0303_wrap .con02 ul li .info p:first-child{margin-top: 0;}
.sub0303_wrap .con02 ul li .info p img{position:absolute; left: 0; top: 0; bottom: 0; margin: auto 0; }
.sub0303_wrap .con03{display: flex; font-size: 0; margin-top: 100px;}
.sub0303_wrap .con03 .left{width: 55.76%; padding-right: 110px;}
.sub0303_wrap .con03 .right{width: 44.24%;}
.sub0303_wrap .con03_txt .con03_tit{position:relative; padding-left: 22px;}
.sub0303_wrap .con03_txt .con03_tit:before{content:''; position: absolute; left: 0; top: 0; width :2px; height: 60px; background-color: #EC4115;}
.sub0303_wrap .con03_txt .con03_tit span{display: block; font-size: 16px; line-height: 24px; color:#EC4115; letter-spacing:-0.8px; font-weight: 500;}
.sub0303_wrap .con03_txt .con03_tit em{display: block; font-sizE: 26px; line-height: 37px; letter-spacing:-1.3px; color:#000;}
.sub0303_wrap .con03_txt ul{padding-left: 22px; margin-top: 30px;}
.sub0303_wrap .con03_txt ul li{position: relative; padding-left: 21px; font-size: 20px; letter-spacing:-1px; line-height: 29px; margin-top: 10px; color:#000; font-weight: 300;}
.sub0303_wrap .con03_txt ul li:first-child{margin-top: 0;}
.sub0303_wrap .con03_txt ul li:before{content:'+'; position: absolute; display: block; line-height: 29px; font-size: 20px; color:#EC4115; left: 0; top: 0; }


.sub0304_wrap .faq_search{position: relative; border-bottom: 2px solid #000; height: 70px; padding-left: 90px;}
.sub0304_wrap .faq_search:before{content:''; position: absolute; left: 20px ; top: 10px ;width:50px; height: 50px; background-color: #B4B4B4;}
.sub0304_wrap .faq_search input{display: block; width: 100%; height: 100%; border:none;}
.sub0304_wrap .faq_search input::placeholder {color:#B4B4B4; font-size:26px; letter-spacing:-0.5px;}
.sub0304_wrap .faq_search input::-webkit-input-placeholder {color:#B4B4B4; font-size:26px;letter-spacing:-0.5px;}
.sub0304_wrap .faq_search input:-ms-input-placeholder {color:#B4B4B4; font-size:26px; letter-spacing:-0.5px;}
.sub0304_wrap .faq_wrap{display: flex; width: 100%; margin-top: 80px; padding: 0 20px; }
.sub0304_wrap .faq_menu{width: 240px;}
.sub0304_wrap .faq_menu select{display: none;}
.sub0304_wrap .faq_menu ul li{line-height: 35px; margin-top: 52px;}
.sub0304_wrap .faq_menu ul li:first-child{margin-top: 0;}
.sub0304_wrap .faq_menu ul li a{position:relative; display: inline-block; font-size: 24px; font-weight: 500; color:#000; letter-spacing: -1.2px;  }
.sub0304_wrap .faq_menu ul li.on a:after{content:''; position: absolute; right: -16px; top:0; bottom:0; margin: auto 0; width:6px; height: 6px; background-color: #EC4115;}
.sub0304_wrap .faq_menu ul li.on a{color:#EC4115}
.sub0304_wrap .faq_con{width:calc(100% - 240px);}
.sub0304_wrap .faq_con ul li{position:relative; }
.sub0304_wrap .faq_con ul li:before{content:''; position:absolute; left: 0; top:-1px; width: 100%; height:1px; background-color: #000;}
.sub0304_wrap .faq_con ul li:first-child:before{display: none;}
.sub0304_wrap .faq_con ul li:after{content:''; position:absolute; left: 0; bottom:0; width: 100%; height:1px; background-color: #000;}
.sub0304_wrap .faq_con ul li:last-child:after{display: none;}
.sub0304_wrap .faq_con ul li .question{padding: 20px; cursor: pointer;}
.sub0304_wrap .faq_con ul li .question p{position: relative; padding-left: 40px; font-size:20px; line-height: 29px; letter-spacing: -1px; color:#000; }
.sub0304_wrap .faq_con ul li .question p span{position: absolute; display: block; left: 0; top: 0; font-size:20px; line-height: 29px; letter-spacing: -1px; color:#000; }
.sub0304_wrap .faq_con ul li .answer{display: none; padding: 0 20px 0 60px;}
.sub0304_wrap .faq_con ul li .answer p{position:relative; font-size: 16px; line-height: 24px; letter-spacing: -0.8px; color:#000; padding-left: 32px; padding-bottom: 20px;}
.sub0304_wrap .faq_con ul li .answer p span{position: absolute; left: 0; top: 0; line-height: 29px; font-size: 20px; color:#EC4115;letter-spacing: -1px; }
.sub0304_wrap .faq_con ul li.on:before{background-color: #EC4115; z-index: 10;}
.sub0304_wrap .faq_con ul li.on:after{background-color: #EC4115; z-index: 10; }

body.open{overflow: hidden;}
html.open{overflow: hidden;}

#sub0101_wrap{}
#sub0101_wrap .inner{width: 1260px;}
#sub0101_wrap .sec01{margin-bottom: 200px;}
#sub0101_wrap .sec01 .txt{text-align: center;}
#sub0101_wrap .sec01 .txt strong{position:relative; display: block; font-size: 30px; font-weight: 500; top:100px; line-height: 44px; color:#000000; letter-spacing: -1.5px; margin-bottom: 10px; top:100px; opacity: 0; transition:0.5s;}
#sub0101_wrap .sec01 .txt p{position:relative; font-size: 24px; font-weight: 300; line-height: 35px; color:#000000; letter-spacing: -1.2px; top:100px; opacity: 0; transition:0.5s;}
#sub0101_wrap .sec01.on strong{top:0; opacity: 1;}
#sub0101_wrap .sec01.on p{top:0; opacity: 1; transition-delay:0.5s;}

#sub0101_wrap .sec02{margin-bottom: 200px;}
#sub0101_wrap .sec02 ul{display: flex; justify-content: flex-start; align-items: flex-start; margin-top: 100px;}
#sub0101_wrap .sec02 ul li{position:relative; width: 305px; margin-right: 42px; top:100px; opacity: 0; transition:0.5s;}
#sub0101_wrap .sec02.aos-animate ul li:nth-child(1){top:0; opacity: 1; transition-delay:0.3s;}
#sub0101_wrap .sec02.aos-animate ul li:nth-child(2){top:0; opacity: 1; transition-delay:0.6s;}
#sub0101_wrap .sec02.aos-animate ul li:nth-child(3){top:0; opacity: 1; transition-delay:0.9s;}
#sub0101_wrap .sec02.aos-animate ul li:nth-child(4){top:0; opacity: 1; transition-delay:1.2s;}
#sub0101_wrap .sec02 ul li .img_wrap{margin-bottom: 20px;}
#sub0101_wrap .sec02 ul li .img_wrap img{}
#sub0101_wrap .sec02 ul li span{display: block; font-size: 24px; font-weight: 500; line-height: 35px; letter-spacing: -1.2px; color:#000; margin-bottom: 10px;}
#sub0101_wrap .sec02 ul li p{font-size: 24px; font-weight: 300; line-height: 35px; color:#000; letter-spacing: -1.2px;}

#sub0101_wrap .sec03{margin-bottom: 200px;}
#sub0101_wrap .sec03 ul{margin-top: 100px;}
#sub0101_wrap .sec03 ul li{display: flex; align-items: center; justify-content: center; margin-bottom: 40px;}
#sub0101_wrap .sec03 ul li .img_g{width: 500px; position: relative;}
#sub0101_wrap .sec03 ul li .img_wrap{position: relative; width: 100%; height: 0; padding-bottom: 120%;}
#sub0101_wrap .sec03 ul li .img_wrap img{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; height: 100%; max-width: 100%; max-height: 100%;}
#sub0101_wrap .sec03 ul li .img_g .box_wrap{display: none;}
#sub0101_wrap .sec03 ul li .txt_wrap{display: flex; flex-wrap: wrap; align-items: center; align-content: center; position: relative; width: 540px; min-height: 520px; border: 2px solid #EC4115; border-left: 0 none;  padding: 50px 30px 50px 40px; left:100px; opacity: 0; transition:0.5s;}
#sub0101_wrap .sec03 ul li .txt_wrap:after{content: ''; position: absolute; top: 50%;left: -450px;transform: translate(0,-50%); width: 450px;height: 100%; border: 2px solid #fff; border-right: 0 none;}
#sub0101_wrap .sec03 ul li .txt_wrap strong{ position: relative;display: block; font-size: 30px; font-weight: 500; line-height: 38px; color:#000; letter-spacing: -1.5px; margin-bottom: 10px; top:100px; opacity: 0; transition:0.5s;}
#sub0101_wrap .sec03 ul li .txt_wrap strong span{font-size: 24px;}
#sub0101_wrap .sec03 ul li .txt_wrap p{ position: relative;font-size: 24px; font-weight: 300; line-height: 35px; color:#000; letter-spacing: -1.2px; top:100px; opacity: 0; transition:0.5s;}
#sub0101_wrap .sec03 ul li .txt_wrap em{ position: relative;display: block; font-size: 24px; font-weight: 500; line-height: 35px; color:#000; margin-top: 20px; width: 100%; top:100px; opacity: 0; transition:0.5s;}


#sub0101_wrap .sec03 ul li .txt_wrap ul{margin-top: 20px;}
#sub0101_wrap .sec03 ul li .txt_wrap ul li{display: block; margin-bottom: 0;}
#sub0101_wrap .sec03 ul li .txt_wrap ul li p{font-size: 20px; font-weight: 300; line-height: 29px; color:#000;}

#sub0101_wrap .sec03 ul li.aos-animate .txt_wrap{ left: 0; opacity: 1; transition-delay:0.3s;}
#sub0101_wrap .sec03 ul li.aos-animate .txt_wrap strong{ top: 0; opacity: 1; transition-delay:0.6s;}
#sub0101_wrap .sec03 ul li.aos-animate .txt_wrap p{ top: 0; opacity: 1; transition-delay:0.9s;}
#sub0101_wrap .sec03 ul li.aos-animate .txt_wrap em{ top: 0; opacity: 1; transition-delay:0.9s;}
#sub0101_wrap .sec04{margin-bottom: 200px;}
#sub0101_wrap .sec04 .sec04_01{margin-top: 100px;}
#sub0101_wrap .sec04 .sec04_01 .sec0401_line{width: 100%; position: relative; display: flex; padding: 0 70px; padding-bottom: 20px; margin-bottom: 80px;}
#sub0101_wrap .sec04 .sec04_01 .sec0401_line:after{content: ''; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; width: 86%; height: 20px; background: url('/new_images/sub/sub0104_line.png')top center no-repeat; background-size:100% auto ;}
#sub0101_wrap .sec04 .sec04_01 .sec0401_line p{text-align: center; width: 33.33%; font-size: 24px; font-weight: 500; line-height: 35px; color:#000;}

#sub0101_wrap .sec04 .sec04_01 .tit{margin-bottom: 54px;}
#sub0101_wrap .sec04 .sec04_01 .tit > span{position:relative; display: block; font-size: 20px; font-weight: 500;line-height:38px; color:#EC4115; letter-spacing: -1px; top:100px; opacity: 0; transition:0.5s;}
#sub0101_wrap .sec04 .sec04_01 .tit > strong{position:relative; display: block; font-size: 30px; font-weight: 500; line-height: 38px; color:#000; letter-spacing: -1.5px; top:100px; opacity: 0; transition:0.5s;}
#sub0101_wrap .sec04 .sec04_01 ul{position: relative; display: flex; justify-content: space-around; top:100px; opacity: 0; transition:0.5s;}
/* 	#sub0101_wrap .sec04 .sec04_01 ul:after{content: ''; position: absolute; top: 50%; left: 0; width: 100%; height: 2px; border: 2px dashed #000;} */
#sub0101_wrap .sec04 .sec04_01 ul:after{content: ''; position: absolute; top: 110px;left: 50%; transform: translate(-50%,0); width: 90%; height: 2px; background: url('/new_images/sub/sub0101_line.png')top center no-repeat; background-size: 100% auto; z-index: -1;}
#sub0101_wrap .sec04 .sec04_01 ul li{position: relative;}
#sub0101_wrap .sec04 .sec04_01 ul li:after{content: ''; position: absolute; top: 110px; left: 50%; transform: translate(-50%,-50%); width: 20px; height: 20px; background: #fff; border: 2px solid #EC4115; border-radius: 100px;}
#sub0101_wrap .sec04 .sec04_01 ul li .img_wrap{margin: 0 auto 60px; width: 60px; height: 80px; display: flex; align-items: center; justify-content: center;}
#sub0101_wrap .sec04 .sec04_01 ul li .img_wrap img{width: 100%;}
#sub0101_wrap .sec04 .sec04_01 ul li span{text-align: center; display: block; font-size: 20px; font-weight: 400; letter-spacing: -1px;}

#sub0101_wrap .sec04 .sec04_01 > p{position:relative;/* margin-top: 20px; */ font-size: 20px; font-weight: 300; line-height: 29px; color:#EC4115;letter-spacing: -1px; top:100px; opacity: 0; transition:0.5s;}

#sub0101_wrap .sec04 .sec04_01.aos-animate .tit > span{top:0; opacity: 1; }
#sub0101_wrap .sec04 .sec04_01.aos-animate .tit > strong{top:0; opacity: 1; }
#sub0101_wrap .sec04 .sec04_01.aos-animate ul{top:0; opacity: 1; transition-delay:0.3s;}
#sub0101_wrap .sec04 .sec04_01.aos-animate > p{top:0; opacity: 1; transition-delay:0.6s;}

#sub0101_wrap .con05 ul{margin-top: 100px; display: flex; font-size: 0; flex-wrap: wrap; justify-content: center;}
#sub0101_wrap .con05 ul li{display: flex; flex-direction: column; justify-content: space-between; width: 30.76%; min-height: 400px; margin-right: 3.84%; margin-top: 40px; padding: 70px 20px 60px 40px; border:1px solid #B4B4B4; }
#sub0101_wrap .con05 ul li:nth-child(3n){margin-right: 0;}
#sub0101_wrap .con05 ul li:nth-child(-n + 3){margin-top: 0;}
#sub0101_wrap .con05 ul li .txt{width: 100%; }
#sub0101_wrap .con05 ul li .txt em{position:relative; displaY: block; line-height: 38px; font-size: 26px; letter-spacing:-1.75px; font-weight: 500; color:#000; padding-bottom: 12px;}
#sub0101_wrap .con05 ul li .txt em:before{content:''; position: absolute; left: 0; bottom: 0; width:60px; height: 2px; background-color: #EC4115;}
#sub0101_wrap .con05 ul li .txt p{font-size: 20px; font-weight: 300; color:#000; line-height:29px; margin-top: 20px;}
#sub0101_wrap .con05 ul li .info p{position:relative; padding-left: 44px; font-size:20px; font-weight: 300; color:#000; margin-top: 12px; line-height: 29px; letter-spacing:-1.2px;}
#sub0101_wrap .con05 ul li .info p a{ font-size:20px; font-weight: 300; color:#000; margin-top: 12px; line-height: 29px; letter-spacing:-1px;}
#sub0101_wrap .con05 ul li .info p a span{color:#EC4115}
#sub0101_wrap .con05 ul li .info p:first-child{margin-top: 0;}
#sub0101_wrap .con05 ul li .info p img{position:absolute; left: 0; top: 0; bottom: 0; margin: auto 0; }

#sub0101_wrap.sub0104_wrap .sec04 .sec04_01 ul:after{width: 85%;}




#sub0102_wrap{}
#sub0102_wrap .inner{width: 1260px;}
#sub0102_wrap .sec01{margin-bottom: 200px;}
#sub0102_wrap .sec01 .txt{text-align: center;}
#sub0102_wrap .sec01 .txt strong{position: relative; display: block; font-size: 30px; font-weight: 500; line-height: 44px; color:#000000; letter-spacing: -1.5px; margin-bottom: 10px; top:100px; opacity: 0; transition:0.5s;}
#sub0102_wrap .sec01 .txt p{position: relative; font-size: 24px; font-weight: 300; line-height: 35px; color:#000000; letter-spacing: -1.2px; top:100px; opacity: 0; transition:0.5s;}
#sub0102_wrap .sec01.on .txt strong{top:0; opacity: 1;}
#sub0102_wrap .sec01.on .txt p{top:0; opacity: 1; transition-delay:0.5s;}

#sub0102_wrap .sec02{margin-bottom: 140px;}
#sub0102_wrap .sec02 ul{display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; margin-top: 100px;}
#sub0102_wrap .sec02 ul li{position:relative; width: 33.33%; padding-right: 38px; margin-bottom: 60px; top:100px; opacity: 0; transition:0.5s;}
#sub0102_wrap .sec02 ul li .img_wrap{margin-bottom: 20px;}
#sub0102_wrap .sec02 ul li .img_wrap img{}
#sub0102_wrap .sec02 ul li span{display: block; font-size: 24px; font-weight: 500; line-height: 35px; letter-spacing: -1.2px; color:#000; margin-bottom: 10px;}
#sub0102_wrap .sec02 ul li p{font-size: 24px; font-weight: 300; line-height: 35px; color:#000; letter-spacing: -1.2px;}
#sub0102_wrap .sec02.aos-animate ul li:nth-child(1){top:0; opacity: 1;}
#sub0102_wrap .sec02.aos-animate ul li:nth-child(2){top:0; opacity: 1; transition-delay:0.3s;}
#sub0102_wrap .sec02.aos-animate ul li:nth-child(3){top:0; opacity: 1; transition-delay:0.6s;}
#sub0102_wrap .sec02.aos-animate ul li:nth-child(4){top:0; opacity: 1; transition-delay:0.9s;}
#sub0102_wrap .sec02.aos-animate ul li:nth-child(5){top:0; opacity: 1; transition-delay:1.2s;}
#sub0102_wrap .sec02.aos-animate ul li:nth-child(6){top:0; opacity: 1; transition-delay:1.5s;}

#sub0102_wrap .sec03{margin-bottom: 200px;}
#sub0102_wrap .sec03 .tab_top{font-size: 0; margin-top: 100px;}
#sub0102_wrap .sec03 .tab_top h3{display: inline-block; width: 50%; border: 2px solid #B4B4B4; height: 70px; font-size: 30px; font-weight: 500; line-height: 38px; color:#000; text-align: center; border-bottom: 0 none; padding: 12px 0 14px; border-left: 1px solid #B4B4B4}
#sub0102_wrap .sec03 .tab_top h3:first-child{display: inline-block; width: 50%; border: 2px solid #B4B4B4; height: 70px; font-size: 30px; font-weight: 500; line-height: 38px; color:#000; text-align: center; border-bottom: 0 none; padding: 12px 0 14px; border-right: 1px solid #B4B4B4; border-left: 2px solid #B4B4B4;}

#sub0102_wrap .sec03 .tab_top h3.on{display: inline-block; width: 50%; border: 2px solid #EC4115; border-left: 1px solid #EC4115; height: 70px; font-size: 30px; font-weight: 500; line-height: 38px; color:#EC4115; text-align: center; border-bottom: 0 none; padding: 12px 0 14px;}

#sub0102_wrap .sec03 .tab_top h3:first-child.on{display: inline-block; width: 50%; border: 2px solid #EC4115; border-right: 1px solid #EC4115; height: 70px; font-size: 30px; font-weight: 500; line-height: 38px; color:#EC4115; text-align: center; border-bottom: 0 none; padding: 12px 0 14px; letter-spacing: -1.5px;}

#sub0102_wrap .sec03 .tab_wrap{}
#sub0102_wrap .sec03 .tab_wrap .con{width: 1040px; margin: 0 auto;}

#sub0102_wrap .sec03 ul.con_list{margin-top: 80px;}
#sub0102_wrap .sec03 ul.con_list > li{display: flex; align-items: center; justify-content: center; margin-bottom: 40px;}
#sub0102_wrap .sec03 ul.con_list > li .img_g{width: 500px; position: relative;}
#sub0102_wrap .sec03 ul.con_list > li .img_wrap{position: relative; width: 100%; height: 0; padding-bottom: 120%;}
/* #sub0102_wrap .sec03 ul.con_list > li .img_wrap.sub0102_img_04{padding-bottom:220%;} */
#sub0102_wrap .sec03 ul.con_list > li .img_wrap img{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; height: 100%; max-width: 100%; max-height: 100%;}
#sub0102_wrap .sec03 ul.con_list > li .img_g .box_wrap{display: none;}
#sub0102_wrap .sec03 ul.con_list > li .txt_wrap{display: flex; flex-wrap: wrap; align-items: center; align-content: center; position: relative; width: 540px; min-height: 520px; border: 2px solid #EC4115; border-left: 0 none;  padding: 70px 30px 70px 40px;  left:100px; opacity: 0; transition:0.5s;}
#sub0102_wrap .sec03 ul.con_list > li .txt_wrap:after{content: ''; position: absolute; top: 50%; left: -450px; transform: translate(0,-50%); width: 450px; height: 100%; border: 2px solid #fff; border-right: 0 none;}
#sub0102_wrap .sec03 ul.con_list > li .txt_wrap strong{position:relative; display: block; width: 100%; font-size: 24px; font-weight: 500; line-height: 38px; color:#000; letter-spacing: -1.5px; margin-bottom: 10px;  top:100px; opacity: 0; transition:0.5s;}
#sub0102_wrap .sec03 ul.con_list > li .txt_wrap strong:nth-of-type(1){font-size:30px}
#sub0102_wrap .sec03 ul.con_list > li .txt_wrap strong:first-child{margin-bottom: 30px;}
#sub0102_wrap .sec03 ul.con_list > li .txt_wrap strong span{font-size:24px; letter-spacing: -1.2px;}
#sub0102_wrap .sec03 ul.con_list > li .txt_wrap p{position:relative; font-size: 24px; font-weight: 300; line-height: 35px; color:#000; letter-spacing: -1.2px; margin-bottom: 20px;  top:100px; opacity: 0; transition:0.5s;}
#sub0102_wrap .sec03 ul.con_list > li .txt_wrap p:last-child{margin-bottom: 0;}

#sub0102_wrap .sec03 ul.con_list > li.aos-animate .txt_wrap{ left: 0; opacity: 1; transition-delay:0.3s;}
#sub0102_wrap .sec03 ul.con_list > li.aos-animate .txt_wrap strong{ top: 0; opacity: 1; transition-delay:0.6s;}
#sub0102_wrap .sec03 ul.con_list > li.aos-animate .txt_wrap p{ top: 0; opacity: 1; transition-delay:0.9s;}

#sub0102_wrap .sec03 .sec03_2{margin-bottom: 100px;}
#sub0102_wrap .sec03 .sec03_2 .tit{margin-bottom: 54px;}
#sub0102_wrap .sec03 .sec03_2 .tit > span{display: block; font-size: 20px; font-weight: 500;line-height:38px; color:#EC4115; letter-spacing: -1px;}
#sub0102_wrap .sec03 .sec03_2 .tit > strong{display: block; font-size: 30px; font-weight: 500; line-height: 38px; color:#000; letter-spacing: -1.5px;}

#sub0102_wrap .sec03 .sec03_2 .sec03_2_day{}
#sub0102_wrap .sec03 .sec03_2 .sec03_2_day ul{display: flex; justify-content: center; margin-bottom: 66px; padding-right: 25px;}
#sub0102_wrap .sec03 .sec03_2 .sec03_2_day ul li{font-size: 24px; font-weight: 500; line-height: 35px; color:#000; padding-bottom: 20px; text-align: center; border-bottom: 6px solid #575756; }
#sub0102_wrap .sec03 .sec03_2 .sec03_2_day ul li:nth-child(1){width: 187px;margin-right: 40px;}
#sub0102_wrap .sec03 .sec03_2 .sec03_2_day ul li:nth-child(2){width: 366px; margin-right: 40px;}
#sub0102_wrap .sec03 .sec03_2 .sec03_2_day ul li:nth-child(3){width: 248px;}

#sub0102_wrap .sec03 .sec03_2 .sec03_2_list{}
#sub0102_wrap .sec03 .sec03_2 .sec03_2_list ul{position: relative; display: flex; justify-content: space-between;}
#sub0102_wrap .sec03 .sec03_2 .sec03_2_list ul:after{content: ''; position: absolute; top: 110px;left: 48%; transform: translate(-50%,0); width: 84%; height: 2px; background: url('/new_images/sub/sub0101_line.png')top center no-repeat; z-index: -1;}
#sub0102_wrap .sec03 .sec03_2 .sec03_2_list ul li{position: relative;}
#sub0102_wrap .sec03 .sec03_2 .sec03_2_list ul li:after{content: ''; position: absolute; top: 110px; left: 50%; transform: translate(-50%,-50%); width: 20px; height: 20px; background: #fff; border: 2px solid #EC4115; border-radius: 100px;}
#sub0102_wrap .sec03 .sec03_2 .sec03_2_list ul li .img_wrap{margin: 0 auto 60px; width: 70px; height: 80px; display: flex; align-items: center; justify-content: center;}
#sub0102_wrap .sec03 .sec03_2 .sec03_2_list ul li .img_wrap img{}
#sub0102_wrap .sec03 .sec03_2 .sec03_2_list ul li span{display: block; text-align: center; display: block; font-size: 20px; font-weight: 400; line-height: 35px; margin-bottom: 10px; letter-spacing: -1.2px;}
#sub0102_wrap .sec03 .sec03_2 .sec03_2_list ul li p{text-align: center; font-size: 24px; font-weight: 300; line-height: 35px; color:#000; letter-spacing: -1.2px;}

#sub0102_wrap .sec03 .sec03_3{}
#sub0102_wrap .sec03 .sec03_3 .tit > span{display: block; font-size: 20px; font-weight: 500;line-height:38px; color:#EC4115; letter-spacing: -1px;}
#sub0102_wrap .sec03 .sec03_3 .tit > strong{display: block; font-size: 30px; font-weight: 500; line-height: 38px; color:#000; letter-spacing: -1.5px;}
#sub0102_wrap .sec03 .sec03_3 .sec03_3_list{margin-top: 60px;}
#sub0102_wrap .sec03 .sec03_3 .sec03_3_list ul{display: flex;}
#sub0102_wrap .sec03 .sec03_3 .sec03_3_list ul li{width: 300px; min-height: 360px; margin-right: 50px; border-top: 2px solid #575756; border-bottom: 2px solid #575756; padding: 60px 20px 0;}
#sub0102_wrap .sec03 .sec03_3 .sec03_3_list ul li:last-child{margin-right: 0;}
#sub0102_wrap .sec03 .sec03_3 .sec03_3_list ul li em{display: block; font-size: 24px; font-weight: 500; line-height: 35px; color:#EC4115; letter-spacing: -1.2px;}
#sub0102_wrap .sec03 .sec03_3 .sec03_3_list ul li strong{display: block; font-size: 24px; font-weight: 500; line-height: 35px; color:#000; height: 70px; margin-bottom: 20px;letter-spacing: -1.2px;}
#sub0102_wrap .sec03 .sec03_3 .sec03_3_list ul li p{font-size: 20px; font-weight: 300; line-height: 29px; color:#000; letter-spacing: -1px;}
#sub0102_wrap .sec03 .sec03_3 .sec03_3_list ul li p span{color:#EC4115; font-size: 16px;}

#sub0102_wrap .sec03_4{}
#sub0102_wrap .sec03_4 .tit > span{display: block; font-size: 20px; font-weight: 500;line-height:38px; color:#EC4115; letter-spacing: -1px;}
#sub0102_wrap .sec03_4 .tit > strong{display: block; font-size: 30px; font-weight: 500; line-height: 38px; color:#000; letter-spacing: -1.5px;}

#sub0102_wrap .sec03_4 .sec03_4_list{display: flex; margin-top: 70px;}
#sub0102_wrap .sec03_4 .sec03_4_list .list_tit{position: relative; width: 135px; margin-right: 0; padding-left: 20px;}
#sub0102_wrap .sec03_4 .sec03_4_list .list_tit:before{content: ''; position: absolute; top: 0; left: 0; width: 4px ;height: 70px; background: #575756;}
#sub0102_wrap .sec03_4 .sec03_4_list .list_tit p{position: relative; font-size: 24px; font-weight: 500; line-height: 35px; color:#000;}
#sub0102_wrap .sec03_4 .sec03_4_list .list_con{min-width: 485px; width: 570px; margin-right: 30px;}
#sub0102_wrap .sec03_4 .sec03_4_list .list_con ul{display: flex;text-align: center; }
#sub0102_wrap .sec03_4 .sec03_4_list .list_con ul li{position: relative;  padding: 0 0; margin-right: 0; margin-bottom: 60px;}
#sub0102_wrap .sec03_4 .sec03_4_list .list_con ul li:last-child{position: relative;  padding: 0 0; margin-right: 0; margin-bottom: 0;}
#sub0102_wrap .sec03_4 .sec03_4_list .list_con ul li:last-child:after{display: none;}
#sub0102_wrap .sec03_4 .sec03_4_list .list_con ul li:nth-child(1){width: 30%; }
#sub0102_wrap .sec03_4 .sec03_4_list .list_con ul li:nth-child(2){width: 40%; }
#sub0102_wrap .sec03_4 .sec03_4_list .list_con ul li:nth-child(3){width: 30%; }
#sub0102_wrap .sec03_4 .sec03_4_list .list_con ul li:after{content: ''; position: absolute; top: 50%; right: 0; transform: translate(0,-50%); width: 1px; height: 180px; background: #B4B4B4;}
#sub0102_wrap .sec03_4 .sec03_4_list .list_con ul li strong{display: block; font-size: 20px; font-weight: 500; line-height: 29px; color:#000; margin-bottom: 10px;}
#sub0102_wrap .sec03_4 .sec03_4_list .list_con ul li p{font-size: 20px; font-weight: 300; line-height: 29px; color:#000;}
#sub0102_wrap .sec03_4 .sec03_4_list .list_con ul li span{font-size: 16px; font-weight: 300; line-height: 24px; color:#EC4115;}
#sub0102_wrap .sec03_4 .sec03_4_list .list_img{/* width: 280px; */}
#sub0102_wrap .sec03_4 .sec03_4_list .list_img .img_wrap{}
#sub0102_wrap .sec03_4 .sec03_4_list .list_img .img_wrap img{width: 100%;}

#sub0102_wrap .sec03_4 .sec03_5_list .list_img .img_wrap img{width: 100%;}

#sub0102_wrap .sec03 .sec03_5{}
#sub0102_wrap .sec03 .sec03_5 .tit > span{display: block; font-size: 20px; font-weight: 500;line-height:38px; color:#EC4115; letter-spacing: -1px;}
#sub0102_wrap .sec03 .sec03_5 .tit > strong{display: block; font-size: 30px; font-weight: 500; line-height: 38px; color:#000; letter-spacing: -1.5px;}
#sub0102_wrap .sec03 .sec03_5 ul{display: flex; margin-top: 60px;}
#sub0102_wrap .sec03 .sec03_5 ul li{width: 480px; min-height: 350px; margin-right: 50px; border-top: 2px solid #575756; border-bottom: 2px solid #575756; padding: 60px 20px 0;}
#sub0102_wrap .sec03 .sec03_5 ul li:last-child{margin-right: 0;}
#sub0102_wrap .sec03 .sec03_5 ul li em{display: block; font-size: 24px; font-weight: 500; line-height: 35px; color:#EC4115;}
#sub0102_wrap .sec03 .sec03_5 ul li strong{display: block; font-size: 24px; font-weight: 500; line-height: 35px; color:#000; height: auto; margin-bottom: 20px;}
#sub0102_wrap .sec03 .sec03_5 ul li p{font-size: 24px; font-weight: 300; line-height: 35px; color:#000;}
#sub0102_wrap .sec03 .sec03_5 ul li p span{color:#EC4115;}


#sub0102_wrap .sec04{margin-bottom: 200px;}
#sub0102_wrap .sec04 .sec04_01{margin-top: 100px;}
#sub0102_wrap .sec04 .sec04_01 .tit{margin-bottom: 54px;}
#sub0102_wrap .sec04 .sec04_01 .tit > span{position:relative; display: block; font-size: 20px; font-weight: 500;line-height:38px; color:#EC4115; letter-spacing: -1px; top:100px; opacity: 0; transition:0.5s;}
#sub0102_wrap .sec04 .sec04_01 .tit > strong{position:relative; display: block; font-size: 30px; font-weight: 500; line-height: 38px; color:#000; letter-spacing: -1.5px; top:100px; opacity: 0; transition:0.5s;}
#sub0102_wrap .sec04 .sec04_01 ul{position: relative; display: flex; justify-content: space-around; top:100px; opacity: 0; transition:0.5s;}
#sub0102_wrap .sec04 .sec04_01 ul:after{content: ''; position: absolute; top: 110px;left: 50%; transform: translate(-50%,0); width: 84%; height: 2px; background: url('/new_images/sub/sub0101_line.png')top center no-repeat; background-size:100% auto;z-index: -1;}
#sub0102_wrap .sec04 .sec04_01 ul:nth-of-type(2):after{width:87%; left: 50%;}
#sub0102_wrap .sec04 .sec04_01 ul li{position: relative;}
#sub0102_wrap .sec04 .sec04_01 ul li:after{content: ''; position: absolute; top: 110px; left: 50%; transform: translate(-50%,-50%); width: 20px; height: 20px; background: #fff; border: 2px solid #EC4115; border-radius: 100px;}
#sub0102_wrap .sec04 .sec04_01 ul li .img_wrap{margin: 0 auto 60px; width: 60px; height: 80px; display: flex; align-items: center; justify-content: center;}
#sub0102_wrap .sec04 .sec04_01 ul li .img_wrap img{width: 100%;}
#sub0102_wrap .sec04 .sec04_01 ul li span{text-align: center; display: block; font-size: 20px; font-weight: 400; letter-spacing: -1px;}

#sub0102_wrap .sec04 .sec04_01 > p{position:relative;  /* margin-top: 20px;  */font-size: 20px; font-weight: 300; line-height: 29px; color:#EC4115; letter-spacing: -1px; top:100px; opacity: 0; transition:0.5s;}

#sub0102_wrap .sec04 .sec04_01.aos-animate .tit > span{top:0; opacity: 1; }
#sub0102_wrap .sec04 .sec04_01.aos-animate .tit > strong{top:0; opacity: 1; }
#sub0102_wrap .sec04 .sec04_01.aos-animate ul{top:0; opacity: 1; transition-delay:0.3s;}
#sub0102_wrap .sec04 .sec04_01.aos-animate > p{top:0; opacity: 1; transition-delay:0.6s;}


#sub0102_wrap .con05 ul{margin-top: 100px; display: flex; font-size: 0; flex-wrap: wrap; justify-content: center;}
#sub0102_wrap .con05 ul li{display: flex; flex-direction: column; justify-content: space-between; width: 30.76%; min-height: 400px; margin-right: 3.84%; margin-top: 40px; padding: 70px 20px 60px 30px; border:1px solid #B4B4B4; }
#sub0102_wrap .con05 ul li:nth-child(3n){margin-right: 0;}
#sub0102_wrap .con05 ul li:nth-child(-n + 3){margin-top: 0;}
#sub0102_wrap .con05 ul li .txt{width: 100%; }
#sub0102_wrap .con05 ul li .txt em{position:relative; displaY: block; line-height: 38px; font-size: 26px; letter-spacing:-1.75px; font-weight: 500; color:#000; padding-bottom: 12px;}
#sub0102_wrap .con05 ul li .txt em:before{content:''; position: absolute; left: 0; bottom: 0; width:60px; height: 2px; background-color: #EC4115;}
#sub0102_wrap .con05 ul li .txt p{font-size: 20px; font-weight: 300; color:#000; line-height:29px; margin-top: 20px; letter-spacing: -1.2px;}
#sub0102_wrap .con05 ul li .info p{position:relative; padding-left: 44px; font-size:20px; font-weight: 300; color:#000; margin-top: 12px; line-height: 29px; letter-spacing:-1px;}
#sub0102_wrap .con05 ul li .info p a{ font-size:20px; font-weight: 300; color:#000; margin-top: 12px; line-height: 29px; letter-spacing:-1.2px;}
#sub0102_wrap .con05 ul li .info p a span{color:#EC4115}
#sub0102_wrap .con05 ul li .info p:first-child{margin-top: 0;}
#sub0102_wrap .con05 ul li .info p img{position:absolute; left: 0; top: 0; bottom: 0; margin: auto 0; }

#sub0102_wrap .sec03 .con03_2{margin-bottom: 100px;}
#sub0102_wrap .sec03 .con03_2 .tit{margin-bottom: 54px;}
#sub0102_wrap .sec03 .con03_2 .tit > span{display: block; font-size: 20px; font-weight: 500;line-height:38px; color:#EC4115; letter-spacing: -1px;}
#sub0102_wrap .sec03 .con03_2 .tit > strong{display: block; font-size: 30px; font-weight: 500; line-height: 38px; color:#000; letter-spacing: -1.5px;}
#sub0102_wrap .sec03 .con03_2 table{}
#sub0102_wrap .sec03 .con03_2 table thead{border-bottom: 2px solid #000;}
#sub0102_wrap .sec03 .con03_2 table thead tr{}
#sub0102_wrap .sec03 .con03_2 table thead tr th{text-align: left; padding-left: 50px;font-size: 30px; font-weight: 500; line-height: 44px; color:#000; letter-spacing: -1.5px;}
#sub0102_wrap .sec03 .con03_2 table tbody{}
#sub0102_wrap .sec03 .con03_2 table tbody tr{border-bottom: 1px solid #E6E6E6;}
#sub0102_wrap .sec03 .con03_2 table tbody tr td{font-size: 30px; font-weight: 300; line-height: 44px; color:#000; letter-spacing: -1.5px; padding: 10px 0 10px 50px;}
#sub0102_wrap .sec03 .con03_2 span.last_txt{padding-left: 30px; display: block; font-size: 20px; font-weight: 300; line-height: 29px; margin-top: 20px; color:#EC4115;}

.sub02_wrap h3.sub_tit{text-align: left;}
.sub02_wrap h3.sub_tit:after{transform: translateX(0); left: 0;}
.sub02_wrap .con01{ border-bottom: 1px solid #F0F0F0; padding-bottom: 60px; font-size: 0;}
.sub02_wrap .con01 .inner{width: 1260px;display: flex; justify-content: space-between;}
.sub02_wrap .con01 .txt_wrap{width: 460px; }
.sub02_wrap .con01 .txt_wrap em{display: block; line-height: 44px; font-size: 30px; font-weight: 500; letter-spacing:-1.5px; color:#EC4115; margin-top: 20px;}
.sub02_wrap .con01 .txt_wrap p{font-size: 24px; color:#000; line-height: 35px; letter-spacing:-1.2px; margin-top: 10px; font-weight: 300;}
.sub02_wrap .con01 .map_wrap{width: 780px;}
.sub02_wrap .con01 .map_menu{display: none;}
.sub02_wrap .con01 .base_map{position: relative; }
.sub02_wrap .con01 .base_map .hidden{position:Relative; z-index: 10;}
.sub02_wrap .con01 .base_map .base{position:absolute; left:0 ; top: 0; width: 100%; height: 100%; z-index: -1;}
.sub02_wrap .con01 .map_over{position: absolute; width: 100%; height: 100%;  left: 0; top:0; z-index: 5;}
.sub02_wrap .con01 .map_over img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; transition:0.3s;}
.sub02_wrap .con01 .map_over img.on{opacity: 1;}	
.sub02_wrap .con02{padding-top: 150px;}
.sub02_wrap .con02 ul li{display: flex; align-items: center; width: 100%; font-size: 0; margin-top: 60px;}
.sub02_wrap .con02 ul li:first-child{margin-top: 0;}
.sub02_wrap .con02 ul li .img_wrap{width: 400px;}
.sub02_wrap .con02 ul li .img_wrap a{position:relative; display: block; width: 100%; padding-bottom: 75%;}
.sub02_wrap .con02 ul li .img_wrap a:before{content:''; position: absolute; left: 0; top: 0; width:100%; height: 100%; z-index: 5; background-color:#EC4115; opacity: 0.2; transition:0.3s;}
.sub02_wrap .con02 ul li .img_wrap a:hover:before{opacity: 0;}
.sub02_wrap .con02 ul li .img_wrap a > img{position: absolute; left: 0; top: 0; bottom: 0; right: 0; margin: auto; width: auto; height: auto; max-width: 100%; max-height:100%;}
.sub02_wrap .con02 ul li .img_wrap .icon{position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%); text-align: center; z-index: 10;}
.sub02_wrap .con02 ul li .img_wrap .icon img{display: block; margin: 0 auto; }
.sub02_wrap .con02 ul li .img_wrap .icon span{display: inline-block; width: 120px; height: 40px; border-radius: 20px; margin-top:  10px; border: 2px solid #fff;  padding: 0 20px; line-height: 36px; font-size: 20px; letter-spacing: -1px; color:#fff; font-weight: 300; background: url(/new_images/sub/sub0201_arrow_pc.png)center right 20px no-repeat; text-align: left;}
.sub02_wrap .con02 ul li .txt_wrap{display: flex; align-items: center; padding-left: 40px; width: calc(100% - 400px);}
.sub02_wrap .con02 ul li .txt_wrap em{display: block; width: 120px; font-size: 26px; line-height: 38px; letter-spacing:-1.3px; font-weight: 700; color:#000; padding-right: 20px; word-break: keep-all;}
.sub02_wrap .con02 ul li .txt_wrap .info{width: calc(100% - 120px); padding: 15px 0; padding-left: 40px; border-left: 3px solid #F15A22}
.sub02_wrap .con02 ul li .txt_wrap .info p{position:relative; padding-left: 54px; font-size:20px; font-weight: 300; color:#000; margin-top: 15px; line-height: 29px; letter-spacing:-1px;}
.sub02_wrap .con02 ul li .txt_wrap .info p a{ font-size:20px; font-weight: 300; color:#000; margin-top: 10px; line-height: 29px; letter-spacing:-1px;}
.sub02_wrap .con02 ul li .txt_wrap .info p:first-child{margin-top: 0;}
.sub02_wrap .con02 ul li .txt_wrap .info p img{position:absolute; left: 0; top: 0; }
.sub02_wrap .con03{padding-top: 150px;}
.sub02_wrap .con03 em.list_tit{position: relative; display: block; font-size: 30px; font-weight: 700; color:#000; line-height: 44px; letter-spacing:-1.5px; padding-bottom: 10px; margin-top: 150px;}
.sub02_wrap .con03 em.list_tit:before{content:''; position: absolute; left: 0; bottom:0; width: 60px; height: 2px; background-color: #EC4115; }
.sub02_wrap .con03 em.list_tit:nth-of-type(1){margin-top: 0;}
.sub02_wrap .con03 ul{display: flex; font-size: 0; flex-wrap: wrap; margin-top: 60px;}
.sub02_wrap .con03 ul li{width: 48.07%; margin-right: 3.86%; margin-top: 40px; padding: 70px 17px 48px 30px; height:405px; border:1px solid #B4B4B4; }
.sub02_wrap .con03 ul li:nth-child(2n){margin-right: 0;}
.sub02_wrap .con03 ul li:nth-child(-n + 2){margin-top: 0;}
.sub02_wrap .con03 ul li .txt{width: 100%; }
.sub02_wrap .con03 ul li .txt em{position:relative; displaY: block; line-height: 38px; font-size: 26px; letter-spacing:-1.3px; font-weight: 500; color:#000; padding-bottom: 12px;}
.sub02_wrap .con03 ul li .txt em:before{content:''; position: absolute; left: 0; bottom: 0; width:60px; height: 2px; background-color: #EC4115;}
.sub02_wrap .con03 ul li .info{margin-top: 60px;}
.sub02_wrap .con03 ul li .info p{position:relative; padding-left: 54px; font-size:20px; font-weight: 300; color:#000; margin-top: 15px; line-height: 29px; letter-spacing:-1px; word-break:keep-all;}
.sub02_wrap .con03 ul li .info p a{ font-size:20px; font-weight: 300; color:#000; margin-top: 12px; line-height: 29px; letter-spacing:-1px;}
.sub02_wrap .con03 ul li .info p:first-child{margin-top: 0;}
.sub02_wrap .con03 ul li .info p img{position:absolute; left: 0; top: 0;}

.sub0203_wrap ul{display: flex; font-size: 0; }
.sub0203_wrap ul li{width:33.33%; padding: 20px 34px 40px; border-right: 1px solid #B4B4B4; text-align: center;}
.sub0203_wrap ul li:last-child{border-right:none;}
.sub0203_wrap ul li em{position:relative; display: block; line-height: 44px; font-size: 30px; letter-spacing: -1.5px; color:#000; padding-bottom: 10px; font-weight: 700;;}
.sub0203_wrap ul li em:after{content:''; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; width: 50px; height: 2px; background-color: #EC4115;}
.sub0203_wrap ul li span{display: block; line-height: 29px; font-size: 20px; margin-top: 20px; letter-spacing: -1px; font-weight: 300; color:#000;}
.sub0203_wrap ul li .box{position:relative; width: 100%; height: 660px; margin-top: 60px;border: 1px solid #B4B4B4; padding:150px 28px 0;}
.sub0203_wrap ul li .box .img01{width: 100%;}
.sub0203_wrap ul li .box .img02{position:absolute; left: 0; right: 0; bottom: 40px; margin: 0 auto; }

#sub0403_wrap{}
#sub0403_wrap .sub0403_g{display: flex; justify-content: center;}
#sub0403_wrap .sub0403_g .now{width: 270px; padding-top: 40px;}
#sub0403_wrap .sub0403_g .now p{font-size: 30px; font-weight: 700; line-height: 44px; color:#000;}
#sub0403_wrap .sub0403_g > ul{width: 800px;}
#sub0403_wrap .sub0403_g > ul > li{display: flex; padding: 40px 0;border-bottom: 2px solid #F0F0F0;}
#sub0403_wrap .sub0403_g > ul > li:last-child{border-bottom: 0 none;}
#sub0403_wrap .sub0403_g > ul > li em{font-size: 30px; font-weight: 700; line-height: 44px; color:#000; width: 130px;}
#sub0403_wrap .sub0403_g > ul > li .sub0401_list{}
#sub0403_wrap .sub0403_g > ul > li .sub0401_list ul{}
#sub0403_wrap .sub0403_g > ul > li .sub0401_list ul li{position: relative; padding-left: 104px;}
#sub0403_wrap .sub0403_g > ul > li .sub0401_list ul li span{position: absolute; top: 0; left: 0; font-size :24px; font-weight: 400; line-height: 35px; color:#000;}
#sub0403_wrap .sub0403_g > ul > li .sub0401_list ul li span.on{position: absolute; top: 0; left: 0; font-size :24px; font-weight: 400; line-height: 35px; color:#EC4115;}
#sub0403_wrap .sub0403_g > ul > li .sub0401_list ul li p{font-size: 24px; font-weight: 400; line-height: 35px; color:#000;}



#sub0401_wrap{}
#sub0401_wrap .inner{width: 1260px; margin: 0 auto;}
#sub0401_wrap .sec01{}
#sub0401_wrap .sec01 .l_txt{position:relative; top: 100px; opacity: 0; transition:0.5s;}
#sub0401_wrap .sec01 .l_txt > p{font-size: 40px; font-weight: 700; line-height: 58px; letter-spacing: -2px; color:#000; margin-bottom: 10px; padding-left: 300px;}
#sub0401_wrap .sec01 .l_txt p:last-child{margin-bottom: 0;}
#sub0401_wrap .sec01 img{position:relative; top: 100px; opacity: 0; transition:0.5s;}
#sub0401_wrap .sec01 .r_txt{width: 400px; margin-left: auto; margin-right: 150px; margin-top: 32px;position:relative; top: 100px; opacity: 0; transition:0.5s;}
#sub0401_wrap .sec01 .r_txt p{font-size: 40px; font-weight: 500; line-height: 58px; letter-spacing: 1; color:#000;}
#sub0401_wrap .sec01 .r_txt p span{position: relative;z-index:1;}
#sub0401_wrap .sec01 .r_txt p span:before{content: ''; z-index:-1; position: absolute; bottom: 4px; left: 0; width: 100%; height: 20px; background: #EF875C;}
#sub0401_wrap .sec02{margin-bottom: 460px;}
#sub0401_wrap .sec02 .t_txt{margin: 300px 0 100px; text-align: center;}
#sub0401_wrap .sec02 .t_txt p{font-size: 40px; font-weight: 700; line-height: 58px; color:#000;}
#sub0401_wrap .sec02 img{}
#sub0401_wrap .sec02 .b_txt{text-align: center; margin-top: 80px;}
#sub0401_wrap .sec02 .b_txt p{font-size: 40px; font-weight: 500; line-height: 58px; color:#000;}
#sub0401_wrap .sec01.aos-animate .l_txt{top:0; opacity: 1;}
#sub0401_wrap .sec01.aos-animate img{top:0; opacity: 1; transition-delay:0.5s}
#sub0401_wrap .sec01.aos-animate .r_txt{top:0; opacity: 1; transition-delay:1s}


#sub0401_wrap .sec03{margin-bottom:382px; text-align: center; padding-bottom: 150px; border-bottom: 4px solid #F0F0F0;}
#sub0401_wrap .sec03 p{position:relative; font-size: 40px; font-weight: 700; line-height: 58px; color:#000; margin-bottom: 150px; top:100px; opacity: 0; transition:0.5s}
#sub0401_wrap .sec03 p:last-child{font-size: 40px; font-weight: 500; line-height: 58px; color:#000;}
#sub0401_wrap .sec03 p:last-child span{display: block;font-size: 40px; font-weight: 700; line-height: 58px; color:#EC4115;}

#sub0401_wrap .sec03.aos-animate p{top:0; opacity: 1;}
#sub0401_wrap .sec03.aos-animate p:nth-child(2){transition-delay:0.5s;}
#sub0401_wrap .sec03.aos-animate p:nth-child(3){transition-delay:1s;}
#sub0401_wrap .sec03.aos-animate p:nth-child(4){transition-delay:1.5s;}
#sub0401_wrap .sec04{position: relative; text-align: center; margin-bottom: 620px; }
#sub0401_wrap .sec04:after{content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: -1; background: url('/new_images/sub/sub0401_bg01.png')center no-repeat; width: 100%; height: 550px;}
#sub0401_wrap .sec04 strong{position: relative; display: block; font-size: 40px; font-weight: 700; line-height: 58px; color:#000; margin-bottom: 54px;}
#sub0401_wrap .sec04 strong:after{content: ''; position: absolute; bottom: -10px; left: 50%; transform: translate(-50%,0); width: 80px; height: 4px; background: #EC4115;}
#sub0401_wrap .sec04 p{font-size: 30px; font-weight: 400; line-height: 44px; color:#000;}

#sub0401_wrap .sec05{text-align: center; margin-bottom: 620px;}
#sub0401_wrap .sec05:after{content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: -1; background: url('/new_images/sub/sub0401_bg02.png')center no-repeat; width: 100%; height: 550px;}
#sub0401_wrap .sec05 strong{position: relative; display: block; font-size: 40px; font-weight: 700; line-height: 58px; color:#000; margin-bottom: 54px;}
#sub0401_wrap .sec05 strong:after{content: ''; position: absolute; bottom: -10px; left: 50%; transform: translate(-50%,0); width: 80px; height: 4px; background: #EC4115;}
#sub0401_wrap .sec05 p{font-size: 30px; font-weight: 400; line-height: 44px; color:#000;}


#sub0401_wrap .sec06{text-align: center; margin-bottom: 620px;}
#sub0401_wrap .sec06:after{content: ''; position: absolute; top: 10%; left: 50%; transform: translate(-50%,-50%); z-index: -1; background: url('/new_images/sub/sub0401_bg03.png')center no-repeat; width: 100%; height: 550px;}
#sub0401_wrap .sec06 strong{position: relative; display: block; font-size: 40px; font-weight: 700; line-height: 58px; color:#000; margin-bottom: 54px;}
#sub0401_wrap .sec06 strong:after{content: ''; position: absolute; bottom: -10px; left: 50%; transform: translate(-50%,0); width: 80px; height: 4px; background: #EC4115;}
#sub0401_wrap .sec06 p{font-size: 30px; font-weight: 400; line-height: 44px; color:#000;}

#sub0401_wrap .sec06 .value{width: 960px; height: 360px; border: 2px solid #000; border-radius: 200px; margin: 0 auto; display: flex; justify-content: center; align-items: center;}
#sub0401_wrap .sec06 .value ul{display: flex; justify-content: center;}
#sub0401_wrap .sec06 .value ul li{width: 320px; height: 320px; border: 2px solid #EC4115; border-radius: 100%;}
#sub0401_wrap .sec06 .value ul li:nth-child(2){margin: 0 -10px;}
#sub0401_wrap .sec06 .value ul li div{display: flex; justify-content: center; align-items: center; align-content: center; height: 100%;}
#sub0401_wrap .sec06 .value ul li div p{font-size: 30px; font-weight: 400; line-height: 50px; color:#000;}
#sub0401_wrap .sec06 .value ul li div p span{font-size: 26px; font-weight: 400; line-height: 50px; color:#000;}


.sub0503_wrap .inner{width: 1260px;}
.sub0503_wrap .download{text-align: right;}
.sub0503_wrap .download a{display :inline-block; line-height: 44px; font-size: 30px; letter-spacing: -1.5px; padding-right:  40px ;background: url(/new_images/sub/sub0503_download.png)center right no-repeat; color:#000; }
.sub0503_wrap .slider_wrap{padding: 80px 0 130px; margin-top:  20px; background-color: #FAF0E6; overflow: hidden; }
.sub0503_wrap .sub0503_slider{ width: 340px; margin: 0 auto; overflow: visible;}
.sub0503_wrap .sub0503_slider li { transition: 0.5s;}
.sub0503_wrap .sub0503_slider li .slide_wrap{display: flex; align-items: center; height: 100%;  transition:0.5s;}
.sub0503_wrap .sub0503_slider li .img_wrap{position:relative; width: 100%; padding-bottom: 143.25%; box-shadow: 0 10px 10px #00000052;}
.sub0503_wrap .sub0503_slider li .img_wrap img{position: absolute; left: 0; top: 0; bottom: 0; right: 0; margin: auto; width: auto; height: auto; max-width:100%; max-height:100%; transform-origin: center bottom;}
.sub0503_wrap .sub0503_slider li .img_wrap img.shadow{transform: rotate(180deg); opacity: 0.3; filter: blur(6px);}
.sub0503_wrap .sub0503_slider .swiper-wrapper {right: 30px; align-items: center; height: 573px;}
.sub0503_wrap .sub0503_slider li.swiper-slide-active{ padding: 0; width:400px !important;}

.sub0601_wrap .inner{width: 1190px; margin: 0 auto; max-width: 100%}
.sub0601_wrap .sub06_tit{margin-bottom: 60px;}
.sub0601_wrap .sub06_tit em{display: block; font-size: 40px; font-weight: 700; color:#000; letter-spacing:-2px; line-height: 58px; }
.sub0601_wrap .sub06_tit p{font-size: 26px; font-weight: 500; color:#000; line-height: 37px; letter-spacing:-1.3px}
.sub0601_wrap .sub06_con p{font-size: 20px; letter-spacing:-1px; line-height: 29px; margin-top: 20px;}
.sub0601_wrap .sub06_con p:fist-child{margin-top: 0;}
.sub0601_wrap .sub06_con a.download{display: inline-block; padding-right: 30px; font-size: 24px; letter-spacing:1.2px; color:#000; margin-top: 40px; line-height: 35px; background: url(/new_images/sub/sub_download.png)center right no-repeat;}
.sub0601_wrap .sub06_con04{padding-right: 70px;}

/*sub0603*/
.sub0601_wrap .download{font-weight:600;}
.sub0601_wrap .download:after{content:"";display:inline-block;width:16px;height:20px;background:url("/new_images/sub/sub0603_Dicon.png")no-repeat center top;margin-left:5px;}




#divpop1{position:fixed; visibility: hidden;right:210px;bottom:20px;z-index:9999;}
#divpop1 .bottom_pop{background:#F2F5FA;padding:10px 15px;border-radius:0 0 10px 10px;}
#divpop1 .bottom_pop .bottom_wrap{display:flex;align-items: center;justify-content: space-between;}
#divpop1 .bottom_pop .bottom_wrap label{font-size:13px;color:#222}
#divpop1 .bottom_pop .bottom_wrap input{border:1px solid #ddd;}
#divpop1 .bottom_pop .bottom_wrap a{font-size:13px;color:#222}


