* { 
    font-family: 'Pretendard', 맑은 고딕;
    --color1:#191919;
    --color2:#333;
    --color3:#555;
    --color4:#fff;
    --main-color1:#81C424;
    --main-color2:#FB8700;    
}



/* main_visual S */

.main_visual_wrap {
    width:100%;
    position: sticky;
    top: 0;
}
.main_visual_box {
    width:100%;
    height:100vh;
    position: relative;
    overflow: hidden;
}



.main_visual_box ul {height:100%;}
.main_visual_box ul li {
    height:100%;
    position: relative;
}
.main_visual_box ul li:before {
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.2);
    z-index: 1;
    pointer-events: none;
}
.main_visual_box ul li:after {
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:40%;
    background: linear-gradient(0deg, #8DCE1D 10%, #00c0d252 50%, transparent), linear-gradient(0deg, #00000082 70%, transparent);
    z-index: 2;
    pointer-events: none;
}

.main_visual_box ul li .txt_box {
    width:100%;
    max-width:1440px;
    padding:0 20px;    
    margin: 0 auto;
    position: relative;
    z-index: 3;
    top: 65%;
}
.main_visual_box ul li .txt_box p {
    font-size: 6rem;
    color: var(--color4);
    font-weight: 700;    
    opacity: 0;
    position: relative;    
    display:inline; 
}
.main_visual_box ul li .txt_box p:after {
    content:'';
    position:absolute;
    top:-50px;
    right:-45px;    
    width:105px;
    height:93px;
    background: url(../img/mv_point.svg) no-repeat;    
    opacity: 0;
}
.main_visual_box ul li .txt_box p br {
    display:none;
}
.main_visual_box ul li.swiper-slide-active .txt_box p:after {
    animation: show2 0.5s 1.5s forwards cubic-bezier(0.2, 0.46, 0.21, 1.45);
}
.main_visual_box ul li .txt_box span {
    font-size: 2rem;
    font-weight: 600;
    color: #F2CB41;
    opacity: 0;
    position: relative;
    display:block;
    margin-bottom:12px;
}
.main_visual_box ul li.swiper-slide-active .txt_box p {
    animation: show 1s 0.8s forwards cubic-bezier(0.53, 0.04, 0.31, 1);
}
.main_visual_box ul li.swiper-slide-active .txt_box span {
    animation: show 1s 0.3s forwards cubic-bezier(0.53, 0.04, 0.31, 1);
}

@keyframes show { 
    0%   {top:-20px; opacity: 0;}
    100% {top:0px; opacity: 1;}
}

@keyframes show2 { 
    0%   {opacity: 0; transform: scale(0);}
    100% {opacity: 1; transform: scale(1);}
}

.main_visual_box ul li .bg_img_box {
    width:100%;
    height:100%;    
    position: absolute;
    top:0;
    left:0;    
    transition: transform 10s ease-out, opacity 3s ease 0.3s;
    transform: scale(1.2, 1.2);
}
.main_visual_box ul li.swiper-slide-active .bg_img_box {
    transform: scale(1, 1);
}
.main_visual_box ul li#mv_img01 .bg_img_box {
    background:url(../img/main_vimg01.jpg) center / cover no-repeat;
}
.main_visual_box ul li#mv_img02 .bg_img_box {
    background:url(../img/main_vimg02.jpg) center / cover no-repeat;
}
.main_visual_box ul li#mv_img03 .bg_img_box {
    background:url(../img/main_vimg03.jpg) center / cover no-repeat;
}

.main_visual_box ul li .load_bar_box {
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height:4px;   
    z-index :10;
}
.main_visual_box ul li .load_bar_box .gage {
    width:0%;
    height:100%;
    background:#F2CB41;
    
}
.main_visual_box ul li.swiper-slide-active .load_bar_box .gage {
    width:100%;
    transition: 10s linear;
}

.main_visual_box .scroll_guide {
    position: absolute;
    bottom:20px;
    left:50%;
    transform: translateX(-50%);
    z-index: 5;
}
.main_visual_box .scroll_guide span {
    font-size:14px;
    font-weight:600;
    color:#fff;
    letter-spacing: 4px;
}

@media (max-width:1440px) {
    .main_visual_box {
        height:720px;
    }
    .main_visual_box ul li .txt_box p {
        font-size:64px;
    }
    .main_visual_box ul li .txt_box p br{
        display:none;
    }
}
@media (max-width:768px) {
    .main_visual_box {
        height:640px;
    }
    .main_visual_box ul li .txt_box {
        text-align: center;
        top:60%;
    }
    .main_visual_box ul li .txt_box span {
        font-size:20px;
    }
    .main_visual_box ul li .txt_box p {
        font-size:48px;
        line-height: 1.1em;
    }
    .main_visual_box ul li .txt_box p br{
        display:block;
    }
    .main_visual_box ul li .txt_box p:after {
        display:none;
    }
    .main_visual_box ul li .bg_img_box {        
        transform: scale(1.4, 1.4);
    }
}
/* main_visual E */



/* contents S */

.contents_wrap {
    width:100%;
    height: auto;
    background: #fff;
    position: relative;
    z-index: 1;
    padding-top: 100px;
    border-radius: 100px 100px 0 0;
}
.wrap {
    width:100%;
    max-width:1440px;
    padding:0 20px;
    margin:0 auto;
}
.more_btn_box {
    width:86px;
    height:36px;
    border:1px solid #d2d2d2;
    border-radius: 30px;
}
.more_btn_box a {
    width:100%;
    height:100%;
    display:flex;
    align-items: center;
    justify-content: center;
}
.more_btn_box a .icon {
    position:relative;
    width:11px;
    height:11px;
    margin-right:8px;
    transition: 0.3s;
}
.more_btn_box a .icon:before {
    content:'';
    position:absolute;
    top:4px;
    left:0;
    width:10px;
    height:2px;
    background:var(--color3);    
}
.more_btn_box a .icon:after {
    content:'';
    position:absolute;
    top:0px;
    left:4px;
    width:2px;
    height:10px;
    background:var(--color3);    
}
.more_btn_box a span {
    font-size:14px;
    font-weight:500;
    color:var(--color3);
    transition: 0.3s;
    letter-spacing: 2px;
}
.more_btn_box:hover {
    background: #f4f4f4;
}
.more_btn_box:hover a span {    
    letter-spacing: 0px;
}
.more_btn_box:hover a .icon {
    transform: rotate(180deg);
}

/* vision S */
.vision_wrap {
    margin-bottom:80px;
}
.vision_wrap .vision_box {
    display:flex;
}
.vision_wrap .vision_box .tit_box {
    width:25%;
    margin-right:5%;
}
.vision_wrap .vision_box .tit_box p {
    font-size:48px;
    font-weight:700;
    position: relative;    
    display: inline-block;
}

.vision_wrap .vision_box .tit_box p:after {
    content:'';
    position:absolute;
    top:-40px;
    right:-32px;    
    width:64px;
    height:67px;
    background: url(../img/mv_point.svg) 100% / 64px 67px no-repeat;        
}
.vision_wrap .vision_box .tit_box p span {
    color:var(--main-color1);
}

.vision_wrap .vision_box .sub_box {
    width:70%;
    display:flex;
    flex-direction: column;
    align-items: flex-end;
}
.vision_wrap .vision_box .sub_box span {
    line-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: keep-all;
    text-align: justify;
}
.vision_wrap .vision_box .sub_box .read_more {
    margin-top:20px;
}
.vision_wrap .vision_box .sub_box .read_more a {    
    width:170px;
    display: block;    
}

.vision_wrap .vision_box .sub_box .read_more a .btn {
    width:100%;
    display:flex;    
    justify-content: space-between;
}
.vision_wrap .vision_box .sub_box .read_more a .btn p {
    letter-spacing: 4px;
    transition: 0.3s cubic-bezier(0.75, 0.26, 0.18, 0.8);
}
.vision_wrap .vision_box .sub_box .read_more a .btn img {}

.vision_wrap .vision_box .sub_box .read_more a .bar {
    width:100%;
    height:2px;
    background:#191919;
    margin-top:12px;
}
.vision_wrap .vision_box .sub_box .read_more a .bar .gage {
    width:0;
    height:100%;
    background: var(--main-color1);
    transition: 0.3s cubic-bezier(0.75, 0.26, 0.18, 0.8);
}
.vision_wrap .vision_box .sub_box .read_more a:hover .btn p {
    letter-spacing: 2px;    
}
.vision_wrap .vision_box .sub_box .read_more a:hover .bar .gage {
    width:100%;
}

@media (max-width:1440px) {
    .contents_wrap {
        padding-top: 80px;
        border-radius: 60px 60px 0 0;
    }
}
@media (max-width:1280px) {
    .vision_wrap .vision_box {
        flex-wrap: wrap;
    }
    .vision_wrap .vision_box .tit_box {
        width:100%;
        margin-right:0;
        margin-bottom:20px;
    }
    .vision_wrap .vision_box .tit_box p {
        font-size:32px;
    }
    .vision_wrap .vision_box .tit_box p br {
        display:none;
    }
    .vision_wrap .vision_box .sub_box {
        width:100%;
        align-items: flex-start;
    }
    .vision_wrap .vision_box .sub_box span {
        line-height: 1.5em;
    }
}
@media (max-width:768px) {
    .contents_wrap {
        padding-top:60px;
        border-radius: 40px 40px 0 0;
    }
    .vision_wrap .vision_box .tit_box p {
        line-height: 1.2em;
    }
    .vision_wrap .vision_box .tit_box p br {
        display:block;
    }

    .more_btn_box {
        height:32px;
    }
    .more_btn_box a span {
        letter-spacing: -1px;
    }
}

/* vision E */


/* business S */
.business_wrap {
    margin-bottom:100px;
}
.business_box {
    display:flex;    
}
.business_box .business {
    width:50%;
    height: 650px;   
    position:relative;
    transition: 0.3s;
    overflow: hidden;
}
.business_box .business:after {
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:200px;
    background:linear-gradient(0deg, #00000082 0 20%, transparent);
    z-index: 2;
    pointer-events: none;
    transition: 0.5s;
}
.business_box .business a {
    width:100%;
    height:100%;
    display:flex;
}
.business_box .business a .info_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 0 40px 40px;  
    position: relative;
    z-index: 3;
}
.business_box .business a .info_box .category {
    width:80px;
    height:32px;
    display:flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border:1px solid #fff;
    margin-bottom:8px;
}
.business_box .business a .info_box .category span {
    color:#fff;
}
.business_box .business a .info_box .tit {}
.business_box .business a .info_box .tit p {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2em;
}


.business_box .business a .info_box .read_more {    
    width:170px;
    display: block;    
    margin-top:20px;
    height:0px;
    overflow: hidden;
    transition: 0.5s;
}

.business_box .business a .info_box .read_more .btn {
    width:100%;
    display:flex;    
    justify-content: space-between;
}
.business_box .business a .info_box .read_more .btn p {
    color:#fff;
    letter-spacing: 4px;
    transition: 0.5s;
}

.business_box .business a .info_box .read_more .bar {
    width:100%;
    height:2px;   
    margin-top:12px;
}
.business_box .business a .info_box .read_more .bar .gage {
    width:0;
    height:100%;
    background: #fff;
    transition: 0.5s 0.2s;
    
}
.business_box .business:hover a .info_box .read_more {
    height:32px;
}

.business_box .business:hover a .info_box .read_more .bar .gage {
    width:100%;    
}
.business_box .business_deep {
    display:flex;
    flex-direction: column;
    width:50%;
    height: 100%;
}
.business_box .business_deep .business {
    width:100%;
    height:325px;
}
.business_box .business.box1 {
    background:url(../img/business01.jpg) center / 100% no-repeat;
}
.business_box .business.box2 {
    background:url(../img/business02.jpg) center / 100% no-repeat;
}
.business_box .business.box3 {
    background:url(../img/business03.jpg) 50% 70% / 100% no-repeat;
}
.business_box .business.box4 {
    background:url(../img/business04.jpg) 50% 50% / 100% no-repeat;
}

.business_box .business:hover {    
    background-size: 120%;
    filter: grayscale(0);
}
.business_box .business:hover:after {
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    background:linear-gradient(0deg, var(--main-color1) 0 20%, transparent);
    z-index: 2;
    pointer-events: none;
}

@media (max-width:1440px) {
   
}
@media (max-width:1280px) {
    .business_box .business.box2 {
        background: url(../img/business02.jpg) center / cover no-repeat;
    }
}
@media (max-width:1024px) {
    .business_wrap {
        margin-bottom:80px;
    }
    .business_box .business.box1 {
        background: url(../img/business01.jpg) center / cover no-repeat;
    }
}
@media (max-width:768px) {
    .business_wrap {
        margin-bottom:60px;
    }
    .business_box {        
        flex-wrap: wrap;
    }
    .business_box .business.box1 {
        width:100%;
        height:240px;
        background: url(../img/business01.jpg) 50% 10% / cover no-repeat;
    }
    .business_box .business_deep {
        width:100%;
    }
    .business_box .business_deep .business {
        height:240px;
    }
    .business_box .business a .info_box {
        margin: 0 0 20px 20px;
    }
    .business_box .business a .info_box .tit p {
        font-size:24px;
    }   
}

/* business E */


/* gallery S */

.gallery_wrap {
    margin-bottom: 100px;;
}
.gallery_box {}
.gallery_box .tit_box {
    margin-bottom:20px;
    display:flex;
    justify-content: space-between;
    align-items: flex-end;
}
.gallery_box .tit_box .txt_box h1 {
    font-size:16px;
    font-weight:500;
    color:var(--main-color2);
    margin-bottom:4px;
}
.gallery_box .tit_box .txt_box p {
    font-size: 48px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}
.gallery_box .tit_box .txt_box p:after {
    content: '';
    position: absolute;
    top: -40px;
    right: -32px;
    width: 64px;
    height: 67px;
    background: url(../img/mv_point2.svg) 100% / 64px 67px no-repeat;
}
.gallery_box .tit_box .txt_box p span {
    color:var(--main-color2);
}

.gallery_list_box {
    display:flex;
}
.gallery_list_box .txt_list {
    width:47.5%;
    margin-right:5%;
    height:487px;
    overflow: hidden;
}
.gallery_list_box .txt_list ul {}
.gallery_list_box .txt_list ul li {    
    padding: 12px 0;    
}
.gallery_list_box .txt_list ul li:nth-last-child(1) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom:none;
}
.gallery_list_box .txt_list ul li a {
    display:flex;
    transition: 0.3s;
}
.gallery_list_box .txt_list ul li a .img_box {
    width:140px;
    height:140px;
    margin-right:20px;
    position: relative;
    overflow: hidden;
}
.gallery_list_box .txt_list ul li a .img_box img {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    height:100%;
}
.gallery_list_box .txt_list ul li a .txt_box {
    width: calc(100% - 160px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.gallery_list_box .txt_list ul li a .txt_box span {
    color:#777;
    font-size:14px;
    display:block;
    margin-bottom:8px;
}
.gallery_list_box .txt_list ul li a .txt_box p {
    font-size:24px;
    font-weight:500;
    color:var(--color1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.gallery_list_box .txt_list ul li:hover a {
    background: #fff7ed;
    padding-left:20px;
}
.gallery_list_box .txt_list ul li.swiper-slide-active a {
    /*background: var(--main-color2);*/
    border:4px solid var(--main-color2);
}

.gallery_list_box .txt_list ul li.swiper-slide-active a .txt_box span {
    color:var(--main-color2);
}
.gallery_list_box .txt_list ul li.swiper-slide-active a .txt_box p {    
    font-weight:700;
    color:var(--main-color2);
}
.gallery_list_box .txt_list ul li.swiper-slide-active a .img_box {
    position: relative;
}
.gallery_list_box .txt_list ul li.swiper-slide-active a .img_box:after {
    content:'';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:var(--main-color2);
    opacity: 0.3;
}

.gallery_list_box .img_list_wrap {
    width:47.5%;
    position: relative;
}
.gallery_list_box .img_list {
    width: 100%;
    height:487px;
    overflow: hidden;
    border-radius: 0 60px;
    box-shadow: 10px 10px 40px rgba(0,0,0,0.2);
}
.gallery_list_box .img_list ul {}
.gallery_list_box .img_list ul li {}
.gallery_list_box .img_list ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
}
.gallery_list_box .img_list ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0px;
    background: linear-gradient(0deg, var(--main-color2) 0 20%, transparent);
    z-index: 2;
    pointer-events: none;
    
}
.gallery_list_box .img_list ul li a .txt_box {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    margin-bottom: 48px;
}
.gallery_list_box .img_list ul li a .txt_box p {
    font-size:40px;
    font-weight:700;
    color:#fff;
    opacity: 0;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.gallery_list_box .img_list ul li a .img_box {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.gallery_list_box .img_list ul li a .img_box img {
    height: 100%;
    transform: translateX(-50%);
    margin-left: 50%;
}

.gallery_list_box .img_list ul li.swiper-slide-active a:after {
    height: 200px;
    transition: 0.5s;
}

.gallery_list_box .img_list ul li.swiper-slide-active a .txt_box p  {
    animation: show3 1s forwards cubic-bezier(0.53, 0.04, 0.31, 1);
}

@keyframes show3 { 
    0%   {left:-20px; opacity: 0;}
    100% {left:0px; opacity: 1;}
}

.img_list_wrap .slide_btn_box {
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    width: 140px;
    height: 48px;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #CECECE;
    z-index: 3;
    padding: 0 8px;
}
.img_list_wrap .slide_btn_box .swiper-pagination {
    position: unset;
    color: #999;
}
.img_list_wrap .slide_btn_box .swiper-pagination .swiper-pagination-current {
    color:#191919;
    font-weight:700;
}
.img_list_wrap .slide_btn_box .btn {
    position: relative;
    display: flex;
}
.img_list_wrap .slide_btn_box .btn .swiper-button-next {
    position: unset;
    margin-top: auto;
}
.img_list_wrap .slide_btn_box .btn .swiper-button-prev {
    position: unset;
    margin-top: auto;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 700;
    color: #333;
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after {
    color:var(--main-color2);
}


@media (max-width:1440px) {
   
}
@media (max-width:1280px) {
    .gallery_box .tit_box .txt_box p {
        font-size:32px;
    }
}
@media (max-width:1024px) {
    .gallery_wrap {
        margin-bottom:80px;
    }
    .gallery_list_box .img_list_wrap {
        display:none;
    }
    .gallery_list_box .txt_list {
        width:100%;
        margin-right:0;
    }
	.gallery_list_box .txt_list ul li.swiper-slide-active a {        
        border:none;
    }
    
    .gallery_list_box .txt_list ul li.swiper-slide-active a .txt_box span {
        color:#333;
    }
    .gallery_list_box .txt_list ul li.swiper-slide-active a .txt_box p {    
        font-weight:600;
        color:#333;
    }
    .gallery_list_box .txt_list ul li.swiper-slide-active a .img_box {
        position: relative;
    }    
}
@media (max-width:768px) {
    .gallery_wrap {
        margin-bottom:40px;
    }
    .gallery_box .tit_box {
        flex-wrap: wrap;
    }
    .gallery_box .tit_box .txt_box {
        margin-bottom:12px;
    }
    .gallery_list_box .txt_list {        
        height: 288px;
        overflow: hidden;                
    }
    .gallery_list_box .txt_list ul li {
        padding: 8px 0;
    }
    .gallery_list_box .txt_list ul li:hover a {
        padding-left:0px;
    }
    .gallery_list_box .txt_list ul li a .img_box {
        width: 80px;
        height: 80px;
        margin-right: 20px;
        position: relative;
        overflow: hidden;
    }
    .gallery_list_box .txt_list ul li a .txt_box {
        width: calc(100% - 100px);        
    }
    .gallery_list_box .txt_list ul li a .txt_box p {
        font-size:18px;
        font-weight:600;
    }

    
    
}

/* gallery E */


/* banner S */

.banner_wrap {    
    margin:0 40px;
    border-radius: 60px;
    overflow: hidden;
    margin-bottom:100px;
    
}
.banner_wrap .banner_box {
    width:100%;
    height:420px;
    background: linear-gradient(90deg, #a76d34a1, #a76d34a1), url(../img/banner_img.jpg) 100% / cover fixed no-repeat;
    display: flex;
    align-items: center;
}
.banner_wrap .banner_box .left {
    width:50%;
    text-align: center;
}
.banner_wrap .banner_box .left span {
    color:#fff;
    font-size:18px;
    font-weight:500;
}
.banner_wrap .banner_box .left p {
    color:#fff;
    font-size:32px;
    font-weight:700;
    margin-top:12px;
}
.banner_wrap .banner_box .right {
    width:50%;
    text-align: center;
}
.banner_wrap .banner_box .right img {
    width:100%;
    max-width:360px;
}

@media (max-width:1440px) {
   
}
@media (max-width:1280px) {

}
@media (max-width:1024px) {
    .banner_wrap {
        margin: 0;
        border-radius: 0;
        margin-bottom:80px;
    }
    .banner_wrap .banner_box {
        background: linear-gradient(90deg, #a76d34a1, #a76d34a1), url(../img/banner_img.jpg) 100% / cover no-repeat;
        display: flex;
        height:360px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .banner_wrap .banner_box .left {
        width:100%;  
        margin-bottom:20px;      
    }
    .banner_wrap .banner_box .left p {
        margin-top:8px;
    }
    .banner_wrap .banner_box .right {
        width:100%;
    }
    .banner_wrap .banner_box .right img {
        max-width:200px;
    }
}
@media (max-width:768px) {
    .banner_wrap {        
        margin-bottom:40px;
    }
    .banner_wrap .banner_box {
        height:200px;
    }
    .banner_wrap .banner_box .left p {
        font-size:20px;
    }
    .banner_wrap .banner_box .left span {
        font-size:14px;
    }   
    .banner_wrap .banner_box .right img {
        max-width:140px;
    } 
}

/* banner E */



/* introduction S */

.introduction_wrap {
    margin-bottom:100px;
}
.introduction_box {
    display:flex;
}
.introduction_box .info_box {
    width:35%;
    margin-right:10%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.introduction_box .info_box .greet_box {
    display:flex;
    align-items: center;
    position: relative;
}
.introduction_box .info_box .greet_box:after {
    content:'';
    position:absolute;
    top:0;
    right:64px;
    width:250px;
    height:330px;
    border-radius: 100px 100px 0 0;
    background: #F8F8F8;
    transform: rotate(45deg);
    z-index: 1;
}
.introduction_box .info_box .greet_box .img_box {
    position: relative;
    z-index: 2;
}
.introduction_box .info_box .greet_box .img_box img {}
.introduction_box .info_box .greet_box .txt_box {
    position: relative;
    z-index: 2;
}
.introduction_box .info_box .greet_box .txt_box .txt {
    font-size:24px;
    color: var(--color3);
    margin-bottom:12px;
    line-height: 1.2em;
}
.introduction_box .info_box .greet_box .txt_box .txt span {
    font-weight:700;
    color:#0A1A56;
}
.introduction_box .info_box .greet_box .txt_box .txt p {}
.introduction_box .info_box .greet_box .txt_box .txt p bold {
    font-weight:700;
    color:#217ED4;
}
.introduction_box .info_box .greet_box .txt_box .btn {
    width:100%;
    height:48px;
}
.introduction_box .info_box .greet_box .txt_box .btn a {
    width:100%;
    height:100%;
    display:flex;
    align-items: center;
    justify-content: space-between;
    background:#fff;
    border-radius: 30px;
    border:1px solid #CECECE;
    padding:0 20px;    
    transition: 0.3s;
}
.introduction_box .info_box .greet_box .txt_box .btn a p {
    font-size:16px;
    font-weight:500;
    color:var(--color3);
    letter-spacing: 0px;
    transition: 0.3s;
}
.introduction_box .info_box .greet_box .txt_box .btn a img {
    width:8px;
}
.introduction_box .info_box .greet_box .txt_box .btn:hover a {
    border:1px solid #217ED4;
    background-color: #217ED4;
}
.introduction_box .info_box .greet_box .txt_box .btn:hover p {
    letter-spacing: 2px;
    color:#fff;
}
.introduction_box .info_box .guide_box {
    width:100%;
    height:120px;
    background: linear-gradient(90deg,#1D4D71, #00E3C8);
    border-radius: 0 40px;
    position: relative;
    z-index: 3;
    margin-top: -4px;
    padding:0 40px;
}
.introduction_box .info_box .guide_box ul {
    display:flex;
    justify-content: space-around;
    align-items: center;
    width:100%;
    height:100%;
}
.introduction_box .info_box .guide_box ul li {    
}
.introduction_box .info_box .guide_box ul li a {
    font-size:24px;
    color:#fff;
    font-weight:700;
    transition: 0.3s;    
    display: block;
}
.introduction_box .info_box .guide_box ul li:hover a {
    margin-top:-8px;
    color: #ffef5e;
}
.introduction_box .board_box {
    width:55%;
    margin-top: 20px;
}
.introduction_box .board_box .tit_box {
    display:flex;
    justify-content: space-between;
    margin-bottom:20px;
}
.introduction_box .board_box .tit_box .txt_box {}
.introduction_box .board_box .tit_box .txt_box ul {
    display:flex;
}
.introduction_box .board_box .tit_box .txt_box ul li {
    font-size:32px;
    font-weight:700;
    color:#d2d2d2;
    margin-right:20px;
    cursor: pointer;
}
.introduction_box .board_box .tit_box .txt_box ul li:nth-last-child(1) {
    margin-right:0;
}
.introduction_box .board_box .tit_box .txt_box ul li:hover {
    color:#03A9C8;
}
.introduction_box .board_box .tit_box .txt_box ul li.on {
    color:#191919;
}

.introduction_box .board_box .list_box {}
.introduction_box .board_box .list_box .board {
    display:none;
}
.introduction_box .board_box .list_box .board.on {
    display:block;   
}

.introduction_box .board_box .list_box .board ul {
    display:flex;
    flex-wrap: wrap;
}
.introduction_box .board_box .list_box .board ul li {
    width:47.5%;
    margin-right:5%;
    margin-bottom:28px;
    border-top:2px solid #333;
    padding:20px 0;
    transition: 0.3s;
}
.introduction_box .board_box .list_box .board ul li:nth-child(2n+2) {
    margin-right:0;
}
.introduction_box .board_box .list_box .board.on ul li {
    animation: show4 0.5s forwards cubic-bezier(0.53, 0.04, 0.31, 1);
    position: relative;
    opacity: 0;
}
.introduction_box .board_box .list_box .board.on ul li:nth-child(1) {
    animation-delay: 0.1s;
}
.introduction_box .board_box .list_box .board.on ul li:nth-child(2) {
    animation-delay: 0.2s;
}
.introduction_box .board_box .list_box .board.on ul li:nth-child(3) {
    animation-delay: 0.3s;
}
.introduction_box .board_box .list_box .board.on ul li:nth-child(4) {
    animation-delay: 0.4s;
}
@keyframes show4 { 
    0%   {right:20px; opacity: 0;}
    100% {right:0px; opacity: 1;}
}
.introduction_box .board_box .list_box .board ul li a {}
.introduction_box .board_box .list_box .board ul li a .tit {
    margin-bottom:20px;
}
.introduction_box .board_box .list_box .board ul li a .tit h1 {
    font-size:14px;
    font-weight:500;
    color:#03A9C8;
    margin-bottom:8px;
}
.introduction_box .board_box .list_box .board ul li a .tit p {
    font-size:18px;
    font-weight:700;
    color:var(--color1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.introduction_box .board_box .list_box .board ul li a .sub {}
.introduction_box .board_box .list_box .board ul li a .sub span {
    color:var(--color3);
    line-height: 1.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: keep-all;
}

.introduction_box .board_box .list_box .board ul li:hover {
    padding-left:8px;
}
.introduction_box .board_box .list_box .board ul li:hover a .tit p {
    color:#03A9C8;
}


@media (max-width:1440px) {
   
}
@media (max-width:1280px) {
    .introduction_box .info_box {
        width: 40%;
        margin-right: 5%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .introduction_box .info_box .greet_box .img_box img {
        width:100%;
        max-width:200px;
    }
    .introduction_box .info_box .greet_box:after {
        display:none;
    }
}
@media (max-width:1024px) {
    .introduction_wrap {
        margin-bottom:60px;
    }
    .introduction_box {
        flex-direction: column;
    }
    .introduction_box .info_box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .introduction_box .info_box .greet_box .img_box {
        margin-right:20px;
    }
    .introduction_box .info_box .guide_box {
        width:100%;
        max-width: 640px;
        height:80px;
    }

    .introduction_box .board_box {
        width:100%;
    }
}
@media (max-width:768px) {
    .introduction_wrap {
        margin-bottom:40px;
    }
    .introduction_box .board_box .tit_box {
        align-items: center;
        margin-bottom: 16px;
        padding-bottom: 8px;
        border-bottom: 2px solid #333;
    }
    .introduction_box .board_box .tit_box .txt_box ul li {
        margin-right:12px;
        font-size:24px;
    }
    .introduction_box .info_box .greet_box .img_box img {
        width: 100%;
        max-width: 120px;
    }
    .introduction_box .info_box .greet_box .txt_box .txt {
        font-size:20px;
    }
    .introduction_box .info_box .greet_box .txt_box .btn {
        height:40px;
    }
    .introduction_box .info_box .greet_box .txt_box .btn a p {
        font-size:14px;
    }
    .introduction_box .info_box .guide_box ul li a {
        font-size:18px;
    }
    
    .introduction_box .board_box .list_box .board ul li {
        width: 100%;
        margin-right: 0;
        border-bottom: 1px solid #eaeaea;
        border-top: none;
        margin-bottom: 16px;
        padding: 0;
        padding-bottom: 16px;
    }
    .introduction_box .board_box .list_box .board ul li:nth-last-child(1) {
        margin-bottom:0;
        border-bottom:none;
    }
    .introduction_box .board_box .list_box .board ul li a .tit {
        margin-bottom: 12px;
    }
    .introduction_box .board_box .list_box .board ul li a .tit p {
        font-size:16px;
    }
    .introduction_box .board_box .list_box .board ul li a .sub span {
        font-size:14px;
    }    
}


/* introduction E */

/* agency S */

.agency_warp {
    border-top: 4px solid #f5f5f5;
}
.agency_box {
    width:100%;
    height:110px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.agency_box ul {
    display:flex;    
    justify-content: flex-start;
    flex-direction: row;
    width:100%;
    height: 100%;        
}
.agency_box ul li {    
    display: flex;
}
.agency_box ul li a {
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.agency_box ul li a img {}

@media (max-width:1440px) {
   
}
@media (max-width:1280px) {

}
@media (max-width:1024px) {
    .agency_box {
        height:80px;
    }
}
@media (max-width:768px) {
    .agency_box {
        height:60px;
    }
    .agency_box ul li a img {
        max-height: 28px;
    }
}

/* agency E */


/* contents E */

