@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap');

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
.material-symbols-outlined {
  font-variation-settings: 'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48;
  font-size: 65px;
  position: relative;
  z-index: 1;
}

html {overflow-x: hidden;overflow-y: scroll;}
#site {background-color: #fff;word-break: keep-all !important;padding-top: 100px;}
#site > .container{width: 100%;padding: 0;}
/* 폰트 설정 */
#site, h1, h2, h3, h4, h5, h6, input, textarea, button {font-family: 'Pretendard Variable', 'notokr', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif;}
[lang="jp"]#site, [lang="jp"] h1, [lang="jp"] h2, [lang="jp"] h3, [lang="jp"] h4, [lang="jp"] h5, [lang="jp"] h6, [lang="jp"] input, [lang="jp"] textarea, [lang="jp"] button {font-family: 'Noto Sans JP', sans-serif;}

/* 구글 아이콘 가변 폰트
span.material-symbols-outlined {
    transition: font-variation-settings .3s;
    font-variation-settings: var(--gms200_Out);
}

.item:hover span.material-symbols-outlined {
    font-variation-settings: var(--gms300_Fill);
} 
*/

ol, ul{padding: 0;margin: 0;list-style: none;list-style-position: inside;}

:root {
    --page-point-color: #1c4db1;
    --page-point-color2: #2D3092;
    --page-point-color-hover: #2D3092;
    --page-danger-color: #F34825;
    --page-danger-color-hover: #CE4825;
    --page-dark-color: #4F5356;
    --page-dark-color-hover: #333;
    --page-grey-color: #d5d5d5;
    --page-grey-color-hover: #C4C4C4;
}

/* 닷홈 빌더 설정
.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {display: none;}
 */

@media (min-width: 768px){
    .col-sm-20{width: 20%;}
    .col-sm-40{width: 40%;}
    .col-sm-60{width: 60%;}
    .col-sm-80{width: 80%;}
}
@media (min-width: 992px){
    .col-md-20{width: 20%;}
    .col-md-40{width: 40%;}
    .col-md-60{width: 60%;}
    .col-md-80{width: 80%;}
}
@media (min-width: 1200px){
    .col-lg-20{width: 20%;}
    .col-lg-40{width: 40%;}
    .col-lg-60{width: 60%;}
    .col-lg-80{width: 80%;}
}

/* 상단 네비게이션 */


.nav-upper{
}
.nav-upper .container {
    position: relative;
}
.nav-upper .lang-wrap{
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 15px;
    top: 38px;
}
.nav-upper .lang-wrap .lang{
    display: block;
    padding: 6px 12px;
    background: none;
    border: 0;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    color: #bbb;
    font-size: 14px;
    letter-spacing: 0.02em;
    position: relative;
}
.nav-upper .lang-wrap .lang.active{
    color: #c10101;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.nav-upper .lang-wrap .lang + .lang::before {
    content: '';
    display: block;
    width: 1px;
    height: 11px;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 8px;
}
.navbar-right {
    margin-right: 120px;
}

.navbar.navbar-inverse{background-color: #fff;border-bottom-color: #eee;}
.navbar-header .navbar-brand{display: block;padding: 0;font-size: 20px;margin-top: 11px;margin-left: 0 !important;height: auto;}
.navbar-header .navbar-brand img{margin-top: 8px;display: inline-block;height: 62px;}

.nav.navbar-nav > li > a{display: block;height: 100%;padding: 40px 30px;font-size: 18px;color: #000;font-weight: 600;}
[lang="en"] .nav.navbar-nav > li > a{font-size: 16px;padding: 40px 23px;}
[lang="jp"] .nav.navbar-nav > li > a{}
.nav.navbar-nav > li > a .caret{display: none;}
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a,
.nav.navbar-nav > li > a:hover,
.nav.navbar-nav > li > a:focus,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li.open > a:hover,
.nav.navbar-nav > li.open > a:focus{color: var(--page-point-color);background: none;}
.nav.navbar-nav li .dropdown-menu{left: 50%;right: auto;border-radius: 0;border: 0;padding: 0;transform: translate(-50%);background: rgba(0,0,0,0.8);background: #fff;}
.nav.navbar-nav li .dropdown-menu li a{padding: 10px 15px;text-align: center;color: #fff;font-size: 15px;color: #000;}
[lang="en"] .nav.navbar-nav li .dropdown-menu li a{
    font-size: 14px;
}
[lang="jp"] .nav.navbar-nav li .dropdown-menu li a{}
.nav.navbar-nav li .dropdown-menu li a:hover, .nav.navbar-nav li .dropdown-menu li a:focus{
    background: #6886db;
    color: #fff;
}

@media (max-width: 767px){
    #site{}

    .nav-upper .lang-wrap{
        position: static;
        padding: 3px 0;
    }
    
    
    .navbar-header .navbar-brand {
        margin-top: 5px;
        margin-left: 15px !important;
    }

    .navbar-header .navbar-brand img {
        margin-top: 0;
        display: inline-block;
        height: 53px;
    }

    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
        margin: 18px 15px 18px 0px;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #666;
        transition: ease-in-out .15s all;
        opacity: 1;
        position: relative;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: none;
        border-color: #222;
    }

    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #222;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }
    
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #e6e6e6;
    }
    .navbar-right {
        margin-right: -15px;
    }
    .nav.navbar-nav > li > a,
  [lang="en"] .nav.navbar-nav > li > a{
        padding: 17px 30px;
        font-size: 16px;
        text-align: center;
    }
    .nav.navbar-nav li .dropdown-menu {
        transform: translate(0%);
        background: #f8f8f8;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #site{}
    .navbar-header .navbar-brand img {
        margin-top: 8px;
        display: inline-block;
        height: 50px;
    }
    .nav-upper .lang-wrap .lang {
        padding: 6px 9px;
        font-size: 12px;
    }
    .navbar-right {
        margin-right: 90px;
    }
    .nav.navbar-nav > li > a {
        padding: 40px 14px;
        font-size: 15px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    #site{}
    .nav.navbar-nav > li > a {
        padding: 40px 23px;
        font-size: 17px;
    }
}

/* //상단 네비게이션 */

/* 슬라이드 영역 */
#mainCarousel .carousel-inner .item{
    height: 750px;
}
#mainCarousel .carousel-inner .item::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    opacity: 0.07;
}
#mainCarousel .carousel-inner .item:nth-child(1)::before {
    /* opacity: 0.3; */
}
#mainCarousel .carousel-inner .item .carousel-caption{padding: 0;top: 52%;left: calc((100% - 1140px) / 2);right: calc((100% - 1140px) / 2);text-shadow: none;text-align: left;}
#mainCarousel .carousel-inner .item h1{
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin: 0 0 1px;
    text-shadow: -1px 0 #191b74, 0 1px #191b74, 1px 0 #191b74, 0 -1px #191b74;
    /* -webkit-text-stroke: 1px #191b74; */
    text-shadow: 3px 3px 0px #000258;
}
#mainCarousel .carousel-inner .item p{
    font-size: 72px;
    font-weight: 800;
    letter-spacing: 0.034em;
    /* text-shadow: -2px 0 #191b74, 0 2px #191b74, 2px 0 #191b74, 0 -2px #191b74; */
    text-shadow: 3px 3px 0px #000258;
}
#mainCarousel .carousel-inner .item p a{
    display: block;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.023em;
    padding: 15px 15px;
    line-height: 1;
    width: 150px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.1);
    text-shadow: none;
}
#mainCarousel .carousel-inner .item p a:hover{
    text-decoration: none;
    background: #000;
    border-color: #000;
}

.carousel-control .glyphicon{
	display:none;
}
.carousel-control.left{
	background:url(/public/img/slide/arrow_prev.png) no-repeat center;
}
.carousel-control.right{
	background:url(/public/img/slide/arrow_next.png) no-repeat center;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border: none;
    margin: 0 3px 0;
    background: #fff;
}

.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    border: none;
    background: #C10101;
    margin: 0 3px 0;
}

@media (max-width: 767px){
    #mainCarousel .carousel-inner .item {
        height: 580px;
    }
    #mainCarousel .carousel-inner .item .carousel-caption{left: 15px;right: 15px;}
    #mainCarousel .carousel-inner .item h1 {
        font-size: 22px;
    }
    #mainCarousel .carousel-inner .item p{font-size: 50px;}
    #mainCarousel .carousel-inner .item p a {
        font-size: 15px;
        padding: 8px 10px;
        width: 100px;
    }
    .carousel-control{display: none;}
}
@media (min-width: 768px) and  (max-width: 991px){
    #mainCarousel .carousel-inner .item .carousel-caption{left: 15%;right: 15%;}
}
@media (min-width: 992px) and  (max-width: 1199px){
    #mainCarousel .carousel-inner .item .carousel-caption{left: 15%;right: 15%;}
}
/* //슬라이드 영역 */

/* 메인 중단영역 */

.main-section{padding: 100px 0 40px;}
#main01{}
#main01 .container > .row > div:nth-child(1) {
    width: 30%;
}

#main01 .container > .row > div:nth-child(2) {
    width: 70%;
}

#main01 .container > .row > div:nth-child(2) > .row {
    margin-left: -8px;
    margin-right: -8px;
}

#main01 .container > .row > div:nth-child(2) > .row > div {
    padding: 0 8px;
}
#main01 .main-link-title{
    padding: 50px 30px 76px;
    background: #5880d1;
    color: #fff;
}
#main01 .main-link-title h3{
    margin: 0 0 30px;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: -.023em;
}
#main01 .main-link-title p{
    font-size: 17px;
    margin: 0;
}

.main-link{
    display: flex;
    position: relative;
    justify-content: flex-end;
    padding: 100px 30px 10px 30px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 0px 0px #000;
    transition: all .3s ease;
}
.main-link:hover{
    text-decoration: none;
    border-color: #5f81d4;
    box-shadow: 3px 3px 10px -6px #000;
}
.main-link img{
    width: 270px;
    margin: 0;
}
.main-link .caption{
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: #000;
}

#main02{
    padding: 30px 0 100px;
}
#main02 .container > .row > div:nth-child(1) {
    width: 42%;
}

#main02 .container > .row > div:nth-child(2) {
    width: 58%;
    padding-left: 60px;
}

#main02 .container > .row > div:nth-child(2) > .row {
    margin-left: -5px;
    margin-right: -5px;
}

#main02 .container > .row > div:nth-child(2) > .row > div {
    padding: 0 5px;
}

.main-bbs .board_box_list{}
.main-bbs .board_box_list .page-header{
    margin: 0 0 12px;
    padding-bottom: 15px;
    border-bottom-color: #999;
}
.main-bbs .board_box_list .page-header h4{
    margin: 0;
    font-size: 28px;
}
.main-bbs .board_box_list .page-header a{
    margin-top: 5px;
    font-size: 20px;
}
.main-bbs .board_box_list ul{}
.main-bbs .board_box_list ul > li{
    padding: 2px 0;
}
.main-bbs .board_box_list ul > li a{
    font-size: 17px;
    padding-top: 5px;
}
.main-bbs .board_box_list ul > li .info{}
.main-bbs .board_box_list ul > li .info .regdate{}
.main-bbs .board_box_list ul > li .info .hits,
.main-bbs .board_box_list ul > li .info .writer{display: none;}

.main-contact{
    display: block;
    padding: 46px 30px;
    /* border: 3px solid #eff2fb; */
    background: #f3f6ff;
}
.main-contact:hover{
    text-decoration: none;
}
.main-contact .icon{
    display: block;
    text-align: center;
    margin: 0 0 11px;
}
.main-contact .icon > span{
    font-size: 54px;
    color: #5880d1;
}
.main-contact .caption{
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #3f517a;
}


@media (max-width: 767px){
    #main01 .container > .row > div:nth-child(1),
    #main01 .container > .row > div:nth-child(2),
    #main02 .container > .row > div:nth-child(1),
    #main02 .container > .row > div:nth-child(2) {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-contact {
        padding: 22px 30px;
        margin: 0 0 20px;
    }
    .main-contact .caption {
        font-size: 16px;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #main01 .container > .row > div:nth-child(1),
    #main01 .container > .row > div:nth-child(2) {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    #main01 .main-link-title {
        padding: 30px 30px;
        background: #5880d1;
        color: #fff;
        margin: 0 0 15px;
    }
    #main02 .container > .row > div:nth-child(1),
    #main02 .container > .row > div:nth-child(2) {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    #main01 .main-link-title p {
        font-size: 15px;
        margin: 0;
    }
}

/* //메인 중단영역 */

/* 서브페이지 */


.subHeader {height: 320px;background-image: url(/public/img/sub/sub_title.jpg);background-size: cover;background-repeat: no-repeat;background-position: center;background-color: #333;}
.subHeader .container{height: 100%;position: relative;}
.subHeader .container h2{text-align: center;color: #000;font-size: 50px;margin: 0;font-weight: 700;position: absolute;letter-spacing: 0;left: 50%;top: 43%;transform: translate(-50%, -50%);}
.subHeader .container .breadcrumb{padding: 0;margin: 0;background: none;position: absolute;bottom: 70px;right: 15px;display: none;}
.subHeader .container .breadcrumb > li > a,
.subHeader .container .breadcrumb > li.active{color: #cbcbcb;}
.breadcrumb>li {
    font-weight: 300;
}

.breadcrumb>li+li:before {
    color: #fff;
    opacity: 0.3;
}
.subMenu{background: rgba(9, 9, 32, 0.2);margin-top: -61px;/* border-top: 1px solid rgba(255, 255, 255, 0.25); */}
.subMenu .nav{
    display: flex;
    justify-content: center;
}
.subMenu .nav > li{
    margin: 0;
    position: relative;
    padding: 0 25px;
}
.subMenu .nav > li::after{
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    /* background: rgba(255, 255, 255, 0.2); */
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.subMenu .nav > li:last-child::after{
    display: none;
}
.subMenu .nav > li > a{
    font-size: 19px;
    color: #ffffff;
    background: none;
    position: relative;
    text-align: center;
    padding: 17px 0;
    min-width: 80px;
    font-weight: 600;
    letter-spacing: 0.034em;
    text-shadow: 0 0px 4px rgba(0, 0, 0, 0.35);
}
.subMenu .nav > li > a::after{
    content: '';
    display: block;
    width: 0%;
    height: 5px;
    background: #6865ff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    transition: 0.25s;
}
.subMenu .nav > li > a:focus,
.subMenu .nav > li > a:hover{
    background: none;
    color: #fff;
    font-weight: 600;
}
.subMenu .nav > li.active > a{
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.subMenu .nav > li.active > a::after, .subMenu .nav > li > a:hover::after{
    width: 100%;
}


.diffused{
    background: #f8f8f8;
    padding: 18px 0;
    box-shadow: 0px 10px 15px -20px inset;
    /* border-bottom: 1px solid #ddd; */
}
.diffused .nav{
    display: flex;
    justify-content: left;
    gap: 0 50px;
}
.diffused .nav::before {
    display: none;
}
.diffused .nav > li{
    margin: 0;
}
.diffused .nav > li > a{
    color: #777;
    border-radius: 0;
    padding: 0;
    background: none;
    font-size: 18px;
}
.diffused .nav > li > a:hover{
  color: #030474;
  background: none;
  font-weight: 600;
}
.diffused .nav > li.active > a{
    color: #030474;
    font-weight: 600;
}

.subContent{padding-top: 100px;}
.subContent_title{
    padding-bottom: 60px;
}
.subContent_title h3{
    font-size: 40px;
    font-weight: 800;
    margin: 0;
}
[id^="cert0"] h3 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}
.subContent_title h3 small {
    display: block;
    font-size: 20px;
    margin-bottom: 15px;
    color: #c10101;
    display: none;
}
.subContent .content, .bbs-section{padding-bottom: 100px;}
.subContent .content:last-child {
    padding-bottom: 150px;
}
.bbs-area .board_wrapper{margin-top: 0;}
.subContent .content h4{
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 20px;
}
.subContent .content h4::before{content: '';}
.table.table_default thead th {
    border-bottom: 1px solid #ccc;
    font-size: 17px;
    font-weight: 600;
}

.board_wrapper .table.board_write_table {}
.board_wrapper .table.board_write_table>:where(tbody,tfoot,thead)>tr>:where(th,td) {}
/* board 추가 css */
.board_wrapper {
    margin-top: 0;
}
.board_wrapper .table.board_write_table {
    border-top: 1px solid #333;
}
.board_data_view .header_wrap .title {
    font-size: 28px;
    letter-spacing: -0.06em;
}
.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    padding: 40px 0 30px;
}
.board_data_view .header_wrap .info span strong {
    margin-right: 3px;
}
.board_data_view .contents_wrap p {
    font-size: 17px;
}
.board_wrapper .table.board_write_table tbody tr th {
    font-size: 14px;
}
.board_wrapper .table.board_write_table tbody tr th, .board_wrapper .table.board_write_table tbody tr td {
    border-top: 0;
    border-bottom: 1px solid #ddd;
}
.board_data_view {
    border-top: 1px solid #333;
}
.table.table_default tbody tr th.num {
    font-weight: normal;
}
.table.table_default tbody .subject a {
    font-size: 17px;
    color: #333;
}
.text-muted {
    font-size: 14px !important;
    margin-top: 8px !important;
}
.checkbox label, .radio label {
    font-size: 15px;
    letter-spacing: -0.06em;
}
.custom_checkbox+span a {
    font-weight: 500;
}
.table_blog2 dd .inner {
    border: none;
}
.member_wrapper h1 {
    border: none;
    margin-top: 0;
}
.privacy_body {
    font-size: 16px;
    line-height: 1.6em;
    padding: 0 100px;
}
.subContent .board_wrapper h4 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin: 10px 0;
}
.table.table_default thead th {
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
}
.table_default {
    border-top: 1px solid #333;
}
.table.table_default tr td {
    color: #777;
}
.badge {
    padding: 6px 6px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 13px;
    margin-right: 3px;
    position: absolute;
}
.table.table_default tbody .subject span span + a {
    padding-left: 67px;
}
.board_wrapper .table.board_write_table .files .fileInput .file_add {
    padding: 6px 7px 5px;
}
.board_wrapper .table.board_write_table .files + .sumChk {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}
/* board 추가 css end */
.overview-intro,
.biz-intro{
}
.overview-intro p,
.biz-intro p{
    font-size: 20px;
    margin: 0 0 15px;
    line-height: 1.6em;
}
[lang="jp"] .overview-intro p,
[lang="jp"] .biz-intro p{word-break: break-all;}
.overview-intro p.top,
.biz-intro p.top{
    font-size: 35px;
    font-weight: 700;
    color: #1c4db1;
}
[lang="jp"] .overview-intro p.top, 
[lang="jp"] .biz-intro p.top{
    font-size: 30px;
}
.biz-intro p:last-child{
    margin: 0 0 100px;
}

.overview-wrap{
    display: flex;
    align-items: flex-start;
    gap: 0 100px;
}
.overview-wrap .image{
    width: 530px;
}
.overview-wrap .image img{}
.overview-wrap .text{
    width: calc(100% - 630px);
}
.overview-wrap .text .overview{border-top: 1px solid #333;}
.overview-wrap .text .overview > li{
    display: flex;
    align-items: center;
    gap: 20px;
    border-top: 1px solid #ddd;
    position: relative;
}
.overview-wrap .text .overview > li + li {
}
.overview-wrap .text .overview > li .tit{
    font-size: 16px;
    font-weight: 700;
    width: 105px;
    text-align: left;
    padding: 12px 0 12px 15px;
    line-height: 1em;
}
[lang="en"] .overview-wrap .text .overview > li .tit{width: 140px;}
[lang="jp"] .overview-wrap .text .overview > li .tit{}
.overview-wrap .text .overview > li .tit::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #555;
    position: absolute;
    left: 2px;
    top: 17px;
    border-radius: 50%;
}
.overview-wrap .text .overview > li .des{
    width: calc(100% - 120px);
    font-size: 16px;
    /* padding: 10px; */
}
[lang="en"] .overview-wrap .text .overview > li .des{}
[lang="jp"] .overview-wrap .text .overview > li .des{}

.greeting-wrap{
    display: flex;
    justify-content: space-between;
}
.greeting-wrap .text{width: 700px;}
.greeting-wrap .text p{
    font-size: 18px;
    margin: 0 0 18px;
}
.greeting-wrap .text p.intro{
    font-size: 34px;
    margin: 0 0 30px;
    line-height: 1.4em;
}
[lang="en"] .greeting-wrap .text p.intro{
    font-size: 24px;
}
[lang="jp"] .greeting-wrap .text p.intro{
    font-size: 30px;
}
.greeting-wrap .image p.epil{
    margin: 50px 0 0;
    font-size: 19px;
    display: flex;
    align-items: center;
    gap: 0 20px;
    justify-content: flex-end;
}
.greeting-wrap .image p.epil .txt{
    font-weight: 700;
    border-bottom: 1px solid #738dd7;
    padding-bottom: 3px;
    color: #1c4db1;
}
.greeting-wrap .image p.epil img{
    width: 120px;
}
.greeting-wrap .image{}
.greeting-wrap .image img{}

.management-wrap{}
.management-wrap p{
    text-align: center;
    font-size: 22px;
    line-height: 1.6;
    font-weight: 600;
    letter-spacing: -0.02em;
    padding: 35px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #eee;
    margin-bottom: 20px;
}
.management-wrap img{}

.history-wrap {
    display: flex;
    justify-content: space-between;
}

.history-wrap .image {
    width: 38%;
}

.history{
    position: relative;
}
[lang="en"] .history{padding-left: 80px}
[lang="jp"] .history{padding-left: 80px}
.history::before{
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background: #efefef;
    position: absolute;
    top: 0;
    left: 170px;
}
[lang="en"] .history::before{left: 250px;}
[lang="jp"] .history::before{left: 250px;}
.history .timeline{
    display: flex;
    align-items: flex-start;
    padding: 0 0 50px;
}
.history .timeline .year{
    margin: 0;
    line-height: 1;
    font-size: 36px;
    font-weight: 800;
    color: #4d56bf;
    letter-spacing: -0.023em;
    width: 230px;
}
.history .timeline .issue{
    padding-top: 6px;
    width: calc(100% - 230px);
}
.history .timeline .issue > li{
    font-size: 18px;
    display: flex;
    align-items: flex-start;
    margin-top: 9px;
    position: relative;
}
.history .timeline .issue > li:first-child{
    margin-top: 0;
}
.history .timeline .issue > li::before{
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    border: 8px solid #fbebeb;
    background: #f14343;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: -72px;
}
.history .timeline .issue > li .date{
    font-weight: 700;
    margin-right: 20px;
    font-size: 18px;
}
.history .timeline .issue > li .text{
    font-weight: 500;
    color: #666;
}

.partner-area, .location-area {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

.partner-area .tit, .location-area .tit {
    width: 23%;
    position: relative;
}
.partner-area .tit::before, .location-area .tit::before{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #999;
    bottom: -15px;
    position: absolute;
}

.partner-area .tit h5, .location-area .tit h5 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}

.partner-area + .partner-area, .location-area + .location-area{
    margin-top: 120px;
}

.partner-wrap {
    width: 77%;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    flex-direction: column;
}

.partner-wrap{
    margin: 0 0 60px;
}
.partner-wrap:last-of-type{margin-bottom: 0;}
.partner-wrap h5{
    font-size: 24px;
    font-weight: 700;
    padding-left: 17px;
    position: relative;
    margin: 0 0 15px;
}
.partner-wrap h5::before{
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: #f14343;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 0;
    box-shadow: 0 11px 0 0 #ffcaca;
}
.partner-group + .partner-group {
    margin-top: 20px;
}
.partner-wrap .partner{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.partner-wrap .partner li{
    width: calc((100% / 3) - 15px);
    border: 1px solid #dedfe5;
}
.partner-wrap .partner li img{
    padding: 15px 0;
    height: 100px;
}

.location-wrap{
    width: 77%;
    display: flex;
    flex-direction: column;
    align-items: normal;
}
.location-wrap .map{
}
.location-wrap > .text{padding-top: 15px;}
.location-wrap > .text .location{
}
.location-wrap > .text .location li{
    font-size: 17px;
    display: flex;
    align-items: flex-start;
    margin-top: 8px;
}

.location-wrap > .text .location li .icon{
    color: #5f89d1;
    margin-right: 5px;
    line-height: 1;
    display: none;
}
.location-wrap > .text .location li .icon span {
    font-size: 20px;
    padding-top: 3px;
}
.location-wrap > .text .location li .text{
    display: flex;
    align-items: flex-start;
}
.location-wrap > .text .location li .text b{
    margin-right: 10px;
    width: 40px;
    letter-spacing: 0.034em;
    color: #1c4db1;
}
[lang="en"] .location-wrap > .text .location li .text b{width: 220px;}
.biz-area{
    display: flex;
    align-items: flex-start;
    gap: 60px;
}
.biz-area + .biz-area {
    margin-top: 100px;
}
.biz-area .tit{
    width: 23%;
    position: relative;
}
.biz-area .tit::before{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #999;
    bottom: -15px;
    position: absolute;
}
.biz-area .tit h5{
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}
.biz-area .image, .biz-area .biz-prod-wrap{
    width: 77%;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    flex-direction: column;
}
.biz-area .image img{
    margin: 0;
}
.biz-area .image img+.caption{
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.015em;
    padding: 15px 0 15px;
}
.biz-area:last-child .image img {
    height: auto;
}
.biz-prod-wrap{
    margin: 0 0 60px;
}
.biz-prod-wrap:last-of-type{
    margin: 0;
}
.biz-prod-wrap h5{
    font-size: 20px;
    margin: 0 0 15px;
    font-weight: 700;
    padding-left: 10px;
}
.biz-prod-wrap .biz-prod{
    margin-left: -10px;
    margin-right: -10px;
}
.biz-prod-wrap .biz-prod > div{
    padding-left: 10px;
    padding-right: 10px;
}
.biz-prod-wrap .biz-prod .prod-box{
    border: 1px solid #dedfe5;
    margin: 0 0 20px;
}
.biz-prod-wrap .biz-prod .prod-box img{
    padding: 20px;
}
.biz-prod-wrap .biz-prod .prod-box .caption{
    margin-top: -30px;
    margin-bottom: 0;
    /* background: #f5f5f5; */
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.015em;
    padding: 15px 10px 15px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.process-line-wrap{
    display: flex;
    justify-content: space-between;
    margin: 30px 0 50px;
    border: 7px solid #eee;
    align-items: center;
    padding: 15px;
}
.process-line-wrap .process-line{
    position: relative;
    /* flex: 1 1 0; */
    /* aspect-ratio: 1; */
    /* border: 5px solid #f3f4f7; */
    /* border-radius: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.process-line-wrap .process-line p{
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.023em;
    text-align: center;
    padding: 15px 30px;
}
[lang="en"] .process-line-wrap .process-line p{
    padding: 15px 15px;
}
.process-line-wrap .process-line p span {
    /* display: block; */
    font-size: 16px;
    padding-left: 4px;
}
[lang="en"] .process-line-wrap .process-line p span{font-size: 15px;}
.process-line-wrap .process-line::after{
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: -19px;
    font-size: 24px;
    transform: translateY(-50%);
    color: #7677dd;
}
.process-line-wrap .process-line:last-child:after{
    display: none;
}

.process-desc{}
.process-desc h5{
    padding: 20px 15px;
    margin: 0 0 10px;
    font-size: 18px;
    background: #5880d1;
    color: #fff;
    line-height: 1;
    text-align: center;
    border-radius: 1px;
}
.process-desc dl{
    margin: -1px 0 0;
    padding: 17px 30px 17px;
    border: 1px solid #d0d0df;
    min-height: 109px;
}
[lang="jp"] .process-desc dl{
    min-height: 131px;
    padding: 17px 20px 17px;
}
.process-desc dl dt{
    font-size: 18px;
    margin-bottom: 5px;
}
.process-desc dl dd{
    font-size: 15px;
}
[lang="jp"] .process-desc dl dd{word-break:break-all;}


.facility-wrap{
    display: flex;
    align-items: flex-start;
    margin: 0 0 120px;
}
.facility-wrap:last-child {
    margin-bottom: 0;
}
.facility-wrap .image{
    width: 400px;
}
.facility-wrap .image img{}
.facility-wrap .text{
    width: calc(100% - 400px);
    padding-left: 80px;
}
.facility-wrap .text h5{
    font-size: 22px;
    margin: 0 0 15px;
    font-weight: 700;
}
.facility-wrap .text h5 small{
    margin-left: 12px;
    font-size: 17px;
    font-weight: 700;
    color: #5474d9;
}
.facility-wrap.no-image{}
.facility-wrap.no-image .text{
    width: 100%;
    padding: 0;
}
.table-style{
    width: 100%;
}
.table-style tr{
    border-bottom: 1px solid #ddd;
}
.table-style tr th,
.table-style tr td{
    font-size: 14px;
    text-align: center;
    padding: 12px;
}
.table-style tr th:last-child,
.table-style tr td:last-child{
}
.table-style tr th{
    background: #f8f8f8;
    color: #333;
    font-weight: 600;
    font-size: 16px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #ddd;
}
.table-style tr td{}

.cert-wrap{}
.cert-wrap > div {
    width: 25%;
}
.cert-wrap .cert{
    margin: 0 0 60px;
}
.cert-wrap .cert img{
    border: 1px solid #ddd;
    margin-bottom: 15px;
}
.cert-wrap .cert .caption{
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

#customer02 .table-responsive{
    margin: 0 auto;
}
#customer02 .table-style tr th {
    font-size: 18px;
    border-top: 2px solid #333;
}

#customer02 .table-style tr td {
    font-size: 17px;
    padding: 30px 15px;
    border-left: 1px solid #ddd;
    line-height: 1.5em;
}

#customer02 .table-style tr td:first-child {
    border-left: 0;
}

.welfare-wrap{
    margin: 0;
    display: flex;
}
.welfare-wrap > div{
    padding: 0;
    flex: 1 1 25%;
    width: initial;
    margin-right: 15px;
}
.welfare-wrap > div:last-child {
    margin-right: 0;
}
.welfare-wrap .welfare{
    text-align: center;
    padding: 50px 30px 40px;
    border: 1px solid #d0d0df;
}
.welfare-wrap div:last-child .welfare{
}
.welfare-wrap .welfare .icon{
    color: #5880d1;
    margin-bottom: 15px;
}
.welfare-wrap .welfare .icon > span{
    font-size: 56px;
    font-variation-settings: 'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 48;
}
.welfare-wrap .welfare dl{
    margin: 0;
    height: 110px;
}
.welfare-wrap .welfare dl dt{
    font-size: 22px;
    margin: 0 0 15px;
}
.welfare-wrap .welfare dl dd{
    font-size: 16px;
}

.recruit-process-wrap{
    margin: 0;
    display: flex;
    gap: 90px;
}
.recruit-process-wrap::before, .recruit-process-wrap::after {
    display: none;
}
.recruit-process-wrap > div{
    padding: 0;
}
.recruit-process-wrap .recruit-process{
    position: relative;
}
.recruit-process-wrap > div .recruit-process dl dt:before {
    content: '01';
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    color: #c8d8ff;
    margin-right: 5px;
    border-bottom: 1px solid #afbfe7;
}
.recruit-process-wrap > div:nth-child(2) .recruit-process dl dt:before {
    content: '02';
}
.recruit-process-wrap > div:nth-child(3) .recruit-process dl dt:before {
    content: '03';
}
.recruit-process-wrap > div:nth-child(4) .recruit-process dl dt:before {
    content: '04';
}
.recruit-process-wrap .recruit-process dl dt::After {
    content: "\e5e1";
    top: 23%;
    right: -75px;
    position: absolute;
    font-size: 60px;
    font-weight: 600;
    color: #cccccc;
    font-family: 'Material Symbols Outlined';
    font-variation-settings: 'FILL' 0,
  'wght' 100,
  'GRAD' 0,
  'opsz' 48;
}
.recruit-process-wrap > div:nth-child(4) .recruit-process dl dt:after {
    display: none;
}
.recruit-process-wrap .recruit-process::after{
    content: '';
}
.recruit-process-wrap div:last-child .recruit-process{
}
.recruit-process-wrap div:last-child .recruit-process::after{
    display: none;
}
.recruit-process-wrap .recruit-process .icon{
    color: #fff;
    margin-bottom: 15px;
    position: absolute;
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
}
.recruit-process-wrap .recruit-process .icon > span{
    font-size: 60px;
    font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' 0, 'opsz' 48;
}
.recruit-process-wrap .recruit-process dl{
    margin: 0;
}
.recruit-process-wrap .recruit-process dl dt{
    font-size: 20px;
    border-radius: 50%;
    background: #5880d1;
    display: flex;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding-top: 60px;
    font-weight: 600;
    letter-spacing: 0.034em;
}
.recruit-process-wrap .recruit-process dl dd{
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
}

.recruit-route{
    border: 1px solid #ddd;
}
.recruit-route ul{
    padding: 35px 50px;
}
.recruit-route ul > li{
    font-size: 16px;
    margin-top: 10px;
    padding-left: 15px;
    position: relative;
}
.recruit-route ul > li::before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #5f81d4;
    position: absolute;
    top: 9px;
    left: 0;
    border-radius: 50%;
}
.recruit-route ul > li > span{
    margin-right: 9px;
    font-weight: 600;
}
.recruit-route p{
    padding: 17px 45px;
    background: #81848d;
    font-size: 16px;
    display: flex;
    gap: 0 15px;
    align-items: center;
    line-height: 1;
    margin: 0;
    color: #fff;
}
.recruit-route p span{
    font-weight: 600;
}
.recruit-route p small{
    font-size: 16px;
}

#form_contact #list_btn{display: none;}
@media (max-width: 767px){
    .subMenu{display: none;}
    .subHeader {
        height: 160px;
    }
    .subHeader .container h2 {
        font-size: 30px;
    }
    .subContent {
        padding-top: 60px;
    }
    .subContent_title {
        padding-bottom: 30px;
    }
    .subContent_title h3 {
        font-size: 28px;
    }
    .overview-intro p.top, .biz-intro p.top {
        font-size: 24px;
    }
    .overview-intro p, .biz-intro p {
        font-size: 18px;
    }
    .subContent .content h4 {
        font-size: 26px;
    }
    .overview-wrap {
        display: block;
    }
    .overview-wrap .image{width: 100%;}
    .overview-wrap .text {
        width: 100%;
    }
    .overview-wrap .text .overview > li .des {
        font-size: 13px;
    }
    .overview-wrap .text .overview > li .tit {
        font-size: 14px;
        font-weight: 700;
        width: 82px;
    }
    .greeting-wrap {
        display: block;
    }
    .greeting-wrap .text {
        width: 100%;
    }
    .greeting-wrap .text p {
        font-size: 16px;
    }
    .greeting-wrap .text p.intro {
        font-size: 24px;
    }
    .greeting-wrap .image {
        display: flex;
        flex-direction: column-reverse;
    }
    .greeting-wrap .image p.epil {
        margin: 0px 0 30px;
    }
    .management-wrap p {
        font-size: 16px;
        padding: 25px 0;
    }
    .history-wrap{    display: block;}
    .history-wrap .image {
        width: 100%;
        margin-bottom: 30px;
    }
    .history, [lang="en"] .history {
        padding-left: 30px;
    }
    .history::before, [lang="en"] .history::before {left: 1px;}
    .history .timeline {
        display: block;
    }
    .history .timeline .year {
        font-size: 27px;
    }
    .history .timeline .issue{width: 100%;}
    .history .timeline .issue > li {
        font-size: 15px;
    }
    .history .timeline .issue > li .date {
        font-weight: 700;
        margin-right: 20px;
        font-size: 15px;
    }
    .history .timeline .issue > li::before {
        width: 15px;
        height: 15px;
        border: 4px solid #fbebeb;
        left: -36px;
        top: 2px;
    }
    .partner-wrap{
        width: 100%;
        display: block;
    }
    .partner-area, .location-area {
        display: block;
        width: 100%;
    }
    .partner-area .tit, .location-area .tit {
        width: 100%;
        position: relative;
        margin-bottom :30px;
    }
    .partner-area .tit::before, .location-area .tit::before {
        bottom: -5px;
    }
    .partner-wrap .partner li {
        width: calc((100% / 2) - 15px);
        border: 1px solid #dedfe5;
    }
    .partner-wrap .partner li img {
        padding: 10px 5px;
        height: 70px;
    }
    .location-wrap {
        width: 100%;
    }
    .location-wrap > .text .location li .text {
        display: block;
    }
    .location-wrap > .text .location li .text b{display: block;}

    .diffused {
        background: #f8f8f8;
        padding: 13px 0;
    }
    .diffused .nav {
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }
    .diffused .nav::after{display: none;}
    .diffused .nav > li > a {
        font-size: 15px;
    }

    .biz-area .tit {
        width: 100%;
    }
    .biz-area .tit::before {
        bottom: -5px;
    }
    .biz-prod-wrap .biz-prod .prod-box img {
        padding: 15px 40px;
    }

    .process-line-wrap {
        display: flex;
        justify-content: space-between;
        margin: 30px 0 50px;
        border: 7px solid #eee;
        align-items: center;
        padding: 15px;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .process-line-wrap .process-line::after {
        content: '\f107';
        top: auto;
        right: auto;
        left: 50%;
        bottom: -13px;
        font-size: 19px;
        transform: translateX(-50%);
    }
    .process-desc {
        margin: 0 0 30px;
    }
    .process-desc dl {
        margin: -1px 0 0;
        padding: 17px 15px;
        border: 1px solid #d0d0df;
        min-height: auto;
    }

    .facility-wrap {
        display: block;
        margin: 0 0 60px;
    }
    .facility-wrap .image {
        width: 100%;
    }
    .facility-wrap .text {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .cert-wrap > div {
        width: 50%;
    }
    .cert-wrap .cert {
        margin: 0 0 20px;
    }
    .cert-wrap .cert .caption {
        margin: 0;
        text-align: center;
        font-size: 14px;
    }
    .welfare-wrap {
        margin: 0;
        display: block;
    }
    .welfare-wrap > div {
        width: 50%;
        margin-right: 0;
    }
    .welfare-wrap .welfare {
        text-align: center;
        padding: 20px 15px 20px;
        border: 1px solid #d0d0df;
    }
    .welfare-wrap .welfare dl dt {
        font-size: 18px;
        margin: 0 0 5px;
    }
    .welfare-wrap .welfare dl dd {
        font-size: 14px;
    }

    .recruit-process-wrap {
        gap: 30px;
        flex-wrap: wrap;
    }
    .recruit-process-wrap > div {
        padding: 0;
        width: calc(50% - 15px);
    }

    .recruit-process-wrap .recruit-process .icon {
        color: #5880d1;
        margin-bottom: 15px;
        position: static;
        left: 50%;
        top: 50px;
        transform: translateX(0%);
    }
    .recruit-process-wrap .recruit-process dl dt {
        font-size: 20px;
        border-radius: 0;
        background: none;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: #00153f;
        padding-top: 0;
        aspect-ratio: 0;
    }
    .recruit-process-wrap .recruit-process dl dt::After{display: none;}
    .recruit-route ul {
        padding: 15px 20px;
    }
    .recruit-route ul > li {
        font-size: 14px;
    }
    .recruit-route ul > li > span {
        display: block;
    }

    .recruit-route p {
        padding: 17px 15px;
    }
    .recruit-route p small {
        font-size: 13px;
    }

    .table.table_default tr .num,
    .table.table_default tr .regdate,
    .table.table_default tr .hits{display: none;}

    .board_wrapper .table.board_write_table tbody tr td .btn,
    .board_wrapper .table.board_write_table tbody tr td .form-control,
    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big{width: 100%;}

    .biz-area{ flex-direction: column; gap: 30px;}
    .biz-area .image, .biz-area .biz-prod-wrap{ width: 100%;}
  
    #list_btn{display: none;}
    #write_btn{margin: 0;}
}
@media (min-width: 768px) and  (max-width: 991px){}
@media (min-width: 992px) and  (max-width: 1199px){}
/* //서브페이지 */

/* 푸터 */

footer {text-align: left;padding: 45px 0 50px;background: #404144;color: #b8b8b8;}
footer .footer-logo{}
footer .footer-logo h1{margin: 0;}
footer .footer-logo h1 > a{display: block;}
footer .footer-logo h1 > a > img{display: block;}
footer .footer-text{}
footer .footer-text p{
    font-size: 16px;
    margin-bottom: 3px;
}
footer .footer-text p strong {
    font-weight: 500;
    color: #cfcfcf;
}
footer .footer-text ul{padding-left: 0;margin-bottom: 0;}
footer .footer-text ul:after{content: '';clear: both;display: table;}
footer .footer-text ul li{float: left;margin-right: 15px;line-height: 1.6;letter-spacing: 0.02em;}
footer .footer-text ul li address{margin-bottom: 0;line-height: 1.4;}
footer .footer-text .copyrights{display: block;font-size: 11px;margin-top: 15px;opacity: 0.5;}

@media (max-width: 767px){}
@media (min-width: 768px) and  (max-width: 991px){}
@media (min-width: 992px) and  (max-width: 1199px){}
/* //푸터 */


.maintenance {margin-top: 5px;padding: 80px 25px;text-align: center;background: #f6f6f6;}
.maintenance .icon {display: block;line-height: 1;font-size: 80px;margin-bottom: 30px;color: #999;}
.maintenance .big-cont {display: block;line-height: 1;font-size: 24px;font-weight: bold;letter-spacing: -0.05em;margin-bottom: 15px;color: #666;}
.maintenance .small-cont {display: block;line-height: 1.5;font-size: 17px;letter-spacing: -0.03em;color: #818181;margin-bottom: 20px;}
.member_wrapper {max-width: 1170px;}