@charset "UTF-8";

.clear:after { content: ""; display: block; clear: both;}
.rb { font-family: 'Roboto', sans-serif;}

.header { position: relative; width: 100%;}
.header > div { margin: 0 auto; width: 1240px;}
.header h1 { float: left; margin: 19px 0; width: 126px; height: 54px; }
.header h1 a { display: block; height: 100%; background: url(../images/logo-main-header.svg) no-repeat center; font-size: 0;}
.header > div > span { float: left; display: block; margin: 0 0 0 30px; font-size: 18px; line-height: 92px; font-weight: 500;}
.header nav { float: left; margin:0 95px 0 240px; }
.header nav > ul > li { position: relative; float: left; padding: 0 25px;}
.header nav > ul > li > a { display: block; position: relative;  font-size: 18px; line-height: 92px; font-weight: bold; transition: all 0.2s;}
.header nav > ul > li > a.on,
.header nav > ul > li > a:hover,
.header nav > ul > li > a:focus { color: #3550a3;}
.header nav > ul > li > a.on:after,
.header nav > ul > li > a:hover:after,
.header nav > ul > li > a:focus:after { content: ""; display: block; position: absolute; left: 0; bottom: 0; width: 100%; height: 4px; background: #3550a3;}
.header .lnb { content: ""; display: none; position: absolute; left: 0; top: 92px; z-index: 3; width: 100%; height: 48px; background: rgba(0,0,0,0.6);}
.header .lnb ul { display: block; width: 1240px; margin: 0 auto; padding: 0 0 0 580px;}
.header .lnb ul li { float: left; padding: 0 16px; }
.header .lnb ul li a { display: block; font-size: 16px; line-height: 48px; color:#F5F5F5;}
.header .lang { position: relative; float: left; margin: 22px 0;}
.header .lang p { padding: 0 0 0 8px; font-size: 14px; font-weight: bold; cursor: pointer; line-height: 48px; }
.header .lang p img { position: relative; top: -2px; transition: all 0.3s;}
.header .lang img.on { transform: rotate(-180deg);}
.header .lang div { display: none; position: absolute; left: 0; bottom:-54px; z-index: 2;width: 100%; border: 1px solid #333; border-top: none; height: 32px; background: #fff;}
.header .lang div.on { display: block; }
.header .lang div a { display: block; font-size: 14px; line-height: 32px; text-align: center; font-weight: bold; transition: all 0.3s;}
.header .lang div a:hover { background: #293D7C; color: #fff;}

.mo_header { display: none;}

/* headereng */

.header_eng nav { margin: 0 95px 0 105px;}
.header_eng nav > ul > li > a { font-size: 16px;}
.header_eng .lnb ul { padding: 0 0 0 350px;}
.header_eng.header > div > span { font-weight: bold;}

/* footer */

.footer { width: 100%; background: #0F1730;}
.footer .top > div { margin: 0 auto; width: 1240px;}
.footer .top { border-bottom: 1px solid #E0E0E0;}
.footer .top ul li { float: left; padding: 16px 32px 16px 0;}
.footer .top ul li a { font-size: 14px; line-height: 18px; color: #fff;}

.footer .bottom > div { position: relative; margin: 0 auto; padding: 24px 0 16px; width: 1240px;}
.footer .bottom ul { padding: 0 0 16px;}
.footer .bottom ul li { float: left; padding: 0 40px 0 0; color: #fff; font-size: 14px; line-height: 17px;}
.footer .bottom ul li span { font-weight: lighter; color: #f5f5f5;}
.footer .bottom .copy { position: absolute; right: 0; top:16px;}
.footer .bottom .copy p { font-size: 14px; line-height: 18px; color: #FFFFFF;}
.footer .lang { position: absolute; right: 0; top: 49px;}
.footer .lang p { padding: 0 0 0 8px; font-size: 14px; cursor: pointer; line-height: 48px; color: #fff;}
.footer .lang p img { position: relative; top: -2px; transition: all 0.3s;}
.footer .lang img.on { transform: rotate(-180deg);}
.footer .lang div { display: none; position: absolute; left: 0; bottom:-32px; z-index: 2;width: 100%; border: 1px solid #333; border-top: none; height: 32px; background: #fff;}
.footer .lang div.on { display: block; }
.footer .lang div a { display: block; font-size: 14px; line-height: 32px; text-align: center; font-weight: bold; transition: all 0.3s;}
.footer .lang div a:hover { background: #293D7C; color: #fff;}

/* visual */

#main_visual { position: relative; width: 100%; height: 600px; }
#main_visual .swiper-slide { width: 100%; height: 600px; background-repeat: no-repeat; background-size: cover; background-position: center;}
#main_visual .slide1 { background-image: url(../images/img-banner01-main.png);}
#main_visual .slide2 { background-image: url(../images/img-banner02-main.png);}
#main_visual .swiper-slide div { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center;}
#main_visual .swiper-slide p { font-size: 18px; line-height: 24px; color: #fff;}
#main_visual .swiper-slide span { display: block; margin:12px 0; font-size: 40px; line-height: 48px; color: #fff;}
#main_visual .swiper-button-prev { left: 40px; width: 48px; height: 48px; background: url(../images/btn-left_arrow-main.svg) no-repeat center; }
#main_visual .swiper-button-next { right: 40px; width: 48px; height: 48px; background: url(../images/btn-right_arrow-main.svg) no-repeat center; }
#main_visual .swiper-pagination-bullet { width: 10px; height: 10px; background: #bdbdbd; opacity: 1;}
#main_visual .swiper-pagination-bullet-active { position: relative; top: 1px; width: 12px; height: 12px; background: #fff;}

/* main_content */

#main_content { width: 100%; padding: 104px 0;}
#main_content h2 { font-size: 24px; line-height: 35px; color: #757575; font-weight: normal;}
#main_content h2 p { padding: 4px 0 0; font-size: 48px; line-height: 58px; font-family: 'Roboto', sans-serif; font-weight: bold; color: #000;}
#main_content h2 p span { font-weight: normal;}
#main_content .cont1 { margin: 0 auto 164px; width: 1240px; }
#main_content .cont1 > div { float: left;}
#main_content .cont1 > div:last-child { padding: 82px 0 0 48px;}
#main_content .cont1 > div > p { padding: 24px 0 48px; font-size: 16px; line-height: 26px; color: #757575;}
#main_content .cont1 > div a { display: inline-block; padding: 16px 26px; border: 1px solid #293d7c; background: #293D7C; font-size: 14px; color: #fff; letter-spacing: 4.2px; transition: all 0.2s;}
#main_content .cont1 > div a:hover { background: #fff; color: #293d7c;}

#main_content .cont2 { position: relative; margin: 0 0 0 335px; height: 490px;}
#main_content .cont2 .swiper-container4 { position: absolute; left: 0; top: 130px; width: 350px;}
#main_content.main_content_eng .cont2 .swiper-container4 { top: 100px; width: 400px;}
#main_content .cont2 .swiper-container4 h3 { color: rgba(187,198,233,0.2); font-size: 56px; font-weight: bold; font-family: 'Roboto', sans-serif;}
#main_content .cont2 .swiper-container4 h3 p { padding: 4px 0 14px; font-size: 40px; line-height: 48px; font-weight: 500; color: #000;}
#main_content .cont2 .swiper-container4 h3 p.tight { font-size: 24px; line-height: 32px;}
#main_content .cont2 .swiper-container4 .swiper-slide > div > p { font-size: 16px; line-height: 26px; color: #9E9E9E; word-break: keep-all;}
#main_content.main_content_eng .cont2 .swiper-container4 .swiper-slide > div > p { font-size: 14px;}
#main_content .cont2 .swiper-container3 { position: absolute; right: 0; top: 40px; width: 1120px;}
#main_content .cont2 .swiper-container3 .swiper-slide { opacity: 0.6;}
#main_content .cont2 .swiper-container3 .swiper-slide-active { opacity: 1;}
#main_content .cont2 .arrows { position: absolute; left: 0; bottom: 30px;}
#main_content .cont2 .swiper-button-prev,
#main_content .cont2 .swiper-button-next { width: 48px; height: 48px; background-repeat: no-repeat; background-size: cover; background-position: center; border: 1px solid #293D7C;}
#main_content .cont2 .swiper-button-prev { background-image: url(../images/btn-l_arrow-main.svg); left: 0;}
#main_content .cont2 .swiper-button-next { background-image: url(../images/btn-r_arrow-main.svg); right: -96px;}

#main_content .cont3 { position: relative; margin: 160px auto; width: 1240px;}
#main_content .cont3 .swiper1 { position: relative; margin-top: 16px; }
#main_content .cont3 .swiper-button-prev { left: -75px; top:240px; width: 48px; height: 48px; background: url(../images/btn-l_arrow-late.svg) no-repeat center;}
#main_content .cont3 .swiper-button-next { right: -75px; top: 240px; width: 48px; height: 48px; background: url(../images/btn-r_arrow-late.svg) no-repeat center;}



#main_content .cont4 { position: relative; margin: 0 auto ; width: 1240px;}
#main_content .cont4 > div { float: left;}
#main_content .cont4 > div iframe { width: 820px; height: 450px; }
#main_content .cont4 .desc { position: absolute; left: 840px; bottom: 0; }
#main_content .cont4 .desc span { display: block; padding: 16px 0 24px; font-size: 16px; line-height: 26px; color: #000; }
#main_content .cont4 .desc ul { width: 400px; padding: 32px 24px; box-shadow: 0px 4px 12px #9E9E9E1F;}
#main_content .cont4 .desc ul li { padding: 0 0 28px; font-size: 14px; line-height: 20px; color: #000;}
#main_content .cont4 .desc ul li:last-child { padding: 0;}
#main_content .cont4 .desc ul li img { padding: 0 16px 0 0; }

@media (min-width:0px) and (max-width:1200px) {

body { overflow-x: hidden;}

.header { display: none;}

/* mo_header */

.mo_header { display: block; position: fixed; left: 0; top: 0; z-index: 999; width: 100%; background: rgba(255, 255, 255, 1); opacity: 1; border-bottom: 2px solid #293d7c;}
.mo_header.on { background: rgba(255, 255, 255, 1); opacity: 1; border-bottom: 2px solid #293d7c;}
.mo_header.on
.mo_header .toggle { display: none;}
.mo_header > div { position: relative;  margin: 0 auto; padding: 16px 0; width: 100%; height: 77px;}
.mo_header h1 { float: left; margin-left: 20px;}
.mo_header h1 a { display: block; width: 103px; height: 45px;  background: url(../images/logo-main-header.svg) no-repeat center; font-size: 0; background-size: cover;}
.mo_header .mo_nav { position: absolute; right: -100%; top: 79px; background: #fff; z-index: 20; width: 100%; height: 10000%; padding: 30px 30px; transition: all 0.5s;}
.mo_header .mo_nav > ul > li { padding: 10px 0; text-align: left;}
.mo_header .mo_nav > ul::after { content: ""; display: block; clear: both;}
.mo_header .mo_nav > ul > li > a { display: block; font-size: 20px; line-height: 36px; font-weight: bold; color: #111; }
.mo_header .mo_nav > ul > li > a img { position: relative; top:-3px; padding: 0 0 0 6px; transition: all 0.3s;}
.mo_header .mo_nav > ul > li > a img.on { transform: rotate(180deg);}
.mo_header .mo_nav > ul > li > ul { display: none; padding: 15px 0 0; transition: all 0.3s;}
.mo_header .mo_nav > ul > li > ul.on { display: block; }
.mo_header .mo_nav > ul > li > ul > li { padding: 4px 0; text-indent: 10px;}
.mo_header .mo_nav > ul > li > ul > li > a { font-size: 16px; color: #616161;}
.mo_header .toggle.active + .mo_nav { right: 0;}
.mo_header .toggle {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 25px;
    right: 15px;
  }
.mo_header .toggle span {
    display: block;
    background: #000;
    width: 40px;
    height: 4px;
    border-radius: 3px;
    transition: 0.25s margin 0.25s, 0.25s transform;
  }
.mo_header .toggle span:nth-child(1) {
  	margin-bottom: 8px;
  }
.mo_header .toggle span:nth-child(3) {
  	margin-top: 8px;
  }
.mo_header .toggle.active span {
  	transition: 0.25s margin, 0.25s transform 0.25s;
  }
.mo_header .toggle.active span:nth-child(1) {
    margin-top: 12px;
    margin-bottom: -4px;
  	transform: rotate(45deg);
  }
.mo_header .toggle.active span:nth-child(2) {
  	transform: rotate(45deg);
  }
.mo_header .toggle.active span:nth-child(3) {
    margin-top: -4px;
  	transform: rotate(135deg);
  }

/* headereng */

.header_eng nav { margin: 0 95px 0 208px;}
.header_eng nav > ul > li > a { font-size: 16px;}
.header_eng .lnb ul { padding: 0 0 0 350px;}

/* footer */

.footer { width: 100%; padding: 0 16px; background: #0F1730;}
.footer .top > div { margin: 0; width: 100%;}
.footer .top { border-bottom: 1px solid #E0E0E0;}
.footer .top ul li { float: left; padding: 12px 20px 12px 0;}
.footer .top ul li a { font-size: 12px; line-height: 16px; color: #fff;}

.footer .bottom > div { position: relative; margin: 0 auto; padding: 20px 0 12px; width: 100%;}
.footer .bottom ul { padding: 0 0 16px;}
.footer .bottom ul li { float: left; padding: 0 10px 0 0; color: #fff; font-size: 12px; line-height: 16px;}
.footer .bottom ul li span { font-weight: lighter; color: #f5f5f5;}
.footer .bottom .copy { position: static; right: unset; top:unset;}
.footer .bottom .copy p { font-size: 12px; line-height: 16px; color: #FFFFFF;}
.footer .lang { position: absolute; right: 0; top: 5px;}
.footer .lang p { padding: 0 0 0 8px; font-size: 12px; cursor: pointer; line-height: 34px; color: #fff;}
.footer .lang p img { position: relative; top: -2px; transition: all 0.3s;}
.footer .lang img.on { transform: rotate(-180deg);}
.footer .lang div { display: none; position: absolute; left: 0; bottom:-26px; z-index: 2; width: 100%; border: 1px solid #333; border-top: none; height: 26px; background: #fff;}
.footer .lang div.on { display: block; }
.footer .lang div a { display: block; font-size: 12px; line-height: 26px; text-align: center; font-weight: bold; transition: all 0.3s;}
.footer .lang div a:hover { background: #293D7C; color: #fff;}

/* visual */

#main_visual { position: relative; margin-top: 79px; width: 100%; height: 300px; }
#main_visual .swiper-slide { width: 100%; height: 300px; background-repeat: no-repeat; background-size: cover; background-position: center;}
#main_visual .slide1 { background-image: url(../images/img-banner01-main.png);}
#main_visual .slide2 { background-image: url(../images/img-banner02-main.png);}
#main_visual .swiper-slide div { width: 100%;}
#main_visual .swiper-slide p { font-size: 14px; line-height: 22px; color: #fff;}
#main_visual .swiper-slide span { display: block; margin:12px 0; font-size: 22px; line-height: 32px; color: #fff;}
#main_visual .swiper-button-prev { display: none;}
#main_visual .swiper-button-next { display: none;}
#main_visual .swiper-pagination-bullet { width: 10px; height: 10px; background: #bdbdbd; opacity: 1;}
#main_visual .swiper-pagination-bullet-active { position: relative; top: 1px; width: 12px; height: 12px; background: #fff;}

/* main_content */

#main_content { width: 100%; padding: 60px 16px;}
#main_content h2 { font-size: 18px; line-height: 26px; text-align: center;}
#main_content h2 p { padding: 4px 0 0; font-size: 32px; line-height: 46px; font-family: 'Roboto', sans-serif; font-weight: bold; color: #000;}
#main_content h2 p span { font-weight: normal;}
#main_content .cont1 { margin: 0 auto 60px; width: 100%; }
#main_content .cont1 > div { float: none;}
#main_content .cont1 > div img { width: 100%;}
#main_content .cont1 > div:last-child { padding: 30px 0 0 15px; text-align: center;}
#main_content .cont1 > div > p { padding: 16px 0 32px; font-size: 14px; line-height: 22px; color: #757575;}
#main_content .cont1 > div a { display: inline-block; padding: 8px 16px; border: 1px solid #293d7c; background: #293D7C; font-size: 14px; color: #fff; letter-spacing: 4.2px; transition: all 0.2s;}
#main_content .cont1 > div a:hover { background: #fff; color: #293d7c;}

#main_content .cont2 { position: relative; margin: 0 0 0 0; height: 385px;}
#main_content .cont2 .swiper-container4 { position: absolute; left: 0; top: 95px; width: 100%;}
#main_content.main_content_eng .cont2 .swiper-container4 { top: 100px; width: 100%;}
#main_content.main_content_eng .cont2 { height: 516px;}
#main_content .cont2 .swiper-container4 h3 { color: rgba(187,198,233,0.2); font-size: 32px; font-weight: bold; font-family: 'Roboto', sans-serif;}
#main_content .cont2 .swiper-container4 h3 p { padding: 4px 0 10px; font-size: 24px; line-height: 32px; font-weight: 500; color: #000;}
#main_content .cont2 .swiper-container4 h3 p.tight { font-size: 24px; line-height: 32px;}
#main_content .cont2 .swiper-container4 .swiper-slide > div > p { font-size: 14px; line-height: 24px; color: #9E9E9E; word-break: keep-all;}
#main_content.main_content_eng .cont2 .swiper-container4 .swiper-slide > div > p { font-size: 14px;}
#main_content .cont2 .swiper-container3 { display: none;}

#main_content .cont3 { position: relative; margin: 60px auto; width: 100%;}
#main_content .cont3 .swiper1 { position: relative; margin-top: 16px; }
#main_content .cont3 .swiper-button-prev { left: -75px; top:240px; width: 48px; height: 48px; background: url(../images/btn-l_arrow-late.svg) no-repeat center;}
#main_content .cont3 .swiper-button-next { right: -75px; top: 240px; width: 48px; height: 48px; background: url(../images/btn-r_arrow-late.svg) no-repeat center;}



#main_content .cont4 { position: relative; margin: 0 auto ; width: 100%;}
#main_content .cont4 > div { float: none;}
#main_content .cont4 > div iframe { width: 100%; height: 250px; }
#main_content .cont4 .desc { position: static; left: 0; bottom: 0; margin: 30px 0 0;}
#main_content .cont4 .desc span { display: block; padding: 16px 0 24px; font-size: 16px; line-height: 26px; color: #000; }
#main_content .cont4 .desc ul { width: 100%; padding: 24px 16px; box-shadow: 0px 4px 12px #9E9E9E1F;}
#main_content .cont4 .desc ul li { padding: 0 0 28px; font-size: 14px; line-height: 20px; color: #000;}
#main_content .cont4 .desc ul li:last-child { padding: 0;}
#main_content .cont4 .desc ul li img { padding: 0 16px 0 0; }

}



/* ///////////////////////////////////////////////// */
