@charset "utf-8";

#wrap {
    width: 100%;
    padding-top: 78px;
}
.inner {
    max-width: 1200px;
    margin: 0 auto;
}
.inner:after {
    content: '';
    display: block;
    clear: both;
}
.pc_space {
    display: block;
}
/*header*/
header {
    border-top: 3px solid #043385;
    padding-top: 14px;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: 0.3s all;
    background: #fff;
    position: fixed;
    z-index: 999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    box-sizing: border-box;
    height: 78px;
}
header h1 {
    height: 48px;
    float: left;
}
header h1 img {
    height: 100%;
}
.btn_gnb {
    float: right;
    width: 31px;
    height: 40px;
    display: block;
    position: relative;
    z-index: 100;
    background: transparent;
    box-sizing: content-box;
    border-radius: 50%;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
    cursor: pointer;
    margin-left: 31px;
}

.hamburger-menu-button {
    display: block;
    line-height: 48px;
}
.hamburger-menu-button-open {
    vertical-align: middle;
}
.hamburger-menu-button-open,
.hamburger-menu-button-open::before,
.hamburger-menu-button-open::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.hamburger-menu-button-open {
    background: #043385;
    width: 31px;
    height: 2px;
    position: relative;
    display: inline-block;
}

.hamburger-menu-button-open::before,
.hamburger-menu-button-open::after {
    left: 0;
    content: '';
    position: absolute;
    width: 31px;
    height: 2px;
    background: #b6b6b6;
}
.hamburger-menu-button-open {
    background: #043385;
}

.hamburger-menu-button-open::before {
    top: 6px;
}
.hamburger-menu-button-open::after {
    bottom: 6px;
}
.hamburger-menu-button-close {
    background: transparent;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.hamburger-menu-button-close::before {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}
.hamburger-menu-button-close::after {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
}

.gnb {
    float: right;
    width: auto;
    margin-top: 10px;
}
.gnb ul:after {
    content: '';
    display: block;
    clear: both;
}
.gnb > ul > li {
    float: left;
    margin-right: 30px;
    padding-bottom: 14px;
    position: relative;
}
.gnb li:last-child {
    margin-right: 0;
}
.gnb a {
    padding: 0 24px;
    line-height: 30px;
    display: block;
    font-size: 19px;
    color: #383838;
    font-weight: 600;
    transition: 0.3s;
}

.gnb .depth2 {
    display: none;
    padding: 10px 0;
    background: #fff;
}
.gnb .depth2 a {
    display: block;
    padding: 0 15px;
    line-height: 30px;
    font-size: 13px;
    color: #666;
    transition: 0.3s;
    text-align: center;
}
.gnb .depth2 .active {
    font-weight: 700;
    color: #111;
}

.gnb li:hover .depth2 {
    display: block;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 90%;
    background: white;
    line-height: 1.6em;
    padding: 1rem 0;
    z-index: 9999;
}
.gnb .depth2 li {
    float: none;
    padding: 0.5rem 2rem;
    position: relative;
    text-align: center;
    color: #043385;
    white-space: nowrap;
    text-shadow: none;
}
.gnb li .depth2 li a {
    font-size: 17px;
}
.gnb li .depth2 li a::before {
    position: absolute;
    content: '';
    width: 0%;
    bottom: 3px;
    left: 50%;
    height: 2px;
    background: #043385;
    transition: 0.3s all;
}
.gnb li .depth2 li a:hover::before {
    width: calc(100% - 6rem);
    left: 3rem;
}

/*side_mask*/
#side_mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
}
#side_mask.active {
    opacity: 1;
    visibility: visible;
}
#side_menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    max-width: 360px;
    width: 100%;
    background: #fff;
    z-index: 1010;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: 0.2s all;
    z-index: 9999;
}
#side_menu.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}
#side_menu .side_top {
    position: relative;
    padding: 0 10px;
    height: 65px;
}
#side_menu h1 {
    padding: 20px;
    padding-left: 7px;
}
#side_menu .side_top a,
#side_menu .side_top .img {
    display: block;
    max-width: 278px;
}
#side_menu .side_top .btn_close {
    display: block;
    position: absolute;
    right: -30px;
    top: -4px;
    width: 96px;
    height: 90px;
    text-indent: -9999px;
    background: url('../images/side_close.png') no-repeat center center;
    z-index: 20;
}
#side_menu .side_lang {
    height: 150px;
}
#side_menu .side_lang .title {
    height: 35px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}
#side_menu .side_lang .lang_list {
    height: 60px;
}
#side_menu .side_lang .lang_list li {
    float: left;
    padding: 0 40px;
    background: url('../img/icon/lang_line.png') no-repeat left center;
}
#side_menu .side_lang .lang_list li:first-child {
    padding-left: 0;
    background: none;
}
#side_menu .gnb_wrap {
    padding: 0 30px;
    margin-bottom: 60px;
}

#gnb {
    padding-top: 30px;
    background: transparent !important;
}
#gnb > li {
    border-bottom: 1px solid #eee;
    color: #fff;
}

#gnb > li > a {
    display: block;
    position: relative;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
    color: #333;
    font-weight: 600;
    transition: 0.3s;
    font-weight: 600;
}
#gnb > li:hover > a {
    color: #289dc3 !important;
}
#gnb .depth2 li:hover a {
    color: #289dc3;
}
#gnb > li > a:after {
    content: ' ';
    display: block;
    position: absolute;
    right: 12px;
    top: 69%;
    margin-top: -11px;
    width: 10px;
    height: 6px;
    background: url('../images/side_arrow.png') no-repeat;
    z-index: 20;
    background-size: contain;
}
#gnb .link_one:after {
    display: none;
}
#gnb .active > a:after {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
#gnb .depth2 {
    display: none;
    padding: 10px 0;
    border-top: 1px solid #ccc;
}
#gnb .depth2 a {
    display: block;
    padding: 0 15px;
    line-height: 30px;
    font-size: 13px;
    color: #666;
    transition: 0.3s;
}
#gnb .depth2 .active {
    font-weight: 700;
    color: #111;
}
#side_menu .btn_wrap {
    padding: 0 20px 20px 20px;
}
#side_menu .btn_inquiry {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 23px;
    color: #3e3e3e;
    font-weight: 700px;
    border: 3px solid #3a3a3a;
    border-radius: 10px;
}
#side_menu .sns li {
    float: left;
    margin-right: 10px;
    height: 60px;
    padding-top: 15px;
}
#side_menu p.title {
    font-size: 20px;
    font-weight: 700;
    height: 35px;
    padding-top: 10px;
    margin-bottom: 10px;
    line-height: 35px;
}

/*container*/
.container {
    width: 100%;
}
.main_slide {
    height: 730px;
}
.main_slide .slide {
    background-position: center center;
    background-repeat: no-repeat;
    height: 730px;
    position: relative;
	background:#bdbec3;
}

.main_slide .slide03 .text{
padding-top: 30px;
}
.main_slide .slide03 .text h2 {
    font-size: 45px;
}

.main_slide .slide03 .text p {
    margin-top: 13px;
    font-size: 26px;
    line-height: 35px;
}

.main_slide .video {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
   /*  height: 100%; */
}
.main_slide .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-shadow: 3px 3px 3px rgb(0 0 0 / 20%);
    color: #fff;
    text-align: center;
    padding-top: 220px;
}
.main_slide h2 {
    font-size: 65px;
}
.main_slide p {
    margin-top: 13px;
    font-size: 40px;
    line-height: 50px;
}
.main_slide .slide01 {
    background-image: url(../images/i-1-8.jpg);
}
.main_slide .slide02 {
    background-image: url(../images/i-1-10.jpg);
}

/*content*/
section .title {
    font-size: 37px;
    font-weight: 600;
    text-align: center;
}
section .section_desc {
    font-size: 20px;
    line-height: 25px;
    color: #777777;
    text-align: center;
    margin-top: 22px;
}

.main section {
    margin-top: 80px;
}

.main section + section {
    margin-top: 140px;
}

/*main sec1*/
.main .sec1 ul:after {
    content: '';
    display: block;
    clear: both;
}
.main .sec1 li {
    float: left;
    width: calc(100% / 2);
    margin-top: 34px;
}
.main .sec1 li a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
.main .sec1 li a::before {
    content: '';
    border: 1px solid #717171;
    position: absolute;
    bottom: 0;
    width: calc(100% - 4px);
    left: 2px;
}
.main .sec1 .txt {
    display: block;
    padding: 20px 0 22px;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    line-height: 1;
}
.main .sec1 .txt span {
    display: block;
    font-size: 17px;
    background: url(../images/main_sect2_arrow.png) no-repeat 0px;
    padding-left: 45px;
    padding-top: 10px;
    margin-top: 42px;
    padding-bottom: 10px;
    color: #777;
}
.main .sec1 .thumb {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 79.16%;
    overflow: hidden;
}
.main .sec1 .thumb img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100.2%;
    height: 100.2%;
    margin-right: -1px;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}



.main .sec1 a:hover .thumb img,
.main .sec1 a:focus .thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*main sec2*/
.main .sec2 dl {
    margin: 0 auto;
}
.main .sec2 dt {
    background: #fff;
    font-size: 19px;
    color: #333;
    padding: 0 40px;
    line-height: 75px;
	font-weight: 700;
}
.main .sec2 dd {
    background: #2c384b;
    padding: 20px 32px 50px 40px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    min-height: 104px;
    box-sizing: border-box;
}
.main .sec2 dd:after {
    content: '';
    display: block;
    clear: both;
}
.main .sec2 .ani:after {
    content: '';
    display: block;
    clear: both;
}
.main .sec2 .name {
    font-weight: 600;
    font-size: 19px;
    width: 293px;
    float: left;
    text-align: left;
	line-height: 25px;
}
.main .sec2 .txt {
    float: left;
    width: calc(100% - 293px - 130px);
    text-align: left;
	line-height: 27px;
}
.main .sec2 .btnC {
    width: 123px;
    line-height: 42px;
    font-weight: 600;
    font-size: 16px;
    background: #86b1d0;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    text-align: center;
}

.main .sub_vis_slide {
    margin-top: 32px;
}
.main .sub_vis_slide .slick-arrow {
    display: none;
}

.main .sub_slide {
    width: 1036px;
    margin: -81px auto 0;
}

.main .sub_slide .slick-arrow.slick-next {
    top: 27px;
    right: 16px;
    width: 45px;
    height: 11px;
    background: url(../images/asset/slide_next.png) no-repeat 0 0;
}
.main .sub_slide .slick-arrow.slick-prev {
    top: 26px;
    left: auto;
    right: 80px;
    width: 45px;
    height: 11px;
    background: url(../images/asset/slide_prev.png) no-repeat 0 0;
}


.main .sub_slide .slick-arrow.slick-prev,
.main .sub_slide .slick-arrow.slick-next {
background-size:85%;
}


.main .sub_slide .slick-arrow.slick-prev::before,
.main .sub_slide .slick-arrow.slick-next::before {
    display: none;
}
.main .sec3 {
    background: url('../images/main_sect4_back.jpg');
    height: 620px;
}
.main .sec3 .title,
.main .sec3 .section_desc {
    color: #fff;
}

.main .sec3 .title {
    padding-top: 50px;
}
.main .sec3 ul {
    margin-top: 60px;
}
.main .sec3 ul:after {
    content: '';
    display: block;
    clear: both;
}
.main .sec3 li {
    float: left;
    width: 280px;
    margin-right: 18px;
    background: url(../images/main_sect4_hover.jpg) no-repeat center center;
    height: 304px;
    transition: all 0.5s;
}
.main .sec3 li:nth-child(1):hover {
    background: url(../images/main_sect4_1.jpg) no-repeat center center;
}
.main .sec3 li:nth-child(2):hover {
    background: url(../images/main_sect4_2.jpg) no-repeat center center;
}
.main .sec3 li:nth-child(3):hover {
    background: url(../images/main_sect4_3.jpg) no-repeat center center;
}
.main .sec3 li:nth-child(4):hover {
    background: url(../images/main_sect4_4.jpg) no-repeat center center;
}
.main .sec3 li:last-child {
    margin-right: 0;
}
.main .sec3 a {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    display: block;
    padding-top: 113px;
}
.main .sec3 strong {
    font-size: 32px;
    display: block;
    margin-bottom: 17px;
}

/*footer*/
footer {
    border-top: 3px solid #fff;
    background: #707072;
    padding-bottom: 35px;
    color: #b8b8b8;
    font-size: 12px;
}
footer ul {
    padding: 22px 0 14px 10px;
}
footer ul:after {
    content: '';
    display: block;
    clear: both;
}
footer li {
    float: left;
    position: relative;
}
footer li:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: #b8b8b8;
    height: 14px;
    width: 1px;
}
footer li:last-child:after {
    background: transparent;
}
footer li a {
    font-size: 14px;
    color: #b8b8b8;
    padding: 0 21px;
}
footer li:nth-child(1) a {
    padding-left: 0px;
}
footer .footer_inner {
    border-bottom: 1px solid #8e8e8f;
}
footer p {
    padding-left: 10px;
}
footer p.inner{font-size:16px; color:#cfcfcf;}
footer address.inner {
    padding-top: 13px;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 10px;
    padding-left: 10px;
	padding-bottom: 0 !important;
}
footer address span {
    padding-right: 10px;
}
footer .top {position:fixed; bottom:50px; right:50px; display:inline-block; width:43px; height:43px; background:url("../images/top.png") no-repeat center center; opacity:0.8; z-index:9999;}


/*sub*/
.sub_vis {
    height: 358px;
    text-align: center;
}
.sub_vis h3 {
    padding-top: 125px;
    font-size: 60px;
    color: #fff;
    text-align: center;
}
.sub_vis .bar {
    width: 40px;
    height: 1px;
    background: #fff;
    margin: 30px auto 25px;
}
.sub_vis .sub_desc {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
}

.sub .content {
    padding-top: 120px;
}
.sub .title {
    font-size: 43px;
    text-align: center;
    font-weight: 600;
}

.sub .title1 {
    font-size: 36px;
    text-align: center;
    font-weight: 600;
	color:#043385;
	padding-top: 55px;
}

.inner .bar{width: 40px;
    height: 1px;
    background: #043385;
    margin: 15px auto 25px;
	}

.sub .title_desc {
    font-size: 30px;
    line-height: 45px;
    color: #043385;
    text-align: center;
    padding-top: 30px;
}



.sub section + section {
    margin-top: 90px;
}
/*greeting*/
.greeting .sub_vis {
    background: url(../images/company.jpg) no-repeat center center;
}
.greeting .txt_wrap {
    margin-top: 80px;
}
.greeting .txt_wrap:after {
    content: '';
    display: block;
    clear: both;
}
.greeting .txt_wrap img {
    width: 500px;
    margin-right: 75px;
    display: block;
    float: left;
}
.greeting .txt_wrap .txt_con {
    width: calc(100% - 575px);
    float: left;
}
.greeting .txt_wrap .txt_con strong {
    font-size: 23px;
    line-height: 34px;
    color: #131313;
    padding-bottom: 25px;
    display: block;
}
.greeting .txt_wrap .txt_con .bar {
    width: 80px;
    height: 2px;
    background: #043385;
    margin-bottom: 30px;
	margin: 0;
    margin-bottom: 0px;
	margin-bottom: 30px;
}
.greeting .txt_wrap .txt {
    font-size: 18px;
    line-height: 33px;
    color: #303030;
}
.greeting .txt_wrap .from {
    margin-top: 30px;
    font-size: 18px;
    color: #303030;
}

.greeting .sec2 {
    background: #f5f5f5;
    text-align: center;

    padding-top: 80px;
    padding-bottom: 160px;
}
.greeting .sec2 .title {
    margin-bottom: 38px;
}
.greeting .sec2 dl {
    padding-top: 190px;
    display: inline-block;
    margin-right: 43px;
}
.greeting .sec2 .sec_2_1 {
    background: url(../images/greeting_1.png) no-repeat center 0;
}
.greeting .sec2 .sec_2_2 {
    background: url(../images/greeting_2.png) no-repeat center 0;
}
.greeting .sec2 .sec_2_3 {
    background: url(../images/greeting_3.png) no-repeat center 0;
}
.greeting .sec2 dt {
    font-size: 21px;
    font-weight: 600;
    color: #043385;
    margin-bottom: 15px;
    position: relative;
}

.greeting .sec2 dt:after {
    content: '';
    display: block;
    position: absolute;
    width: 185px;
    background: #c1c1c1;
    height: 1px;
    top: -100px;
    right: -114px;
}
.greeting .sec2 .sec_2_3 dt:after {
    display: none;
}
.greeting .sec2 dd {
    font-size: 17px;
    line-height: 30px;
    color: #303030;
}

/*history*/

.history .sub_vis {
    background: url(../images/company.jpg) no-repeat center center;
}
.history .btn_wrap {
    margin-top: 40px;
    margin-bottom: 70px;
}
.history .btn_wrap:after {
    content: '';
    display: block;
    clear: both;
}
.history .btn_wrap button {
    border-top: 1px solid #043385;
    border-bottom: 1px solid #d3d3d3;
    line-height: 58px;
    font-size: 19px;
    color: #7f7f7f;
    width: calc(100% / 3);
    display: block;
    float: left;
}
.history .btn_wrap button.active {
    color: #043385;
    font-weight: 600;
}

.history_title {
    height: 194px;
    font-size: 30px;
    font-weight: 600;
    line-height: 194px;
    text-align: center;
    color: #fff;
    margin-top: 170px;
}
.history_title1 {
    background: url(../images/history_1.jpg) no-repeat center center;
    margin-top: 0;
    position: relative;
}

.history_title1:after {
    content: '';
    width: 22px;
    height: 110px;
   /*  background: url(../images/history_bg1.png) no-repeat 0 0; */
    position: absolute;
    left: 50%;
    margin-left: -11px;
    bottom: -110px;
}
.top .history_title1:after {
    position: fixed;
    top: 78px;
    bottom: auto;
    z-index: 3;
}

.history_title2 {
    background: url(../images/history_2.jpg) no-repeat center center;
}
.history_title3 {
    background: url(../images/history_3.jpg) no-repeat center center;
	margin-top: 0;
}

.history .year {
    width: 50%;
    float: right;
    font-size: 60px;
    color: #d9d9d9;
    padding-left: 84px;
    padding-top: 78px;
    box-sizing: border-box;
}
.history .his_txt {
    padding-top: 90px;
    float: left;
    text-align: right;
    width: calc(60% - 50px);
}
.history .his_txt dl {
    margin-bottom: 28px;
}
.history .his_txt dt {
    font-size: 22px;
    color: #535353;
    font-weight: 600;
    margin-bottom: 10px;
}
.history .his_txt dd {
    font-size: 17px;
    line-height: 28px;
    color: #535353;
    margin-bottom: 7px;
}
.history:after,
.history .his_txt dd:after {
    content: '';
    display: block;
    clear: both;
}
.history .his_txt dd span {
    display: block;
    float: right;
    text-align: right;
    line-height: inherit;
}
.history .his_txt dd strong {
    font-weight: 700;
    padding-left: 10px;
    display: block;
    float: right;
    line-height: inherit;
}
.history .his_txt dl:not(.no_dot) {
    position: relative;
}
.history .his_txt dl:not(.no_dot):after {
    content: '●';
    color: #b5b5b5;
    position: absolute;
    top: 5px;
    right: -50px;
}
.history1 .year,
.history3 .year {
    float: left;
    text-align: right;
    width: calc(40% - 50px);
}
.history1 .his_txt,
.history3 .his_txt {
    float: right;
    text-align: left;
}
.history1 .his_txt dd strong,
.history3 .his_txt dd strong {
    float: left;
    padding-right: 10px;
    padding-left: 0;
}
.history1 .his_txt dd span,
.history3 .his_txt dd span {
    float: left;
    text-align: left;
}
.history1 .his_txt dl:not(.no_dot):after,
.history3 .his_txt dl:not(.no_dot):after {
    right: auto;
    left: -50px;
}
.history3 {
    margin-bottom: 140px;
}




/*history2 ------------220607*/
#history2 .tab_wrap{overflow:hidden;margin-top:50px;}
#history2 .tab_wrap label{display: block; float: left; width: 32%; height: 50px; font-size: 18px; text-align: center; line-height: 50px; background-color: #efefef; border: 1px solid #cdcdcd; box-sizing: border-box; cursor: pointer; 
 margin-right: 1%;}
#history2 .tab_wrap label.on{color:#fff;background-color:#B6B6B6;}
#history2 .tab_wrap input{display:none;}

#history2 .tab_content{padding: 60px 0 100px 0;}
#history2 .tab_content2{display:none;}
#history2 .tab_content .divider{display:block; margin-bottom:30px;border-bottom:1px dotted #cdcdcd; }
#history2 .content > h3 span { font-size: 18px; font-weight: 400; color: #aaa; padding-left: 10px; }
#history2 strong{color: #0e9cff;}
#history2 .tab_content h5{font-size: 44px; font-weight: 700; color:#043385; position: relative; padding-bottom: 30px; padding-left: 43px;}
#history2 .tab_content h5::after { display: block; content: ''; position: absolute; top: 0; left: 20px; width: 3px; height: 108px; background-color:#043385; }
#history2 .his-content{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:30px}
#history2 .his-content ul{width:50%}
#history2 .his-content ul:first-child{margin-right:1%;}
#history2 .his-content ul li{display:flex;padding-top:20px;font-size:15px;line-height:1.5;color:#707070;letter-spacing:-0.5px;  font-family:'Noto Sans KR'}
#history2 .his-content ul li:first-child{padding-top:0}
#history2 .his-content ul li span{line-height:1.6}
#history2 .his-content .date{min-width:75px;font-weight:500;color:#1a1a1a;}

/*history2 ------------220607*/



/*tech*/
.tech .sub_vis {
    background: url(../images/company.jpg) no-repeat center center;
}
.tech ul {
    width: 100%;
    margin-top: 120px;
}
.tech ul:after {
    content: '';
    display: block;
    clear: both;
}
.tech li {
    width: calc((95% + 15px) / 2);
    float: left;
    margin-bottom: 70px;
}
.tech li:nth-child(even) {
    float: right;
}
.tach img {
    width: 204px;
    display: block;
    float: left;
}
.tech .table_title {
    font-size: 23px;
    margin-bottom: 15px;
    color: #131313;
    font-weight: 600;
}
.tech .tech_txt {
    float: right;
    width: calc(100% - 220px);
}
.tech .table_title,
.tech table {
    width: 100%;
    text-align: left;
}

.tech table tr:first-child td,
.tech table tr:first-child th {
    border-top: 1px solid #043385;
}
.tech table tr th {
    background: #f1f3f4;
    padding: 17px 7px;
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    border-bottom: 1px solid #b0b0b0;
}
.tech table tr td {
    padding: 17px 7px;
    font-size: 17px;
    line-height: 20px;
    border-bottom: 1px solid #b0b0b0;
}
.tech table tr:last-child th,
.tech table tr:last-child td {
    border-bottom: 1px solid #043385;
}

/*organi*/
.organi .sub_vis {
    background: url(../images/company.jpg) no-repeat center center;
}
.organi img {
    width: 100%;
    margin: 70px auto 210px;
	margin-left:-5px;
}

/*location*/
.location .sub_vis {
    background: url(../images/company.jpg) no-repeat center center;
}

.location .inner{padding-bottom: 50px;}

.location h5 {padding-left:0;
padding-bottom: 3rem;
font-size:28px; 
margin-top:30px;
}

.location h5 span {color:#666; 
padding-left: 2rem; 
font-size:18px;
font-weight:400}

.location .location2 h5 {
    padding-left: 0;
    font-size: 28px;
    margin-top: 30px;
	padding-bottom:0;
}


.location .third > .col{width:33.333%;}
.location .row > .col{float:left;}

.location h6 {
    color: #142d62;
    padding-bottom: 1rem;
	font-size:1.5rem;
}

.location p{color:#666;
font-size: 1.2rem;
}


/*summary*/
.summary .sub_vis {
    background: url(../images/company.jpg) no-repeat center center;
}
.summary .sec1 {
    margin-top: 80px;
}

.summary .filp_img_box {
    width: 1324px;
    height: 800px;
    margin-top: -55px;
    margin-bottom: -120px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.summary .vision_cont {
    position: absolute;
    width: 352px;
}
.summary .vision_cont .icon {
    transform: translateY(0);
    transition: 0.5s;
}
.summary .vision_cont.active .icon {
    transform: translateY(-8px);
}
.summary .icon1 {
    left: -50px;
    top: 80px;
}
.summary .icon2 {
    right: -50px;
    top: 80px;
}
.summary .icon3 {
    right: -50px;
    top: 400px;
}
.summary .icon4 {
    left: -50px;
    top: 400px;
}

.summary .icon1 .icon,
.summary .icon1 dl dt,
.summary .icon1 dl dd,
.summary .icon4 .icon,
.summary .icon4 dl dt,
.summary .icon4 dl dd {
    text-align: right;
}

.summary .vision_cont dl dt {
    color: #3c3c3c;
    font-size: 30px;
    font-weight: 700;
}

.summary .vision_cont.active dl dt {
    font-size: 32px;
}
.summary .vision_cont dl dd.highlight {
    color: #043385;
    font-weight: 700;
}
.summary .vision_cont dl dd {
    margin-top: 5px;
    font-size: 17px;
    line-height: 30px;
    color: #303030;
    font-weight: 500;
}

.summary .filp_img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 445px;
    height: 445px;
}
.summary .filp_img::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% + 100px);
    height: calc(100% + 100px);
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    border: 1px solid #686868;
    border-radius: 50%;
}
.summary .filp_img .swiper-container .swiper-slide {
    border-radius: 50%;
    overflow: hidden;
}
.summary .filp_img .swiper-pagination-bullet {
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: none;
    opacity: 1;
    z-index: 9;
}
.summary .filp_img .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #373737;
    border-radius: 50%;
}
.summary .filp_img .swiper-pagination-bullet:nth-child(1) {
    left: 8px;
    top: 8px;
}
.summary .filp_img .swiper-pagination-bullet:nth-child(2) {
    right: 8px;
    top: 8px;
}
.summary .filp_img .swiper-pagination-bullet:nth-child(3) {
    right: 8px;
    bottom: 8px;
}
.summary .filp_img .swiper-pagination-bullet:nth-child(4) {
    left: 8px;
    bottom: 8px;
}
.summary .filp_img .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    background: #043385;
}
.summary .filp_img .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9;
    width: 8px;
    height: 8px;
    transition: all 0.3s;
    border: 2px solid #686868;
    box-sizing: border-box;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
}
.summary .filp_img .swiper-pagination-bullet:hover::after {
    width: 44px;
    height: 44px;
    transition: all 0.3s;
    border-color: #043385;
}
.summary .filp_img .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    width: 44px;
    height: 44px;
    transition: all 0.3s;
    border-color: #043385;
}
.summary .sec2 {
    background: #f5f5f5;
    padding-top: 63px;
    padding-bottom: 140px;
}

.summary ul:after {
    content: '';
    display: block;
    clear: both;
}

.summary .sec2 li {
    width: calc(100% / 3);
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    height: 248px;
    padding-top: 57px;
    padding-left: 54px;
    float: left;
    translate: all 0.3s;
    background-color: #fff;
    background-position: 90% 80%;
    background-repeat: no-repeat;
}
.summary .sec2 .sec2_logo {
    background: #043385;
    line-height: 248px;
    padding: 0;
    text-align: center;
}
.summary .sec2 .sec2_logo img {
    vertical-align: middle;
}

.summary .sec2 li p {
    font-size: 20px;
    line-height: 28px;
}
.summary .sec2 .sec2_title {
    font-size: 21px;
    font-weight: 700;
    position: relative;
    padding-bottom: 75px;
}

.summary .sec2 .sec2_title2 {
    padding-bottom: 50px;
}

.summary .sec2 .sec2_title:after {
    content: '';
    width: 13px;
    height: 15px;
    position: absolute;
    bottom: 30px;
    left: 0;
    background: url(../images/summary_bar.png) no-repeat 0 0;
}


.summary .sec2 .sec2_title2::after{
	 bottom: 15px;

}


.summary .sec2 .sec2_1 {
    background-image: url(../images/summary_sec2_1.png);
}
.summary .sec2 .sec2_2 {
    background-image: url(../images/summary_sec2_2.png);
}
.summary .sec2 .sec2_3 {
    background-image: url(../images/summary_sec2_3.png);
}
.summary .sec2 .sec2_4 {
    background-image: url(../images/summary_sec2_4.png);
}
.summary .sec2 .sec2_5 {
    background-image: url(../images/summary_sec2_5.png);
}

.summary .info {
    text-align: center;
}
.summary .info p {
    display: inline-block;
    padding: 50px 60px;
    font-size: 27px;
    height: 43px;
    line-height: 43px;
}
.summary .info p span {
    color: #043385;
    font-weight: 600;
    padding-left: 62px;
    padding-right: 15px;
    display: inline-block;
    line-height: inherit;
}
.summary .info .tel {
    background: url(../images/ico_tel.png) no-repeat 0 center;
}
.summary .info .fax {
    background: url(../images/ico_fax.png) no-repeat 0 center;
}

/*busi*/
.sub_vis.busi {
    background: url(../images/business.png) no-repeat center center;
}

.busi section .title {
    margin-bottom: 35px;
}
.busi .btn_wrap {
    width: 558px;
    margin: 0 auto 132px;
}
.busi .btn_wrap:after {
    content: '';
    display: block;
    clear: both;
}
.busi .btn_wrap button {
    width: 50%;
    display: block;
    float: left;
    border: 1px solid #dadada;
    line-height: 59px;
    font-size: 20px;
    color: #555555;
    text-align: center;
}
.busi .btn_wrap button.active {
    background: #043385;
    color: #fff;
    font-weight: 700;
}

.busi .btn_wrap button.active a{
    color: #fff;
}

.busi .busi_menu .btn_wrap button.active {
    background: #fff;
    color: #555;
    border-top: 1px solid #043385;
    border-bottom: 1px solid transparent;
}
.busi .busi_menu {
    margin-bottom: 105px;
}
.busi .busi_menu .title {
    font-size: 36px;
    padding-bottom: 24px;
    position: relative;
    font-weight: 600;
    margin-top: 0;
}
.busi_menu .title:after {
    content: '';
    width: 57px;
    height: 2px;
    background: #043385;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -24px;
}
.busi_menu .btn_wrap {
    width: 100%;
    margin-bottom: 0;
}
.busi_menu .btn_wrap button {
    width:50%;
}

.busi .sec_con {
    position: relative;
}
.busi .sec_con .txt {
    font-size: 19px;
    line-height: 35px;
    color: #303030;
}
.busi section.sec_con .title,
.title.title_solo {
    font-size: 25px;
    color: #0c0c0c;
    text-align: left;
    padding-left: 22px;
    margin-bottom: 20px;
    margin-top: 70px;
    font-weight: 600;
    background: url(../images/ico_title_blue_dot.png) no-repeat 0 center;
}
.busi .img_float {
    padding-bottom: 60px;
}
.busi .img_float:after {
    content: '';
    display: block;
    clear: both;
}
.busi .img_float li {
    float: left;
    width: 283px;
    margin-right: 20px;
    position: relative;
}
.busi .img_float li span {
    display: block;
    text-align: center;
    color: #043385;
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
}
.busi .img_float li:last-child {
    margin-right: 0;
}
.busi .img_float:not(.no_arrow) li:after {
    content: '';
    width: 76px;
    height: 35px;
    position: absolute;
    top: 329px;
    right: -35px;
    z-index: 1;
    background: url(../images/arrow_blue.png) no-repeat 0 0;
}
.busi .img_float li:last-child:after {
    display: none;
}
.sec_con.bg {
    background: #f1f1f1;
}



.busi .not_same_width .img_float li {
    margin-right: 9px;
}
.busi .not_same_width .img_float li:last-child {
    margin-right: 0;
}
.busi .not_same_width .img_float li:nth-child(1) {
    width: 302px;
}
.busi .not_same_width .img_float li:nth-child(2) {
    width: 238px;
}
.busi .not_same_width .img_float li:nth-child(3) {
    width: 246px;
}
.busi .not_same_width .img_float li:nth-child(4) {
    width: 332px;
}

.busi .img_float li img {
    width: 100%;
}
.busi .btn_movie {
    margin: 0 auto;
    padding-bottom: 60px;
    display: block;
}
.busi .img_big {
    width: 100%;
    margin: 30px auto 100px;
}
.busi .list li {
    width: 100%;
    float: none;
    padding-left: 15px;
    position: relative;
    font-size: 19px;
    line-height: 35px;
    z-index: 1;
}
.busi .list li:after {
    content: '▪';
    position: absolute;
    font-size: 12px;
    top: 0px;
    left: 0;
}
.busi .list.list-no-dot li:after {
    display:none;
}
.busi .circle_arrow ul {
    margin-bottom: 75px;
}
.busi .circle_arrow ul:after {
    content: '';
    display: block;
    clear: both;
}
/*.busi .circle_arrow .inner {
    background: url(../images/bus1_2_bg.png) no-repeat 30px 390px;
    z-index: -2;
    position: relative;
    background-size: 1170px;
}

 .busi .circle_arrow3 .inner {
    background: url(../images/circle_arrow3_background.png) no-repeat 20px 390px;
    z-index: -2;
    position: relative;
    background-size: 1170px;
}
 */
/* .busi .circle9_arrow3 .inner {
    background: url(../images/circle9_arrow3_background.png) no-repeat 0px 385px;
	z-index: -2;
	position: relative;
	background-size: 1200px;
}
 */

.busi .circle_arrow.circle9_arrow3 li {
width:345px;
}


/* .busi .circle_arrow1 .inner {
    background: url(../images/bus1_2_bg_01.jpg) no-repeat 30px 390px;
    z-index: -2;
    position: relative;
    background-size: 1170px;
} */

.busi .circle_arrow li {
    width: 244px;
    text-align: center;
}

.busi .circle_arrow.circle_arrow3 li{width:340px;}


.busi .circle_arrow dl {
    margin-top: 46px;
}
.busi .circle_arrow dt {
    position: relative;
    text-align: center;
    font-size: 17px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}
.busi .circle_arrow dd {
    font-size: 15px;
    line-height: 23px;
    color: #2f2f2f;
    /* padding: 0 20px; */
    text-align: left;
}
.busi .circle_arrow dd:first-child {
    position: relative;
    display: block;
}
/* .busi .circle_arrow dt:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -25px;
    width: 1px;
    height: 10px;
    z-index: 3;
    background: #000;
    display: block;
} */
.busi .circle_arrow .arrow_left li {
    float: left;
    margin-right: 25px;
}
.busi .circle_arrow .arrow_left li:nth-child(1) {
    margin-left: 73px;
}
.busi .circle_arrow .arrow_left li:last-child {
    margin-right: 0;
}

.busi .circle_arrow .arrow_right li {
    float: right;
    margin-left: 25px;
}
.busi .circle_arrow .arrow_right li:nth-child(1) {
    margin-right: 65px;
}
.busi .circle_arrow .arrow_right li:last-child {
    margin-left: 0;
}
.busi .circle_arrow .arrow_left dt {
    color: #2f2f2f;
}
.busi .circle_arrow .arrow_right dt {
    color: #fff;
}
.busi .circle_arrow dt:after {
    position: absolute;
    top: 0;
    left: -10%;
    content: '';
    width: 120%;
    height: 100%;
    z-index: -1;
    border-radius: 25px;
}
.busi .circle_arrow .arrow_left li:nth-child(1) dt:after {
    background: rgba(236, 241, 245, 0.95);
}
.busi .circle_arrow .arrow_left li:nth-child(2) dt:after {
    background: rgba(225, 233, 238, 0.95);
}
.busi .circle_arrow .arrow_left li:nth-child(3) dt:after {
    background: rgba(204, 215, 222, 0.95);
}
.busi .circle_arrow .arrow_left li:nth-child(4) dt:after {
    background: rgba(193, 206, 216, 0.95);
}

.busi .circle_arrow .arrow_right li:nth-child(1) dt:after {
    background: rgba(175, 189, 199, 0.95);
}
.busi .circle_arrow .arrow_right li:nth-child(2) dt:after {
    background: rgba(164, 171, 179, 0.95);
}
.busi .circle_arrow .arrow_right li:nth-child(3) dt:after {
    background: rgba(129, 137, 146, 0.95);
}
.busi .circle_arrow .arrow_right li:nth-child(4) dt:after {
    background: rgba(46, 60, 73, 0.95);
}



.busi .not_same_width .img_float {
    text-align: center;
}

.busi .box_float:after {
    content: '';
    display: block;
    clear: both;
}
.busi .box_float li {
    width: calc((100% - 40px) / 3);
    padding: 0 32px;
    color: #043385;
    text-align: center;
    float: left;
    border: 1px solid #b8b8b8;
    min-height: 129px;
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 20px;
    line-height: 100%;
    display: table;
}
.busi .box_float li span {
    font-size: 19px;
    line-height: 32px;
    display: table-cell;
    vertical-align: middle;
}
.busi .box_float li:nth-child(3),
.busi .box_float li:nth-child(6) {
    margin-right: 0;
}

.busi .box_float.half{width:50%; float:left;}
.busi .box_float.half li{width: 100%;
padding: 0 32px;
color: #043385;
text-align: left;
float: left;
border: none;
min-height: 20px;
box-sizing: border-box;
margin-right: 20px;
margin-bottom: 20px;
line-height: 100%;
display: table;
}

.busi .box_float2 li {
    width: calc((100% - 40px) / 2);
    padding: 0 32px;
    color: #043385;
    text-align: center;
    float: left;
    border: 1px solid #b8b8b8;
    min-height: 129px;
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 20px;
    line-height: 100%;
    display: table;
}
.busi .box_float2 li span {
    font-size: 19px;
    line-height: 29px;
    display: table-cell;
    vertical-align: middle;
}
.busi .box_float2 li:nth-child(2),
.busi .box_float2 li:nth-child(4) {
    margin-right: 0;
}


.busi .box_float.box4_float li {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
}
.busi .box_float.box4_float li:last-child {
    margin-right: 0;
}
.busi .box_float li.line2 {
    padding: 0;
}
.busi .box_float li.line2 span {
    display: table-cell;
}
.busi .box_float li.line2 span.strong {
    display: table-row;
    height: 46px;
    font-size: 18px;
    background: #043385;
    color: #fff;
    width: 100%;
    line-height: 46px;
}
.busi section .title.m_title {
    font-size: 36px;
    position: relative;
    padding-top: 30px;
}
.busi section .title.m_title:after {
    content: '';
    width: 80px;
    height: 2px;
    background: #043385;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -40px;
}
.bus_micro_full_bg {
    background: url(../images/bus3.png) no-repeat center 0;
    background-size: 100%;
    height: 50vw;
}

.busi .img_float.img_float3 li {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
}
.busi .img_float.img_float3 li:last-child {
    margin-right: 0;
}
.busi .img_float.img_float2 li {
    width: 56%;
    margin-right: 0;
}
.busi .img_float.img_float2 li:last-child {
    width: 41.5%;
}

.busi .img_float.img_float2_same {
    background: #f1f1f1;
    padding-bottom: 0;
}

.busi .img_float.img_float2_same li {
    width: calc(50% - 5px);
    margin-right: 10px;
}
.busi .img_float.img_float2_same li:last-child {
    margin-right: 0;
}

.busi .img_float.img_float2_half li {
    width: calc((100% - 30px) / 2);
}




.busi .bg_over {
    width: 100%;
    height: 800px;
    position: absolute;
    top: -545px;
    left: 0;
    z-index: -1;
    background: #f1f1f1;
}
.last_section {
    margin-bottom: 140px;
}
.full_img img {
    width: 80%;
    display: block;
    margin: 0 auto;
}

#ICR .busi .img_float4 li {float: left;
width: 295px;
margin-right: 5px;
position: relative;}

#ICR .sec2 {
    background: #f5f5f5;
    text-align: center;

    padding-top: 80px;
    padding-bottom: 160px;
}
#ICR .sec2 .title {
    margin-bottom: 38px;
}

#ICR .bg{padding-top:50px;}
.busi .arrow_left2 li::after{
content: '';
width: 46px;
height: 94px;
position: absolute;
top: 120px;
margin-left: 135px;
z-index: 1;
background: url(../images/arrow_blue_2.png) no-repeat 0 0;
}

#ICR .imgbox img{ margin: 0 auto;
display: block;
max-width: 100%;
 }

#ICR .mob-ver{display:none;}

#ICR .icrimg_4{margin-top:20px; padding-bottom: 15px; width: 100%;}

#ICR .title.title_solo {
    font-size: 25px;
    color: #0c0c0c;
    text-align: left;
    padding-left: 22px;
    margin-bottom: 20px;
    margin-top: 90px;
    font-weight: 600;
    background: url(../images/ico_title_blue_dot.png) no-repeat 0 center;
}
.busi section.sec_con .titleicr{margin-bottom: 12px;}
.busi .arrow_left2 li:last-child::after {display: none;}
.busi ul.img_float li.half img {width:auto;}


.example .row::after {display:block;content:'';clear:both;}
.example .row > .col {float:left}
.example .half > .col {width:48%;}

.example .row > li {float:left ; width:100%;}
.example .half > li {width:50%;}
.example .quarter > li {width:25%;}

.example .inner .row{margin-bottom:30px;}
.example .col {padding:0px;}
.example .col .imgbox > img {display:block; max-width:100%;}
.example .col p{font-size:18px; background:lightgray; text-align:center; padding: 15px 0;}
.example .col span{text-align:center; display:block;padding:5px 0}

/*brd*/
.brd .sub_vis{
    background: url(../images/custome_may.jpg) no-repeat center center;
}

/*construction*/
.construction .sub_vis{
    background: url(../images/constrcu.png) no-repeat center center;
}

.busi1 .last_section {margin-bottom: 180px;}

/*e-mail*/
.email .inner .title{text-align: left;
font-size: 30px;
padding-bottom: 30px;
}

.email p{font-size: 17px; 
color: #606060;
line-height: 30px;
}

.email section{margin-bottom:120px;}

.sub .margin-top50{margin-top:50px;}
#ICR .margin-top50{margin-top:50px;}
#ICR .margin-top40{margin-top:40px;}

@media (max-width: 1200px) {
    .busi section.sec_con .title,
    .title.title_solo,
    .sub .title.title_solo {
        font-size: 20px;
    }
    .busi .busi_menu .title {
        font-size: 24px;
    }
    .busi .list li,
    .busi .sec_con .txt,
    .busi .btn_wrap button {
        font-size: 15px;
    }
	.busi .sec_con .txt{
    line-height: 22px;}
    .pc_space {
        display: inline;
    }
    body {
        font-size: 10px;
    }
    .gnb {
        display: none;
    }
    .inner {
        width: calc(100% - 20px);
    }
    .brd-wrap {
        padding: 0 10px;
    }

    section .title {
        font-size: 24px;
    }
    section .section_desc {
        font-size: 15px;
        line-height: 20px;
    }
    /*main*/

    .main section {
        margin-top: 30px;
    }
    .main section + section {
        margin-top: 70px;
    }
    .main_slide .slide,
    .main_slide {
        height: 350px;
    }
    .main_slide .text {
        padding-top: 120px;
    }

	.main_slide .slide03 .text{
	padding-top: 20px;
	}
	.main_slide .slide03 .text h2 {
		font-size: 35px;
	}

	.main_slide .slide03 .text p {
		margin-top: 13px;
		font-size: 20px;
		line-height: 30px;
	}

    .main_slide h2 {
        font-size: 35px;
    }
    .main_slide p {
        font-size: 20px;
        line-height: 1.5;
    }
    .main .sub_slide {
        width: 100%;
    }
    .main_slide .slick-dots {
        bottom: 1rem;
    }
    .main_slide .slick-prev,
    .main_slide .slick-next {
        display: none !important;
    }
    .main_slide .slide {
        background-size: 100% 100%;
    }
    .main .sec2 .ani {
        width: calc(100% - 200px);
    }
    .main .sec2 .name {
        width: 100%;
        margin-bottom: 20px;
    }
    .main .sec2 .txt {
        width: 100%;
    }
    .main .sec3 {
        height: auto;
        padding-bottom: 50px;
    }
    .main .sec3 ul {
        width: 100%;
        margin: 60px auto 0;
        text-align: center;
        vertical-align: top;
    }
    .main .sec3 li {
        transition: none;
        width: calc((100% - 36px) / 2);
        max-width: 22vw;
        margin-bottom: 18px;
        background-size: 100% 100%;
        height: 23vw;
        float: none;
        display: inline-block;
        min-width: 160px;
        min-height: 180px;
        margin: 3px !important;
    }
    .main .sec3 strong {
        font-size: 1.2rem;
    }
    .main .sec3 li a {
        display: inline-block;
        width: 100%;
        text-align: center;
        font-size: 0.8rem;
        padding-top: 35%;
    }
    .main .sec1 .txt {
        font-size: 20px;
    }
    .main .sec1 .txt span {
        margin-top: 15px;
    }

    /*sub*/
    .sub .content {
        padding-top: 60px;
    }
    .sub .title {
        font-size: 35px;
    }

    .sub .title_desc {
        font-size: 25px;
        line-height: 30px;
    }

	 .sub .title1 {
        font-size: 25px;
        line-height: 30px;
    }

    /*greeting*/
    .greeting .txt_wrap img {
        max-width: 90%;
        float: none;
        margin: 0 auto 20px;
    }
    .greeting .txt_wrap .txt_con {
        float: none;
        width: auto;
        margin: 0 auto;
        max-width: 80%;
    }
    .greeting .txt_wrap {
        margin-top: 40px;
    }
    .greeting .sec2 dl {
        margin-bottom: 30px;
    }
    .greeting .sec2 dt:after {
        display: none;
    }

    /*history*/
    .history .year {
        padding-left: 0;
        font-size: 50px;
    }
    .history .his_txt dl:not(.no_dot):after,
    .history3 .his_txt dl:not(.no_dot):after {
        left: -20px;
    }
    .history2 .his_txt dl:not(.no_dot):after {
        right: -20px;
    }
	
	.history_title1:after {display:none;}
    
	/*history2*/
	#history2 .imgbox img{width:100%;}
	#history2 .his-content ul{width:100%;}
	#history2 .his-content ul:first-child{margin-right:0}
	/*history2*/
		
	/*tech*/
    .tech li {
        float: none !important;
        margin: 0 auto 50px;
        width: 80%;
    }

    /*summary*/
    .summary .filp_img_box {
        width: 100%;
        margin-top: 0;
        padding-top: 20px;
    }
    .summary .filp_img img,
    .summary .filp_img {
        width: 250px;
        height: 250px;
    }
    .summary .filp_img::before {
        width: 450px;
        height: 450px;
    }
    .summary .filp_img {
        position: relative;
        left: auto;
        top: auto;
        width: 250px;
        height: 250px;
        margin: 55px auto 45px;
        transform: translate(0, 0);
    }
    .summary .filp_img::before {
        width: calc(100% + 65px);
        height: calc(100% + 65px);
    }
    .summary .filp_img .swiper-pagination-bullet:nth-child(1) {
        left: -8px;
        top: -8px;
    }
    .summary .filp_img .swiper-pagination-bullet:nth-child(2) {
        right: -8px;
        top: -8px;
    }
    .summary .filp_img .swiper-pagination-bullet:nth-child(3) {
        right: -8px;
        bottom: -8px;
    }
    .summary .filp_img .swiper-pagination-bullet:nth-child(4) {
        left: -8px;
        bottom: -8px;
    }
    .summary .icon1 {
        top: 210px;
    }
    .summary .icon2 {
        top: 210px;
    }
    .summary .icon3 {
        top: auto;
        bottom: 210px;
    }
    .summary .icon4 {
        top: auto;
        bottom: 210px;
    }
    .summary .vision_cont {
        display: inline-block;
        position: static;
        width: 42%;
        vertical-align: top;
    }
    .summary .vision_cont + .vision_cont {
        margin-left: 14%;
    }
    .summary .vision_cont .icon img {
        height: 50px;
    }
    .summary .vision_cont dl dt {
        font-size: 13px;
    }
    .summary .vision_cont dl dd {
        font-size: 11px;
        line-height: 16px;
    }
    .summary .vision_cont.active dl dt {
        font-size: 17px;
    }

    .summary .sec2 .sec2_logo {
        line-height: 153px;
    }
    .summary .sec2 .sec2_logo img {
        max-width: 80%;
    }

    .summary .sec2 li {
        height: 153px;
        background-size: 20%;
        padding: 30px;
    }
    .summary .sec2 li p {
        font-size: 17px;
    }
    .summary .sec2 .sec2_title {
        padding-bottom: 30px;
        font-size: 20px;
    }
    .summary .sec2 .sec2_title:after {
        bottom: 7px;
    }
    .summary .info p {
        font-size: 17px;
    }
    /*busi*/
    .busi .img_float {
        width: 590px;
        margin: 0 auto;
        text-align: center;
    }
    .busi .img_float li {
        width: 40%;
        display: inline-block;
        float: none;
    }
    .busi .img_float:not(.no_arrow) li:after {
        top: 60%;
    }
    .busi .img_float li span {
        font-size: 17px;
    }

	.busi .arrow_left2 li::after {
		display:none;
	}

	.busi ul.img_float li.half img {width:100%;}

    .busi .circle_arrow dt:before,
    .busi .circle_arrow .inner {
        background: none;
    }
    .busi .circle_arrow ul {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
    .busi .circle_arrow li {
        float: none;
        width: 46%;
        margin: 0 auto 30px;
        height: 450px;
        display: inline-block;
        vertical-align: top;
    }
    .busi .not_same_width .img_float li {
        max-width: 40%;
    }
    .busi .circle_arrow .arrow_left li {
        float: none;
        margin-right: 0;
        min-height: 500px;
    }
    .busi .circle_arrow .arrow_left li:nth-child(1) {
        margin-left: 0;
    }
    .busi .circle_arrow .arrow_right li:nth-child(1) {
        margin-right: 0;
    }

    .busi .box_float li {
        width: calc(50% - 20px);
    }
    .busi .box_float li:nth-child(2),
    .busi .box_float li:nth-child(4) {
        margin-right: 0;
    }
    .busi .box_float li:nth-child(3) {
        margin-right: 20px;
    }

    .busi .img_float.img_float3 {
        width: 100%;
    }
    .busi .img_float.img_float3 li {
        float: none;
        margin: 0 auto 30px;
    }

    .busi .bg_over {
        top: -350px;
        height: 550px;
    }
    .busi .img_float.img_float2_same {
        width: 100%;
        padding: 10px 0;
    }
    .busi .box_float.box4_float li {
        width: calc(50% - 20px);
    }
	.busi .box_float2 {
    width: 80%;
    margin: 0 auto;
	}

	.busi .box_float2 li {
    width: 100%;
    float: none;
	}

	.busi .img_float.img_float2_half{width:100%;}
	#ICR .busi .img_float4 li {display: inline-block; float:none;}

	
	.example img {
    width: 100%;}
	

}
@media (max-width: 767px) {
    .half > .col {
        width: 100%;
    }
    .third > .col {
        width: 100%;
    }
    .sect-wrap p {
        font-size: 14px;
    }
    footer {
        padding-left: 10px;
        padding-right: 10px;
    }
    footer ul,
    footer p {
        padding-left: 0;
    }
    footer p {
        margin-top: 10px;
    }

    nav.computer h1 img {
        max-width: 270px;
    }
    nav.computer,
    nav.mob {
        height: 57px;
    }
    nav.computer .menus,
    nav.mob .menus {
        padding-top: 0.1rem;
    }
    footer span.address {
        font-size: 13px;
    }
    footer ul li.copy {
        font-size: 12px;
    }

    /*main*/
	.main_slide .video {height:350px;}

    .main .sec3 ul {
        width: 100%;
        max-width: 500px;
    }
    .main .sec1 .txt {
        font-size: 18px;
        padding: 11px 0 10px;
    }
    .main .sec1 .txt span {
        transform: scale(0.7);
    }

    .main .sec2 .ani {
        width: 100%;
        margin-bottom: 20px;
    }

    /*sub*/
    .sub_vis {
        height: 250px;
    }
    .sub_vis h3 {
        font-size: 40px;
        padding-top: 65px;
    }
    .sub_vis .sub_desc {
        font-size: 18px;
    }

	.sub .title1 {
    font-size: 18px;
    line-height: 20px;
    padding-top: 0;
	}


    .sub .title {
        font-size: 24px;
    }
    .sub .title_desc {
        font-size: 18px;
        line-height: 23px;
        padding-top: 0;
    }

    /*greeting*/
    .greeting .sec2 dl {
        margin: 20px;
    }
    .greeting .txt_wrap .txt_con strong,
    .greeting .sec2 dt {
        font-size: 18px;
        line-height: 25px;
    }
    .greeting .txt_wrap .txt,
    .greeting .txt_wrap .from,
    .greeting .sec2 dd {
        font-size: 14px;
        line-height: 20px;
    }
    /*history*/
    .history .year {
        float: none;
        width: 90%;
        text-align: right;
        margin: 0 auto;
        padding-top: 30px;
    }
    .history .his_txt {
        width: 90%;
        margin: 0 auto;
        float: none;
        padding-top: 10px;
    }
    .history2 .year {
        text-align: left;
    }

    /*tech*/
    .tech li {
        margin: 0 auto 50px;
        width: 100%;
        text-align: center;
    }
    .tech li img {
        display: inline-block;
        margin: 0 auto 10px;
    }
    .tech li .tech_txt {
        width: 100%;
        float: none;
    }

    /*summary*/
    .summary .sec2 ul {
        margin-top: 30px;
    }
    .summary .sec2 li {
        width: 100%;
        height: 148px;
        background-size: 50px;
        background-position: 90% 50%;
    }
    .summary .sec2 .sec2_logo {
        line-height: 148px;
    }
    .summary .info p {
        padding: 30px;
    }
    /*busi*/
    .busi .btn_wrap {
        width: 100%;
    }
    .busi_menu .btn_wrap button {
        width: 50%;
    }
    .busi .img_float {
        width: 100%;
    }
    .busi .img_float li {
        float: none;
        width: 80%;
        margin: 0 auto;
    }
    .busi .img_float li:last-child {
        margin: 0 auto;
    }

    .busi .circle_arrow li {
        width: 80%;
        margin: 0 auto !important;
        float: none !important;
        display: block;
    }

    .busi .box_float {
        width: 80%;
        margin: 0 auto;
    }
    .busi .box_float li {
        width: 100%;
        float: none;
    }
    .busi .not_same_width .img_float li {
        width: 80% !important;
        max-width: 80%;
        float: none;
    }
    .busi .img_float.img_float3 li {
        width: 50%;
    }
    .busi .img_float.img_float2 li {
        width: 80% !important;
        float: none;
        margin: 0 auto;
    }
    .busi .img_float.img_float2_same li {
        width: 80%;
    }
    .busi .box_float.box4_float li {
        width: 100%;
    }

	.busi .img_float.img_float2_half li{float:none; width:100%;}

	 #ICR .mob-ver{display:block;}
	 #ICR .pc-ver{display:none;}

	 .busi ul.img_float li.half img {width:50%;}

	.busi .box_float.half{width:100%; float:none;}

}



@media (max-width: 425px) {
.example .imgbox{padding:0;width: 100%;}

/*history2*/
#history2 .tab_wrap label{float:none; width:100%; margin-right: 0; margin-top: 1%;}
#history2 .tab_content h5{font-size:30px;}
}