@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

#skipToContent a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skipToContent a:focus, 
#skipToContent a:active {width:200px;height:50px;background:#21272e;color:#fff;font-size:14px;font-weight:bold;text-align:center;text-decoration:none;line-height:50px}

.only-desktop {display:block;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {width:100%; max-width:1360px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain2 { width:100%; max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto; }
.contain:after {content:""; display:block; clear:both;}

#container>div { overflow: hidden;}
#ws-wrapper {display:flex; min-height:100vh;}

#ws-header {width:200px; background:#fafafa; box-shadow:0 0 5px rgba(0,0,0,.2);}

.ws-menu .ui {display:block; padding:13px 0; background:#5e31a1; color:#fff; font-size:18px; font-weight:700; line-height:1.5em; letter-spacing:-.03em; text-align:center; border-bottom:2px solid #3c2065;}
.ws-menu h2 {font-family:"Roboto",sans-serif; font-size:15px; color:#fff; line-height:1.3em; padding:7px 0; text-align:center; background:#7952b3;}
.ws-menu ul {display:flex; flex-wrap:wrap;}
.ws-menu ul li {width:100%; border-bottom:1px solid #e5e5e5;}
.ws-menu ul li.w50 {width:50%; border-right:1px solid #e5e5e5;}
.ws-menu ul li.w50:nth-child(2n) {border-right:0;}
.ws-menu ul li a {display:block; color:#333; text-decoration:none; font-size:13px; font-weight:300; line-height:1.4em; letter-spacing:-.04em; padding:5px 5px 5px 11px;}
.ws-menu ul li a:hover,
.ws-menu ul li.active a {background:#eee; color:#653ba4; font-weight:500; padding-left:14px;}

#ws-content {flex:1 1 auto; min-width:0; width:1%; padding:30px;}

.ws-title {display:flex; align-items:center; padding-bottom:15px; margin-bottom:50px; border-bottom:1px solid #ddd;}
.ws-title h2 {flex:1 1 auto; min-width:0; width:1%; font-size:30px; line-height:1.3em; letter-spacing:-.04em;}

.btn-psd-download {display:inline-block; padding:8px 20px; font-family:"Roboto",sans-serif; color:#fff; font-size:16px; font-weight:500; line-height:1.3em; background:#7952b3; border-radius:4px;}

.ws-real-cont {max-width:1200px; margin:0 auto;}

/* header */
#header {position:sticky; width:100%; z-index:101; top: 0; height: 120px; transition: .2s;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; max-width: 1780px;}
#header .contain::after { content: none;}
.hd-top { background: #203a7b; color: #fff; height: 40px;}
.hd-top-link { display: flex; gap: 35px; line-height: 1em; font-size: 15px; font-weight: 500; }
.hd-top-link a { display: inline-block; position: relative;}
.hd-top-link a.bf::before { width: 1px; height: 14px; background: rgba(255,255,255,0.4); left: -18px; content: ""; position: absolute; top: 1px;}
.hd-btm { background: #fff; height: 80px;}

.sitelogo {position:relative; z-index:2; background-image:url("../images/common/logo.png"); background-size: contain; background-repeat: no-repeat;}
.sitelogo a {display: block;}
.sitelogo img {visibility: hidden;}

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%; position: relative;}
#gnb>ul {display:flex; justify-content:center; transition: .2s;} 
#gnb>ul>li {position:relative; text-align: center; padding: 0 25px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:80px; color:#222; font-size:20px; font-weight:500; line-height:1.3em; letter-spacing: -.03em; padding: 0 30px;}
#gnb>ul>li>a::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 2px; background: #f9b40e; transition: .2s;}
#gnb>ul>li.active>a::after { width: 100%; }

#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:20px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:7px 0; color:#505050; font-size:16px; line-height:1.33em; font-weight: 300; }
#gnb .submenu>ul>li>a:hover { color: #f9b40e; font-weight: 500; }

.submenu-bg {display:none; position:absolute; width:100%; left:0; background:rgba(255,255,255,0.96); border-top:1px solid #ddd; border-bottom:1px solid #ddd; z-index: 1;}
.hd-sch { display: flex; gap: 10px; align-items: center; }
.hd-schbox { position: relative; height: 44px; width: 260px; border: 1px solid #203a7b; border-radius: 22px; overflow: hidden;}
.hd-schbox .input { font-size: 14px; border: none; height: 100%; border-radius: 22px; width: 100%; padding-right: 45px;}
.hd-schbox .hd-btn { width: 44px; height: 44px; position: absolute; right: 0; top: 0; background: transparent url(../images/common/hd-sch.png) center no-repeat; border: none; background-size: 23px; text-indent: -9999em;}

.list-icon { width:24px; height:18px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear; display: inline-block; position: relative; background: url(../images/common/menu.png) center no-repeat; background-size: contain;}

.mobile-navigation { position:fixed; top:0; right:0; width:300px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {display:flex; align-items:center; height:80px; padding:0 20px; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 48px 10px 20px; display:block; color:#242424; font-size:16px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:11px; height:11px; border-right:2px solid #505050; border-bottom:2px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:#f9b40e}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; background:#f8f8f8; color:#454545; font-size:16px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu ul li {border-top:1px solid #e5e5e5;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:12px 20px;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:#f9b40e;}
.mobile-navigation .close {position:absolute; top:25px; right:15px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:3px; background:#242424; border-radius:3px;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}

/* 키비주얼관리 */
.main-visual {position:relative; height:100vh; overflow:hidden;}
.main-visual .slick-list {height: 100%;}
.main-visual .slick-track {height: 100%;}
.main-visual .slick-slide {position:relative; overflow:hidden;}
.main-visual .item {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden;}
.main-visual .item.video { background: #000; }
.main-visual .item .video-js,
.main-visual .item video {position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}
.main-visual .item iframe {position:absolute; top:50%; left:50%; width:100vw; height:100vh; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%);}
.main-visual .item img {position:absolute; top:50%; left:0; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}
@media (min-aspect-ratio: 16/9) {
	.main-visual .item iframe {height:56.25vw;}
}
@media (max-aspect-ratio: 16/9) {
	.main-visual .item iframe {width:177.78vh;}
}

.main-visual .caption {position: absolute; top: 50%; width: 100%; left: 0; text-align: center; transform: translateY(-50%);}
.main-visual .caption .txt {display: inline-block; text-align: center; color: #fff; }
.main-visual .caption h3 { line-height: 1.5em; font-size: 28px; font-weight: 500; margin-bottom: 20px;}
.main-visual .caption h2 { line-height: 1.2em; font-size: 74px; font-weight: 800; margin-bottom: 55px; }

.main-visual .vs-pagi { display: flex; justify-content: center; gap: 40px; align-items: center; }
.main-visual .slick-arrow { z-index:50; opacity:1; overflow:hidden; transition: .3s; cursor: pointer; width: 18px; height: 28px; background-repeat: no-repeat; background-position: center center; position: relative; background-size: contain; }
.main-visual .slick-prev { background-image: url(../images/main/main-leftbt.png); }
.main-visual .slick-next { background-image: url(../images/main/main-rightbt.png); }
.main-visual .slick-dots {position:relative; text-align:center; line-height:0; z-index:50; margin: auto; }
.main-visual .slick-dots li {display:inline-block; margin:0 9px; position: relative;}
.main-visual .slick-dots li button {position:relative; display:block; width:9px; height:9px; overflow:hidden; text-indent:-9999em; transition:.2s;  border: none; border: 2px solid #fff; border-radius: 9px; background: transparent;}
.main-visual .slick-dots .slick-active button { background: #fff; width: 24px; }

.main-visual .animate .img { animation-name: scale; animation-duration:4s; animation-fill-mode: forwards;} 
@keyframes scale {
	0% {transform: scale(1);}
	100% {transform: scale(1.05);}
}

.main-visual .scroll { position: absolute; bottom: 0; left: 0; margin: auto; text-align: center; right: 0; margin: auto;}
.main-visual .scroll>p { font-size: 14px; letter-spacing: -.03em; color: #fff; font-weight: 700; animation: fadeIn 1.5s infinite; position: relative; margin-bottom: 5px;}
.main-visual .scroll-line { width: 2px; height: 80px; background: rgba(255,255,255,0.5); position: relative; margin: auto;}
.main-visual .scroll-move { position: absolute; width: 2px; height: 20px; background: #fff; left: 0; animation: scrollDisappear 1.5s infinite;}
@keyframes fadeIn {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
}
@keyframes scrollDisappear {
    0% {
      opacity: 1;
      transform: translateY(0);
    }
    50% {
      opacity: 0.5;
    }
    100% {
      opacity: 0;
      transform: translateY(60px);
    }
}

/* main 공통 */
.main-tit { font-size: 26px; font-weight: 600; color: #222; line-height: 1em; }
.main-subtit { font-size: 20px; font-weight: 600; line-height: 1em; color: #222; }
.main-col { border-radius: 12px; background: #fff; box-shadow: 4px 4px 14px rgba(0,0,0,0.06); padding: 30px 40px;}
.main-col.pd { padding: 30px 80px; position: relative; }
.main-tit-fx { margin-bottom: 13px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.main-tit-fx.fs { justify-content: flex-start;}
.main-pagi { display: flex; align-items: center; position: relative; gap: 12px; }
.swiper-pagination { position: relative; left: auto; top: auto !important; bottom: auto !important; margin: 0;}
.swiper-pagination-bullet { width: 9px; height: 9px; border-radius: 9px; opacity: 1 !important; background: #ddd; }
.swiper-pagination-bullet-active { background: #224595; width: 20px; }
.main-btbox { display: flex; position: relative; }
.main-swiper-button-prev::after, .main-swiper-button-next::after { display: none; }
.main-swiper-button-prev, .main-swiper-button-next { width: 36px; height: 36px; border: 1px solid #ddd; position: relative; top: auto; margin-top: 0; background-size: 7px; background-repeat: no-repeat; background-position: center; transition: .2s;}
.main-swiper-button-prev { background-image: url(../images/main/sec1-leftbt.png); left: auto; border-radius: 18px 0 0 18px;border-right: none;}
.main-swiper-button-prev:hover { background-color: #224595; border: none; background-image: url(../images/main/sec1-leftbt-w.png);}
.main-swiper-button-next { background-image: url(../images/main/sec1-rightbt.png); right: auto; border-radius: 0 18px 18px 0;}
.main-swiper-button-next:hover { background-color: #224595; border: none; background-image: url(../images/main/sec1-rightbt-w.png);}
.main-view { width: 36px; height: 36px; border-radius: 36px; border: 1px solid #ddd; background: url(../images/main/sec1-plus.png) center no-repeat; background-size: 12px; transition: .2s;}
.main-view:hover { background-color: #224595; border: 1px solid #224595; background-image: url(../images/main/sec1-plus-w.png);}

/* main */
.sec1 { background: url(../images/main/sec1-bg.jpg) center no-repeat; background-size: cover;}
/* .sec1 .fp-tableCell { padding-top: 100px;} */
.sec1-top { display: flex; margin-bottom: 20px; gap: 20px; }
.sec1-top .left { width: 37%; }
.sec1-top .right { width: 63%; position: relative; }
.sec1-top .right .main-view { position: absolute; right: 40px; top: 30px;}
.sec1-banner { width: 100%; position: relative; overflow: hidden;}
.sec1-banner-slide a { position: relative; display: block; }
.sec1-banner-slide .thumb {position:relative; padding-bottom:56.25%; overflow:hidden; border-radius: 12px; }
.sec1-banner-slide .thumb img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}
.sec1-tab { display: flex; padding-left: 50px; gap: 30px; padding-top: 5px;}
.sec1-tab li { font-size: 18px; font-weight: 500; color: #787878; position: relative; }
.sec1-tab li.active { color: #224595; font-weight: 600; }
.sec1-tab li a { display: block; }
.sec1-tab li::after { content: ""; position: absolute; width: 1px; height: 14px; background: #ddd; right: -15px; top: 5px; }
.sec1-tab li:last-child::after { display: none; }
.sec1-noti-tit { background: #f8f8f8; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 24px 0; display: flex; align-items: center; margin-bottom: 17px; }
.sec1-noti-tit .datebox { width: 90px; text-align: center; margin-right: 15px; }
.sec1-noti-tit .datebox .day { font-size: 26px; font-weight: 700; line-height: 1em; color: #224595; margin-bottom: 7px; }
.sec1-noti-tit .datebox .year { display: block; line-height: 1em; font-size: 14px; font-weight: 600; color: #505050;}
.sec1-noti-tit .ctt { flex: 1 1 auto; min-width: 0; width: 1%; }
.sec1-noti-tit .ctt h5 { margin-bottom: 8px;}
.sec1-noti-tit .ctt h5 a { display: flex; align-items: center; font-size: 17px; font-weight: 500; color: #505050; }
.sec1-subject { width: 40px; height: 22px; border-radius: 4px; display: flex; align-items: center; justify-content: center; line-height: 1em; color: #fff; background: #39beea; font-size: 13px; font-weight: 500; margin-right: 10px;}
.sec1-noti-tit .ctt h5:hover .title { color: #224595; }
.sec1-noti-tit .ctt h5 .title { flex: 1 1 auto; min-width: 0; width: 1%; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
.sec1-noti-tit .ctt p { overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; line-height: 1.2em; font-weight: 400; color: #787878; }
.sec1-noti-list li { display: flex; justify-content: space-between ; align-items: center; margin-bottom: 7px; }
.sec1-noti-list li .tit { flex: 1 1 auto; min-width: 0; width: 1%;  }
.sec1-noti-list li .tit a { display: flex; align-items: center; position: relative; padding-left: 22px; }
.sec1-noti-list li .tit a::before { content: ""; position: absolute; left: 0; top: 10px; width: 4px; height: 4px; border-radius: 4px; background: #999; }
.sec1-noti-list li .tit .title { overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; font-size: 17px; font-weight: 500; color: #505050; flex: 1 1 auto; min-width: 0; width: 1%; }
.sec1-noti-list li .tit .title img {vertical-align:middle; margin:-.3em 3px 0;}
.sec1-noti-list li .tit:hover .title { color: #224595; }
.sec1-noti-list li .date { line-height: 1.2em; font-weight: 400; color: #888; padding-left: 15px; }
.sec1-btm { display: flex; gap: 20px; flex-wrap: wrap;}
.sec1-btm .main-col { width: calc(100%/2 - 10px); }
.sec1-photo { position: relative; overflow: hidden; width: 100%; }
.sec1-photo-slide a { position: relative; display: block; }
.sec1-photo-slide .thumb {position:relative; padding-bottom:65%; overflow:hidden; border-radius: 12px; margin-bottom: 17px; }
.sec1-photo-slide .thumb img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}
.sec1-photo-slide .tit { line-height: 1.2em; font-size: 17px; font-weight: 600; color: #505050; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; margin-bottom: 10px; }
.sec1-photo-slide .txt { line-height: 1.2em; font-size: 16px; font-weight: 400; color: #787878; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; }
.sec1-partner { position: relative; overflow: hidden; width: 100%; }
.sec1-partner-slide a { position: relative; display: block; }
.sec1-partner-slide .thumb {position:relative; padding-bottom:65%; overflow:hidden; border-radius: 12px; margin-bottom: 17px; }
.sec1-partner-slide .thumb img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:auto; height:auto !important;  object-fit:contain;}
.sec1-partner-slide .tit { line-height: 1.2em; font-size: 17px; font-weight: 600; color: #505050; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; margin-bottom: 10px; }
.sec1-partner-slide .txt { line-height: 1.2em; font-size: 16px; font-weight: 400; color: #787878; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; }

.sec2 { background: url(../images/main/sec2-bg.jpg) center no-repeat; background-size: cover;}
/* .sec2 .fp-tableCell { padding-top: 120px;} */
.sec2-list { display: flex; background: #fff; border-radius: 12px; box-shadow: 4px 4px 14px rgba(0,0,0,0.06); padding: 0 20px; margin-bottom: 20px; }
.sec2-list li { text-align: center; width: calc(100%/8);}
.sec2-list li a { display: block; padding: 35px 0;}
.sec2-list li .tit { line-height: 1.2em; font-weight: 600; color: #222; margin-top: 20px; }
.sec2-fx { display: flex; gap: 20px; margin-bottom: 20px; }
.sec2-fx .left { width: calc(72% - 10px); }
.sec2-fx .right { width: calc(28% - 10px); display: flex; flex-direction: column; justify-content: center;}
.sec2-tech { position: relative; overflow: hidden; width: 100%; }
.sec2-tech-slide a { position: relative; display: block; }
.sec2-tech-slide .thumb {position:relative; padding-bottom:65%; overflow:hidden; border-radius: 12px; margin-bottom: 17px; }
.sec2-tech-slide .thumb img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}
.sec2-tech-slide .tit { line-height: 1.2em; font-size: 17px; font-weight: 600; color: #505050; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; }
.sec2-tech-slide .txt { line-height: 1.2em; font-size: 16px; font-weight: 400; color: #787878; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; }
.sec2-weather { position: relative; overflow: hidden; width: 100%; margin-bottom: 35px; }
.sec2-weather-slide a { position: relative; display: block; }
.sec2-weather-slide .thumb {position:relative; padding-bottom:50%; overflow:hidden; border-radius: 6px; }
.sec2-weather-slide .thumb img {position:absolute; top:50%; left:50%; transition:.4s ease-in-out; transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); width:auto; height:auto !important; object-fit:contain;}
.sec2-weather-slide .thumb::after { content: ""; position: absolute; left: 0; right: 0; top: 0;bottom: 0; margin: auto; border: 1px solid #ddd; border-radius: 6px; }
.sec2-popup { position: relative; overflow: hidden; width: 100%; }
.sec2-popup-slide a { position: relative; display: block; }
.sec2-popup-slide .thumb {position:relative; padding-bottom:30%; overflow:hidden; border-radius: 12px; }
.sec2-popup-slide .thumb img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}
.sec2-popup-slide .thumb::after { content: ""; position: absolute; left: 0; right: 0; top: 0;bottom: 0; margin: auto; border: 1px solid #ddd; border-radius: 12px; }
.sec2-op { position: relative; overflow: hidden; width: 100%; }
.sec2-op-slide a { position: relative; display: block; }
.sec2-op-slide .thumb {position:relative; padding-bottom:30%; overflow:hidden; border-radius: 12px; }
.sec2-op-slide .thumb img {position:absolute; top:50%; left:50%; transition:.4s ease-in-out; transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); width:auto; height:auto !important; object-fit:contain;}
.sec2-op-slide .thumb::after { content: ""; position: absolute; left: 0; right: 0; top: 0;bottom: 0; margin: auto; border: 1px solid #ddd; border-radius: 12px; }
.sec2-op-prev::after, .sec2-op-next::after { display: none; }
.sec2-op-prev, .sec2-op-next { width: 12px; height: 22px; background-repeat: no-repeat; background-position: center; transition: .2s; background-size: contain; margin-top: -11px;}
.sec2-op-prev { background-image: url(../images/main/sec2-leftbt.png); left: 40px; }
.sec2-op-next { background-image: url(../images/main/sec2-rightbt.png); right: 40px; }

.sec2-tech .swiper-wrapper {align-items: stretch;}
.sec2-tech .swiper-slide {display: flex; flex-direction: column; height: auto; align-self: stretch;}
.sec2-tech .swiper-slide a {display: flex; flex-direction: column; height: 100%; flex: 1;}

/* sub */
.sub-visual {position:relative; display:table; table-layout:fixed; height:350px; color: #fff; background-color:#eee; background-position:50% 50%; background-attachment:scroll; background-repeat:no-repeat; background-size:cover; margin: auto; width: 100%; text-align: center;}
.sub-visual .cell {display:table-cell; vertical-align:middle; text-align:center;}
.sub-visual h2 {font-size:50px; line-height:1em; display: inline-block; font-weight: 600; }

.sub-visual.bg0 {background-image:url("../images/sub/sub-visual0.jpg");}
.sub-visual.bg1 {background-image:url("../images/sub/sub-visual1.jpg");}
.sub-visual.bg2 {background-image:url("../images/sub/sub-visual2.jpg");}
.sub-visual.bg3 {background-image:url("../images/sub/sub-visual3.jpg");}
.sub-visual.bg4 {background-image:url("../images/sub/sub-visual4.jpg");}
.sub-visual.bg5 {background-image:url("../images/sub/sub-visual5.jpg");}

.path-wrap {position:relative; border-bottom:1px solid #ddd; z-index:50; }
.path-wrap .wrap {max-width:1200px; margin:0 auto; }
.path-wrap .inner {display:flex;}
.path-wrap .home a {display:block; width:80px; height:60px; background:url("../images/sub/home.png") 50% 50% no-repeat; background-size:16px; text-indent:-999em; overflow:hidden; position: relative; }
.path-wrap .home a::after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 1px;height: 18px; background: #ddd; }
.path-wrap .part {position:relative; min-width:250px; z-index:50;}
.path-wrap .part::after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 1px; height: 18px; background: #ddd;}
.path-wrap .part:last-child::after { display: none; }
.path-wrap .part.af::after { display: block; }
.path-wrap .part > a {display:flex; align-items:center; position:relative; height:60px; color:#222; font-size:16px; font-weight:600; line-height:1.3em; padding:0 60px 0 30px; letter-spacing: -.02em;}
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:30px; margin-top:-4px; width:11px; height:7px; background:url("../images/sub/path-down.png") 50% 50% no-repeat;}
.path-wrap .part ul {display:none; position:absolute; left:-1px; right:-1px; z-index:50; padding: 12px 0; border: 1px solid #ddd; background: #fff;}
.path-wrap .part ul li {color:#787878; line-height:1.3em; font-size: 16px; letter-spacing: -.04em; font-weight: 400; }
.path-wrap .part ul li:last-child {border-bottom:0;}
.path-wrap .part ul li a {display:block; padding:13px 30px;}
.path-wrap .part ul li a:hover,
.path-wrap .part ul li.active a {color:#224595; }

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title { padding: 40px 0; text-align: center; }
.sub-title h1 { font-size: 40px; font-weight: 600; line-height: 1em; margin-bottom: 20px; color: #222; margin-top: 80px;}
.sub-title p { font-size: 18px; font-weight: 400; color: #787878; letter-spacing: -.04em; margin-bottom: 10px;}

.real-cont {min-height:300px; padding-bottom: 120px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; background: #0b1837; color: #fff; padding-top: 0 !important;}
#footer .contain { display: flex; align-items: center; }
#footer .contain::after { content: none; }
.ft-top { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.2);}
.ft-top .contain { justify-content: space-between;}
.ft-link { display: flex; align-items: center; line-height: 1.2em; font-size: 15px; font-weight: 400; gap: 28px;}
.familysite {position:relative; display:inline-block; width:230px;}
.familysite .toggle-button {display:flex; justify-content:space-between; align-items:center; width:100%; padding:12px 20px; background:#203a7b; color:#fff; font-weight:500; line-height:1.5em; text-align:left; font-size: 15px; border: none;}
.familysite .toggle-button .txt { flex: 1 1 auto; min-width: 0; width: 1%; padding-right: 10px;}
.familysite .toggle-button .chevron {width:12px;}
.familysite .toggle-button svg {display:block; width:100%; height:auto;}
.familysite .toggle-button path {fill:#b7bbc4;}
.familysite .toggle-layer {display:none; position:absolute; left:0; width:100%; background:#203a7b; bottom: 47px; border-bottom: 1px solid rgba(255,255,255,0.3); z-index: 1;}
.familysite .toggle-layer a {display:block; padding:12px 20px; color:#fff; font-weight:400; line-height:1.5em; font-size: 15px; color: #ddd;}
.familysite.active .toggle-button .chevron {transform:scaleY(-1);}
.ft-btm { padding: 30px 0;}
.ft-text { flex: 1 1 auto; min-width: 0; width: 1%; padding-left: 62px; line-height: 1.556em; font-size: 14px; font-weight: 300; color: #ddd; }
.ft-text span { display: inline-block; line-height: 1.556em; padding-right: 27px; }
.ft-text span:last-child { padding-right: 0; }
.ft-text span.cpr { display: block; margin-top: 8px; }
.scroll-top { position: fixed; right: 30px; width: 64px; height: 64px; display: inline-block; border-radius: 32px; background: #203a7b url(../images/common/top.png) center no-repeat; background-size: 22px; bottom: 30px;}