@charset "utf-8";


/* ***** common ***** */
/* .mb-widget .mb-latest-basic img {display: none !important;} */

.mobile_view #sub-pg-menu.pc{}

/* 플러그인 Ultimate Member */
.um- + * {display: contents !important;}
.um:not(.um-admin){display: contents !important;}
/* .post.page{display: flex;
    justify-content: center;
    align-items: center;} */
.um-account-side {
    float: left;
    width: 30%;
    padding: 0;
    box-sizing: border-box;
    min-width: 400px;
}
.um:not(.um-admin) .um-form{min-width: 400px;}
/* .um-277.um {display: contents !important;}
.um-278.um {display: contents !important;}
.um-279.um {display: contents !important;}
.um-309.um {display: contents !important;} */

/* 레이아웃 */
.wrap:after, .wrap:before {display: none;content: '';}
.wrap::after, .wrap::before {display: none;content: '';}
#wrapper{position:relative; min-width:1400px; overflow:hidden;}
.wrap{position:relative;width:1400px;margin:0 auto;}
.wrap.wide{width:1820px;}
.skip{overflow:hidden;}
#contents{min-height:500px;padding: 0 0 100px 0;}
.inner {max-width: 1400px; margin: 0 auto;}
.more-btn.purple {display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 100%; background-color: #fff; border: 1px solid #e6e6e6; transition: 0.5s ease;}
.more-btn.purple i {display: block; width: 14px; height: 14px; background: url('../img/main/section3-more-ico.png') no-repeat 50% 50% / cover; transition: 0.5s ease; }
.more-btn.purple:hover {background-color: #715cb8; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);}
.more-btn.purple:hover i{background: url('../img/main/section3-more-ico-wht.png') no-repeat 50% 50% / cover; transform: rotate(180deg); }

.more-btn.gray {display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 100%; background-color: #fff; border: 1px solid #e6e6e6; transition: 0.5s ease; box-shadow: 0px 0px 37px -2px rgba(0, 0, 0, 0.4);}
.more-btn.gray i {display: block; width: 14px; height: 14px; background: url('../img/main/section3-more-ico.png') no-repeat 50% 50% / cover; transition: 0.5s ease; }
.more-btn.gray:hover {background-color: #636363; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);}
.more-btn.gray:hover i{background: url('../img/main/section3-more-ico-wht.png') no-repeat 50% 50% / cover; transform: rotate(180deg); }

html {height: 100%;background-color: #222128;}
body {background-color: white;}

/* header */
header {position: fixed; width: 100%; top: 0; left: 0; width: 100%; display: block; transition: 0.5s ease; z-index: 9999;}
header.fixed {position: fixed; top: -40px; left: 0; width: 100%; background-color: #fbf3fb;box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4);}
header::after{content: ''; position: absolute; top: 40px; left: 0; width: 100%; background-color: rgba(229,229,229,0.3); display: block; height: 1px;}
header .gnb {height: 40px; display: flex; align-items: center; justify-content: flex-end; }
header .gnb ul {display: flex; align-items: center; margin-right: 52px;}
header .gnb ul li:nth-child(n+2){margin-left: 21px; padding-left: 21px; position: relative;}
header .gnb ul li:nth-child(n+2)::after{content: ''; position: absolute; top: 50%; left: 0; width: 1px; height: 8px; background-color: #8a8a8a; transform: translateY(-50%);}
header .gnb ul li a {font-size: 14px; font-weight: 400; color: black; letter-spacing: -0.02em;}

header .gnb .family-site{display: flex; align-items: center; justify-content: center; height: 100%; padding: 0 25px 0 34px; font-size: 14px; font-weight: 500; color: black; position: relative; z-index: 2; transition: 0.5s ease;}
header .gnb .family-site::before{content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(24, 56, 135, 1) 0%, #5cb8b8 100%); display: block; z-index: -1; opacity: 0;}
header .gnb .family-site:hover::before{opacity: 1;}
header .gnb .family-site i {margin-left: 29px; display: flex; align-items: center; justify-content: center;}

header .main-header {height: 97px; display: flex; align-items: center; justify-content: space-between;}
header .main-header .logo {display: flex; align-items: center; justify-content: center; width: 200px;}
header .main-header nav > ul{gap: 90px;}
header .main-header nav > ul > li {position: relative;}
header .main-header nav ul {display: flex; align-items: center; justify-content: flex-end;}
header .main-header nav ul li > a {font-size: 20px; font-weight: 600; color: black; position: relative;}
header .main-header nav > ul > li > a {position: relative;}
header .main-header nav > ul > li > a::after{content: ''; position: absolute; top: -12px; left: 37px; width:
    6px; height: 6px; border-radius: 100px; background-color: #167bb0; opacity: 0; transition: 0.5s;}
    header .main-header nav > ul > li > a::before{content:''; position: absolute; bottom: -20px; width: 100%; left: 0; height: 50px; transform: translateY(50%); height: 0;}
    header .main-header nav > ul > li.active > a::before{height: 50px;}
    header .main-header nav > ul > li.active > a::after{opacity: 1;}
header .main-header nav ul.sub-menu {position: absolute; top: 100%; width: 210px; right: -46px; transform: translateY(16px); background-color: #fff; border-radius: 12px; border: 1px solid #cccccc; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3); display: flex; flex-direction: column; padding: 40px 0; gap: 20px; visibility: hidden; opacity: 0; z-index: 99;}
header .main-header nav > ul > li.active ul.sub-menu{visibility: visible; opacity: 1;}  
header .main-header nav ul.sub-menu li{width: 100%; display: block; padding: 0 40px;}
header .main-header nav ul.sub-menu li a {font-size: 16px; color: #000; font-weight: 400; transition: 0.5s ease; position: relative; width: 100%; display: block; text-align: center;}
header .main-header nav ul.sub-menu li a:hover {color: #110b64;}
header .main-header nav ul.sub-menu li a::before{content: ''; position: absolute; bottom: 2px; left: 50%; width: 100%; height: 10px; background-color: rgba(113,92,184,0.15); transform: translateX(-50%); display: block; border-radius: 4px; width: 0; transition: 0.5s ease;}
header .main-header nav ul.sub-menu li a:hover::before{width: 100%;}


/* sub */
header.sub {background-color: #ffffff;}
header.sub::after{content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 40px; background-color: #e5e5e5; z-index: -1;}
header.sub .gnb ul li a {color: #000;}
header.sub .gnb .family-site {background-color: #fff; color: #000;}
header.sub .gnb .family-site i {filter: invert(1);}
header.sub .main-header nav ul li > a {color: #000;}
#site-content{width: 1200px;margin: auto;padding: 50px 0px;}

/* sub-menu */
#sub-pg-menu{background:#3b91bd; display: flex; align-items: center; height: 70px;}
#sub-pg-menu .inner{display: flex; align-items: center; width: 100%; padding: 0 50px; height: 100%;}
#sub-pg-menu .inner ul{display: flex; align-items: center; width: 100%; height: 100%;}
#sub-pg-menu .inner ul li{height: 100%;}
#sub-pg-menu .inner ul li button:before{
    top: calc(50% - 10px);
    right: 0;
    width: 20px;
    height: 20px;
    background-position: left -150px;
    display: block;
    position: absolute;
    background-image: url(../img/common/sub_head_head_top_icon_white.png);
    background-repeat: no-repeat;
    content: '';}
#sub-pg-menu .etc_item{
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 100%;
    vertical-align: top;
    text-align: right;
}
#sub-pg-menu .inner ul li.home{position: relative;}
#sub-pg-menu .inner ul li.home::after{content: ''; position: absolute; top: 50%; right: 0; width: 1px; height: 22px; background-color: #fff; transform: translateY(-50%);}
#sub-pg-menu .inner ul li.home a{display: flex; align-items: center; justify-content: center; width: 70px; height: 100%;}
#sub-pg-menu .inner ul li:not(.home){position: relative;}
#sub-pg-menu .inner ul li:not(.home) > a{width: 325px;color: #fff; display: flex; align-items: center; justify-content: space-between; padding: 0 30px; height: 100%; font-size: 17px; }
#sub-pg-menu .inner ul li:not(.home) > a.active {background: linear-gradient(180deg, rgba(113,92,184,1) 0%, rgba(194,72,100,1) 100%);}
#sub-pg-menu .inner ul li:not(.home) .option-box{position: absolute; bottom: 0; left: 0; width: 100%; background-color: #fff; transform: translateY(100%); display: flex; flex-direction: column;  gap: 20px; z-index: 99; border-radius: 0 0 20px 20px; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3); display: none;}
#sub-pg-menu .inner ul li:not(.home) .option-box ul{flex-direction: column; width: 100%;}
#sub-pg-menu .inner ul li:not(.home) .option-box ul li {width: 100%; display:flex; align-items: center; justify-content: center; height: 100%; transition: 0.5s;}
#sub-pg-menu .inner ul li:not(.home) .option-box ul li:hover{background-color: #110b64;}
#sub-pg-menu .inner ul li:not(.home) .option-box ul li:nth-child(n+2){border-top: 1px solid #ccc;}
#sub-pg-menu .inner ul li:not(.home) .option-box ul li a{width: 100%; display: flex; align-items: center; padding: 0 30px; height: 70px; font-size: 15px; color: #000; font-weight: 400; transition: 0.5s;}
#sub-pg-menu .inner ul li:not(.home) .option-box ul li:hover a {color: #fff;}

#sub-pg-menu .inner ul li:not(.home) > a i{transition: 0.5s;}
#sub-pg-menu .inner ul li:not(.home) > a.active  i{transform: rotate(180deg);}

#sub-menu-mobile{display: none;}
.mobile_view{display: none;}
.gap{height: 207px;}

/* mo-header */
.dim {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); z-index: 9999; opacity: 0; transition: 0.5s; visibility: hidden;}
.dim.active {opacity: 1; visibility: visible;}
#mo-fixed-menu{position: fixed; top: 0; left: 0; width: 100%; height: 70px; background-color: #fff; z-index: 9999; display: none}
#mo-fixed-menu .inner{display: flex; align-items: center; justify-content: space-between; padding: 0 20px; height: 100%;}
#mo-fixed-menu h1 a{display: flex; align-items: center; justify-content: center; width: 180px;}
#mo-header .menu{
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    height: 100%;
    background: #fff;
    z-index: 99999;
    transition: right 0.3s ease;
}
#mo-header .ham-btn{width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; position: relative; z-index: 2;}
#mo-header .ham-btn span{display: block; width: 100%; height: 1px; background-color: #000; position: absolute; transition: 0.5s;}
#mo-header .ham-btn span:nth-child(1){top: calc(50% - 6px);}
#mo-header .ham-btn span:nth-child(2){top: 50%;}
#mo-header .ham-btn span:nth-child(3){top: calc(50% + 6px);}

#mo-header .menu_header{height: 70px; display: flex; align-items: center; justify-content: flex-end; padding-right: 20px; background-color: #186389; gap: 20px;padding: 0 3vw;}
#mo-header .family_button button{display: flex; align-items: center; justify-content: center; width: 98px; height: 31px;
    color: #110b64; font-size: 13px; border-radius: 2px; background-color: #fff; }

#mo-header .menu_hide button{width: 16px; height: 16px; font-size: 0; text-indent: -9999em; position: relative; display: flex; align-items: center; justify-content: center;}
#mo-header .menu_hide button::before{content: ''; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background-color: #fff; transform: translateY(-50%) rotate(-45deg);}
#mo-header .menu_hide button::after{content: ''; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background-color: #fff; transform: translateY(-50%) rotate(45deg);}
#mo-header .wrap{text-align: center;padding-right: calc(100% - 150px);height: 100%;}
#mo-header .wrap:before{height: 100%;}
#mo-header .wrap .depth1 {height: 100%;background-color: #f2f2f2;}
#mo-header .wrap .depth2_item{text-align: left;}
#mo-header .wrap .depth2_item a{
    display: block;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0;
    margin: -17px 0;
}
/* #mo-header .wrap .depth1_item.has > .depth_text:after{background-color: #0583f2;} */
#mo-header .depth1_item.has > .depth_text:after{border-radius: 0;top: 36px;width: 150px;height: 10px;}
#mo-header .wrap .has{background-color: #0583f2;}
#mo-header .wrap .has a{color: white;}
#mo-header .wrap .depth2_list{
    display: block;
    position: absolute;
    left: 150px;
    width: calc(100% - 150px);
    visibility: visible;
    top: 0;
    opacity: 1;
}
#mo-header .wrap .depth_item {
    padding: 15px 10px;
}
#mo-header .wrap .depth2{padding: 0;margin-top: 7px;}
#mo-header .menu_header .logo{position: absolute;width: 150px;left: 20px;}
#mo-header .menu active .lnb_gnb ul li{display: inline-block;position: relative;vertical-align: top;}
#mo-header .lnb_gnb{display: block;position: relative;width: 100%;padding: 14px 0;text-align: center;background-color: #186389;}
#mo-header .lnb_gnb::before{
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 6vw);
    height: 1px;
    background-color: rgba(255, 255, 255, 0.16);
    content: '';
}
#mo-header .menu_header .logo{position: absolute;width: 150px;left: 20px;}
#mo-header .gnb_link_box ul li{display: inline-block;position: relative;vertical-align: top;padding-left: 30px;}
#mo-header .gnb_link_box ul li::after{
    display: block;
        position: absolute;
        top: calc(50% - 7px);
        left: 13px;
        width: 1px;
        height: 12px;
        background-color: #d9d9d9;
        content: '';
        opacity: 0.3;
}
#mo-header .gnb_link_box ul li a, em{
    font-size: 15px;
    color: #fff;
    line-height: 21px;
    letter-spacing: -0.03em;
    font-weight: 400;
    font-family: 'WantedSans';
    vertical-align: top;color: white;
}
#mo-header .gnb_link_box ul li:first-child{padding-left: 0px;}
#mo-header .gnb_link_box #members a{
    display: inline-block;
    position: relative;
    background-image: linear-gradient(to right, #00bcf9 40%, #59d420 100%);
    background-clip: text;
    -webkit-background-clip: text;
    font-family: 'WantedSans';
    vertical-align: top;
    color: transparent !important;
}
#mo-header .gnb_link_box #members::before{
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    margin: 3px 6px 0 0;
    background-image: url(../img/common/header_gnb_link_icon.png);
    background-repeat: no-repeat;
    background-position: -20px -20px;
    vertical-align: top;
    content: '';
}

#mo-header .menu.active {
    right: 0;
}

.depth_item{
    font-size: 16px;
    color: #333;
    padding: 8px 10px;
}
.depth1_item.has > .depth_text {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #110b64;
}

.depth1_item.has > .depth_text:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -10px;
    width: 5px;
    height: 5px;
    background-color: #110b64;
    border-radius: 100%;
    transform: translateX(-50%);
}

.depth2 {
    display: none;
    border-radius: 10px;
    margin-top: 10px;
    padding: 20px 0;
}

.depth1_item.has .depth2 {
    display: block;
    position: static;
}

/* footer */
footer {background-color: #222128; position: relative;}
footer .footer-nav {padding: 40px 0 40px; border-bottom: 1px solid rgba(255,255,255,0.1); }
footer .footer-nav .inner {display: flex; align-items: center; justify-content: space-between;}
footer .footer-nav .inner > ul {display: flex; align-items: center; gap: 40px;}
footer .footer-nav .inner > ul li a {font-size: 16px; color: #fff; letter-spacing: -0.035em;}
footer .footer-nav .inner > ul li a.blue {color: #3b91bd;}

footer .footer-nav .site-map {position: relative; z-index: 99999;}
footer .footer-nav .site-map > a {height: 50px; display: flex; align-items: center; padding: 0 22px; font-family: "Noto Sans", sans-serif; font-size: 15px; color: #fff; letter-spacing: -0.035em; border: 1px solid #8c8c8c; border-radius: 4px; width: 188px; display: flex; justify-content: space-between;}
footer .footer-nav .site-map > a i {transform: rotate(180deg);}
footer .footer-nav .site-map .option-box {position: absolute; bottom: 0; background-color: #fff; width: 188px; border-radius: 4px; border: 1px solid #8c8c8c; z-index: 1; opacity: 0; visibility: hidden;}
footer .footer-nav .site-map a.active + .option-box{opacity: 1; visibility: visible; display: block !important;}
footer .footer-nav .site-map .option-box .select-tit {padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #8c8c8c;}
footer .footer-nav .site-map .option-box .select-tit a{height: 50px;display: flex; align-items: center; font-size: 15px; color: #4d4d4d; font-weight: 300; letter-spacing: -0.035em; font-family: "Noto Sans", sans-serif;  width: 100%;}
footer .footer-nav .site-map .option-box ul {margin: 20px; height: 250px; overflow: hidden; overflow-y: auto;}
footer .footer-nav .site-map .option-box ul li a {font-size: 15px; color: #4d4d4d; letter-spacing: -0.035em; font-family: "Noto Sans", sans-serif; position: relative;}
footer .footer-nav .site-map .option-box ul li a::after {content: ''; position: absolute; bottom: 0px; left: 0px; width: 100%; height: 1px; background-color: #4d4d4d; width: 0; transition: 0.5s;}
footer .footer-nav .site-map .option-box ul li a:hover::after{width: 100%;}
footer .footer-nav .site-map .option-box ul li:nth-child(n + 2){margin-top: 12px;}


footer .footer-info {padding: 45px 0 164px; }
footer .footer-info p span {color: #fff; font-size: 16px; letter-spacing: -0.035em; font-family: 'GmarketSans'; font-weight: 500;}
footer .footer-info p span:nth-child(n+2){margin-left: 22px; }
footer .footer-info p.acc {font-size: 15px; color: #fff; letter-spacing: -0.035em; font-family: 'GmarketSans'; font-weight: 500; margin-top: 6px;}
footer .footer-info p.copy {margin-top: 20px; font-size:15px; color: #fff; letter-spacing: -0.035em; font-family: 'GmarketSans'; font-weight: 400;}


/* top */
#floating-box {position: absolute; top: 105px; right: 50px; z-index: 1;}
#floating-box .top-btn {width: 60px; height: 60px; border-radius: 20px; background: linear-gradient(180deg, rgba(24, 56, 135, 1) 0%, #5cb8b8 100%); display: flex; align-items: center; justify-content: center; transition: 0.5s; box-shadow: 0px 0px 20px 0 rgba(174, 183, 203, 0.05);}
#floating-box .top-btn:hover {outline: 5px solid rgba(160, 143, 215, 0.2);}


/* main */
main {overflow: hidden;}
.main-visual-slide-wrapper{position: relative;}
/* #main-visual-wrapper::after {content: ''; position: absolute; top: 0; left: 0; width: 100%; background: url('../img/main/visual-top-bg.png') no-repeat 50% 50% / cover; display: block; height: 251px;} */
.visual-bg {
    position: absolute;  
    top: 0;
    left: 0;
    width: 100%;
    height: 869px;
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease;
    z-index: 1;
}

.visual-bg::before {
    content: ''; 
    position: absolute; 
    top: 164px;
    width: 100%;
    left: 50%;
    margin-left: 350px;
    height: 730px; 
    background: url('../img/main/visual-bg-overlay_body.png') repeat-x;
}

.visual-bg::after {
    content: ''; 
    position: absolute; 
    top: 164px;
    width: 375px;
    left: 50%;
    height: 730px; 
    background: url('../img/main/visual-bg-overlay.png') no-repeat 50% 50% / cover;
}

#main-visual-wrapper {
    position: relative;
    z-index: 2;
    height: 869px;
    margin-bottom: -200px;
}

.visual-box.ready {
    opacity: 0;
}
.visual-box {
    opacity: 1;
    transition: opacity 0.5s ease;
}

.visual-box .box {
    background: none !important; 
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 1400px;
    margin: 0 auto;
}
.visual-box .slide-img {
    width: 100%;  
    height: 511px;
    margin: 260px auto 0;
    margin-bottom: 30px; 
    position: relative;
    z-index: 2;
    border-radius: 48px;
    border-top-right-radius: 130px;
    overflow: hidden;
    /* box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.4); */
}
.visual-box .slide-img::after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/main/visual-mask.png) repeat-y;
    display: block;
}
.visual-box .slide-img img {
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
    margin: 0 auto;
}
.slide-content {
    position: absolute;
    bottom: 112px;
    top: 390px;
    left: 182px;
    z-index: 6;
    text-align: center;
    color: #fff;
    text-align: left;
    z-index: 12;
}
.slide-content p {margin-bottom: 16px;}
.slide-content strong {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.025em;
    font-family: 'GmarketSans';
    display: block;
}
.slide-content p {font-size:16px; color: rgba(255,255,255,0.7); font-family: '굴림'; text-align: left;}
.main-visual-slide-wrapper .slick-btn-box {position: relative; width: 100%; z-index: 11; max-width: 75px; top: 73px; left: 50%; margin-left: 556px; transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between;}
/* .main-visual-slide-wrapper .slick-btn-box::before {position: absolute; top: 86%; left: 80%; width: ;} */

.main-visual-slide-wrapper .slick-btn-box > div {width: 37px; height: 37px; border-radius: 100%; display: flex; align-items: center; justify-content: center; border: 1px solid #fff; cursor: pointer; transition: all 0.5s ease; background: white;box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4);}
.main-visual-slide-wrapper .slick-btn-box > div:hover {background: #157bb0; border: none;}
#main-visual-slide-wrapper .slick-btn-box > div img {display: block;}

.main-visual-slide-wrapper .visual_count{position: absolute; bottom: -10%;left: 50%; max-width: 1020px; transform: translateX(-50%); width: 100%; display: flex; align-items: center; justify-content: flex-end; z-index: 5; }
.main-visual-slide-wrapper .visual_count::after{
    content: '';
    position: absolute;
    top: -45%;
    right: 50%;
    margin-right: -560px;
    width: 200px;
    height: 65px;
    border-radius: 100px;
    background-color: #eef0fb;
    z-index: -1;
}
.main-visual-slide-wrapper .visual_count .slick-text {font-size: 16px; font-family: "Montserrat", serif;}
.main-visual-slide-wrapper .visual_count .slick-text.visual_current {font-weight: 500; color: #424242; padding-right: 15px;}
.main-visual-slide-wrapper .visual_count .slick-text.visual_total {font-weight: 400; color: #c7c7c7; padding-left: 15px; margin-right: 10px;}
.main-visual-slide-wrapper .visual_count .progress_bar {width: 20px; height: 1px; background-color: #efeff4; }
.main-visual-slide-wrapper .visual_count .progress_bar span {height: 1px; background-color: #715cb8; display: block; width: 0; }

.main-visual-slide-wrapper .visual_count .progress_bar span.on {
    animation: progress 4s linear forwards;
}

@keyframes progress {
    0% { width: 0; }
    100% { width: 100%; }
}

.main-visual-slide-wrapper .visual_count .slick-pause {display: block; width: 22px; height: 22px; font-size: 0; text-indent: -9999em; background: url('../img/main/pause-ico.png') no-repeat 50% 50% / 22px 22px;}
.main-visual-slide-wrapper .visual_count .slick-play {display: block; width: 22px; height: 22px; font-size: 0; text-indent: -9999em; background: url('../img/main/play-ico.png') no-repeat 50% 50% / 22px 22px;}


/* section1 */
.section2 li .mb-latest-item-title a {
    font-size: 17px;
    font-weight: 600;
}
.section1 { padding: 140px 0 130px; position: relative;}
.section1::after{content: ''; position: absolute; top: 2px; left: 0; width: calc(50% + 100px); height: 198px; z-index: 1;}
.section1::before {content: ''; display: block; position: absolute; bottom: 25px; left: 0; width: 1751px; height: calc(100% + 160px); border-bottom-right-radius: 105px; z-index: 0;}
.section1 .inner {position: relative;z-index: 2;}
.section1 .sub-tit {
    position: absolute;
    top: 40px;
    display: block;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 32px;    
    color: white;
    left: 14%;
    z-index: 10;
}
.section1 .sub-tit h3 {font-size: 36px; font-weight: 600; letter-spacing: -0.02em;}
.section1 .sub-tit p {font-size: 20px; font-weight: 500; letter-spacing: -0.02em; font-family: 'GmarketSans';}
.section1 .business-info{padding: 10px 0;}
.section1 .business-info a {display: block; width: 250px; height: auto; border-radius: 20px; background-color: #fff; padding: 0px 0 24px; position: relative; box-shadow: 0px 0px 20px 0px rgba(208,216,233,0.5); overflow: hidden; transition: 0.5s;}

/* 배너 이벤트 */
.section1 .business-wrapper .business-info a:hover {margin-left: 15px;}

.section1 .business-info a .default .top-area{padding: 0 36px 0 40px; display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px;}
.section1 .business-info a .default .top-area em {color: #715cb8; font-size: 28px; font-weight: 800;  font-family: "Montserrat", serif;}
.section1 .business-info a .default .top-area strong{color: #2a313f; font-size: 26px; font-weight: 600; font-family: 'GmarketSans';}
.section1 .business-info a .default .img-box {height: 177px; display: block; width: 100%; margin-bottom: 20px;}
.section1 .business-info a .default .more-arrow {display: flex; align-items: center; justify-content: flex-end; width: 100%; padding-right: 36px; font-size: 15px; font-weight: 300; color: #404065; font-family: "Noto Sans", sans-serif; }
.section1 .business-info a .default .more-arrow i {display: block; margin-left: 6px;}
.section1 .business-info a .hover {position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 30px; background: linear-gradient(180deg, rgba(24, 56, 135, 1) 0%, #5cb8b8 100%); opacity: 0; transition: 0.5s ease;}
.section1 .business-info a:hover .hover{opacity: 1;}

.section1 .business-info a .hover .top-area{margin-bottom: 29px; padding-bottom: 21px; border-bottom: 1px solid rgba(255,255,255,0.3)}
.section1 .business-info a .hover .top-area > div {display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px;}
.section1 .business-info a .hover .top-area > div  em {color: #fff; font-size: 28px; font-weight: 800;  font-family: "Montserrat", serif;}
.section1 .business-info a .hover .top-area strong {font-family: 'GmarketSans'; font-size: 26px; letter-spacing: -0.02em; color: #fff;}
.section1 .business-info a .hover p {font-size: 17px; color: #fff; font-family: '굴림';}

.section1 .btn-box {position: absolute; bottom: -55px; right: 0; display: flex; align-items: center; gap: 7px;}
.section1 .btn-box .slick-arrow {display: block; width: 50px; height: 50px; border-radius: 50%; background-color: #fff; cursor: pointer;border: 1px solid rgba(113,92,184,0.5); transition: 0.5s;}
.section1 .btn-box .slick-arrow.business-prev {background: #fff url('../img/main/prev-arrow-p.png') no-repeat 50% 50% / 10px 14px;}
.section1 .btn-box .slick-arrow.business-prev:hover {background: #715cb8 url('../img/main/prev-arrow-w.png') no-repeat 50% 50% / 10px 14px; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);}
.section1 .btn-box .slick-arrow.business-next {background: #fff url('../img/main/next-arrow-p.png') no-repeat 50% 50% / 10px 14px;}
.section1 .btn-box .slick-arrow.business-next:hover {background: #715cb8 url('../img/main/next-arrow-w.png') no-repeat 50% 50% / 10px 14px; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);}
.section1 .btn-box .more-btn {border: 1px solid rgba(113,92,184,0.5);}

.business-wrapper {width: 800px; left: 610px; margin-top: 90px;}

.visual1-bg::after {
    content: '';
    position: absolute;
    top: 186px;
    width: 100%;
    height: 373px;
    left: 50%;
    margin-left: -700px;
    background: url(../img/main/sec1-back-img.png) no-repeat;
}
.section1 .sub-tit .large span {font-family: 'GmarketSans' !important;color: #dfdfdf;font-weight: 200;}
.section1 .sub-tit .large {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    display: block;
}
.section1 .sub-tit .large::before {    
    position: absolute;
    display: block;
    top: -37px;
    left: -83px;
    width: 116px;
    height: 72px;
    background-image: url(../img/main/main_sprite.png);
    background-repeat: no-repeat;
    background-position: left 0px;
    content: '';
}

.section1 .sub-tit .small {
    font-size: 12px;
    font-weight: 100;
    color: #fff;
    margin-bottom: 20px;
    display: block;
    max-width: 312px;
}
.visual1-bg::before {
    content: '';
    position: absolute;
    top: 184px;
    width: 100;
    height: 411px;
    left: 50%;
    margin-left: -33px;
    height: 730px;
    background: url(../img/main/sec1_line_bg.png) repeat-x;
}
.notice-bold {
    display: inline;
    font-size: 32px;
    letter-spacing: -0.035em;
    color: #222;
    text-align: center;
    background-image: linear-gradient(to right, rgba(241, 49, 113, 1) 0%, rgba(113, 92, 184, 1) 25%, rgba(24, 56, 135, 1) 50%, rgb(5 5 5) 100%);
    background-image: -webkit-linear-gradient(to bottom, rgba(125, 63, 212, 1) 0%, rgba(213, 63, 118, 1) 54%, rgba(241, 49, 113, 1) 85%, rgba(239, 83, 56, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.notice-title {text-align: center;}
.notice-line {
    border-top: 1px solid #dce0ef96;
    text-align: center;
    margin: 16px 0 37px 0;
}
.notice-line::before {
    position: absolute;
    display: block;
    content: '';
    left: 50%;
    margin-left: -106px;
    border-top: 2px solid #0c0c0c;
    width: 200px;
    height: 2px;
    z-index: 1;
}


/* section2 */
.section2 {padding: 32px 0 113px; position: relative;}
.section2::before{
    content: '';
    position: absolute;
    top: -47px;
    left: 50%;
    margin-left: -510px;
    width: 621px;
    height: 143px;
    background: url(../img/main/news-bg.png) no-repeat 0 0 / 621px 143px;
    z-index: -1;
}
.section2 .flex-box {display: flex; gap: 80px; justify-content: space-between;}
/* .section2 .flex-box > li {width: calc(50% - 40px);} */
.section2 ul {justify-content: center;display: flex;}
.section2 li .sub-tit {display: flex; align-items: center; justify-content: space-between; margin-bottom: 31px;}
.section2 li .sub-tit h3 {font-size: 32px; letter-spacing: -0.035em; color: #222;}
.section2 li .sub-tit a {display: flex; align-items: center; justify-content: center; width: 15px; height: 15px;}

.section2 li .notice-cont ul li {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 -1px 35px 23px rgba(155, 151, 146, 0.1);
    position: relative;
    width: 100%;
    display: inline-block;
    margin-right: 20px;
    padding: 50px;
    /* max-width: 330px; */
}
/* .section2 li .notice-cont ul li:last-child {margin-right: 0px;}
.section2 li .notice-cont ul li:nth-child(n+2){margin-top: 16px;} */
.section2 li .notice-cont ul li.new::after{position: absolute; content: 'new'; right: -15px; top: 50%; transform: translateY(-50%); font-size: 14px; color: #fff; display: block; width: 50px; height: 26px; text-align: center; line-height: 25px; border-radius: 50px; background-color: #ff6035; font-family: 'Wanted Sans Variable'; }

/* .section2 li .notice-cont ul li span {
    color: #555350;
    font-size: 16px;
    display: inline-block;
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} */

/* .mb-board .pop-main .pop-confirm, .mb-board .pop-main .pop-alert {display: none;}
.mb-pop .pop-info {display: none;} */
.mb-board .mb-open-content, .mb-board .mb-content-item, .mb-board .table-view .content-box {overflow: hidden !important;}
.section2 li .notice-cont .notice-date {font-size: 12px; color: #adadad; padding: 0 30px;}
.section2 .notice-more {display: flex;justify-content: center;padding: 52px 0 0 0;}
.section2 {z-index: 1;}
.section2 .notice-title {
    text-align: center;
}
.section2 li .notice-cont .notice-title div {
    display: inline-block;
    max-width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #555350;
    letter-spacing: -0.025em;
    align-items: center;
    height: 60px;
    font-size: 17px;
    font-weight: 600;
}
.section2 li .notice-cont ul li .font-style-wanted span{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 39px;
}
.slick-btn-box .visual-next {
    background: #fff url(../img/main/next-arrow-p.png) no-repeat 50% 50% / 10px 14px !important;
}
.slick-btn-box .visual-next:hover {
    background: #157bb0 url(../img/main/next-arrow-w.png) no-repeat 50% 50% / 10px 14px !important;
}
.slick-btn-box .visual-prev {
    background: #fff url(../img/main/prev-arrow-p.png) no-repeat 50% 50% / 10px 14px !important;
}
.slick-btn-box .visual-prev:hover {
    background: #157bb0 url(../img/main/prev-arrow-w.png) no-repeat 50% 50% / 10px 14px !important;
}

/* banner */
.banner-wrapper {padding-bottom: 109px;}
.banner-wrapper .inner {display: flex; align-items: stretch;}
.banner-wrapper .inner > div{width: 50%; }
.banner-wrapper .inner > div:first-child{background: url('../img/main/notice-bg1.png') no-repeat 50% 50% / cover;}
.banner-wrapper .inner > div:last-child{background: url('../img/main/notice-bg2.png') no-repeat 50% 50% / cover;}
.banner-wrapper .inner .banner-inner {padding: 47px 56px; display: flex; height: 100%; gap: 60px;}
.banner-wrapper .inner .text-box strong {font-size: 28px; font-weight: 500; color: #fff; margin-bottom: 20px; display: block;}
.banner-wrapper .inner .text-box p {font-size: 16px; font-family: 'Wanted Sans Variable'; font-weight: 400; color: rgba(255,255,255,0.6); line-height: 1.3;}
.banner-wrapper .inner .btn {display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 100%; border: 1px solid rgba(255,255,255,0.28); background: url('../img/main/more-arrow.png') no-repeat 50% 50% / 7px 10px; transition: 0.5s;}
.banner-wrapper .inner > div:first-child .btn:hover {background: #fff url('../img/main/more-arrow-purple.png') no-repeat 50% 50% / 7px 10px;}
.banner-wrapper .inner > div:last-child .btn:hover {background: #fff url('../img/main/more-arrow-green.png') no-repeat 50% 50% / 7px 10px;}


/* section3 */
.section3 {padding: 10px 0 73px;}
.section3 .sub-tit {display: flex; align-items: center; justify-content: space-between; margin-bottom: 50px;}
.section3 .sub-tit h3 {font-size: 36px; font-weight: 600; color: #010101;}
.section3 .sub-tit .right-area {display: flex; align-items: center; gap: 22px; position: absolute; right: 0; margin-top: 25px;}
.section3 .sub-tit .right-area .example-dot ul {display: flex; align-items: center; gap: 10px;}
.section3 .sub-tit .right-area .example-dot ul li button{font-size: 0; display: block; width: 10px; height: 10px; border-radius: 100px; background-color: #9b9aa3; padding: 0; transition: 0.5s ease;}
.section3 .sub-tit .right-area .example-dot ul li.slick-active button {width: 30px; border-radius: 50px; background-color: #715cb8;}


.section3 .box{padding: 0 10px;}
.section3 .box a {display: block; border-radius: 20px; overflow: hidden;}
.section3 .box a .top-img-box {height: 274px; }
.section3 .box a .bottom-txt-box {background-color: #fff; padding: 40px 30px;}
.section3 .box a .bottom-txt-box strong {display: block; width: 100%; font-family: 'GmarketSans'; font-size: 20px; font-weight: 500; margin-bottom: 10px;}
.section3 .box a .bottom-txt-box span {font-size: 15px; font-weight: 400; color: #76768a; font-family: "Montserrat", serif;}
.visual3-bg::before {
    content: '';
    position: absolute;
    width: 1494px;
    height: 721px;
    left: 50%;
    margin-top: -456px;
    margin-left: -750px;
    background: url(../img/main/sec3-back-img.png) no-repeat;
}
.visual3-bg::after {
    content: '';
    position: absolute;
    width: 273px;
    height: 338px;
    left: 50%;
    margin-top: -680px;
    margin-left: -709px;
    background: url(../img/main/section3-guide.png) no-repeat;
}
.section3 {z-index: 1;}
.section3 .inner {position: relative;z-index: 2;}

/* media */
@media (max-width: 1400px) {
    .inner{max-width: 1399px; margin: 0 auto;}
    .mobile_view{display: block;}
    header .inner{max-width: 1399px; margin: 0 auto;}
    header .main-header nav > ul{gap: 60px;}
    header .main-header .logo{width: 200px;}
    .visual-box .box{max-width: 800px; width: 100%;}
    .visual-box .slide-img{height: 100%;}
    .visual-bg, #main-visual-wrapper{height: 800px;}
    .slide-content strong{font-size: 32px;}
    .main-visual-slide-wrapper .slick-btn-box{max-width: 1399px;}
    .main-visual-slide-wrapper .visual_count{max-width: 1399px;}
    .main-visual-slide-wrapper .slick-btn-box > div{width: 58px; height: 58px;}
    .main-visual-slide-wrapper .visual_count .progress_bar{width: 120px;}
    .main-visual-slide-wrapper .visual_count .slick-text.visual_total{margin-right: 30px;}

    .section1 .sub-tit h3,.section3 .sub-tit h3{font-size: 32px;}
    .section1 .sub-tit p{font-size: 18px;}

    .section2 li .sub-tit h3{font-size: 28px;}
    .section3 .box a .top-img-box{height: 230px;}    
}

@media (max-width: 1399px) {
    .wrap{width:100%;}
    #sub-pg-menu .etc_item{display: none;}
    #contents{min-height:500px;padding: 120px 0 50px 0;}
    #sub-pg-menu .inner ul li button:before {right: 35%;}
    #sub-pg-menu .inner{padding:0;}
    #sub-pg-menu .inner ul li:not(.home) > a{width: 250px;}
    header{display: none;}
    .mobile_view #sub-pg-menu.pc{
        width: 100%;
        display: block !important;
        position: fixed;
        top: 70px;
        z-index: 2;}
    #sub-pg-menu.pc{display: none;}
    #mo-fixed-menu{display: block;}
    /* #sub-menu-mobile{position: relative; margin-top: 70px; display: flex; align-items: center; justify-content: flex-start; width: 100%; height: 50px;background-color: #110b64;} */
    #sub-menu-mobile{position: relative; margin-top: 70px; display: none; align-items: center; justify-content: flex-start; width: 100%; height: 50px;background-color: #110b64;}
    #sub-menu-mobile .inner{display: flex; align-items: center; justify-content: flex-start; gap: 6px; width: 100%; height: 100%; padding: 0 20px;}
    #sub-menu-mobile .inner a i{display: flex; align-items: center; justify-content: center; width: 16px;}
    #sub-menu-mobile .inner span{font-size: 12px; color: #fff;}
    #sub-menu-mobile .inner a{font-size: 12px; color: #fff;}
    .gap{height: 0px;}

    .inner{padding: 0 20px;}
    .main-visual-slide-wrapper{height: 500px;}
    .visual-bg{display: none !important;}
    .visual-box .box{width: 100%; max-width: 100%; margin: 0;}
    .visual-box .slide-img{margin: 0; border-radius: 0; width: 100%; height: 500px;position: inherit;resize: none;}
    #main-visual-wrapper{height: 500px !important; }
    .main-visual-slide-wrapper .visual_count{padding: 0 20px; left: 50%; bottom: -2%;}
    .main-visual-slide-wrapper .slick-btn-box{padding: 0 20px; top: -10%;left: 50%; margin-left: 0; }
    .visual-box .slide-img img{position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; object-fit: cover; transform: translate(-50%, -50%);}
    #main-visual-wrapper{height: auto; width: 100%;}

    .section1::after{display: none;}
    .section1::before{top: 0; height: 100%;}
    .section1{padding: 37px 0 40px;}
    .section1 .btn-box{position: relative; bottom: 0; right: 0; justify-content: flex-end; margin-top: 10px;}
    .business-wrapper .slick-slide{width: 280px; margin: 0 15px;}
    .section1 .business-info a{width: 100%;}

    .section2{padding: 20px 0 60px;}
    .section2 li .sub-tit{margin-bottom: 30px;}

    /* .section2 .flex-box > li{width: calc(50% - 15px);} */
    .section2 .flex-box > li{width: 100%;}
    .section2 li .notice-cont ul li .font-style-wanted span {margin-top: 5px;}
    .section2 li .sub-tit h3{font-size: 24px;}
    .section2 .flex-box{gap: 20px;}
    .section2 li .notice-cont ul li a{height: 50px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; width: 100%; padding: 0 50px 0 20px; display: block; line-height: 50px;}

    .banner-wrapper{padding-bottom: 0;}
    .banner-wrapper .inner{padding: 0;}
    .banner-wrapper .inner .banner-inner{padding: 40px 20px;}
    .banner-wrapper .inner .text-box strong{font-size: 24px;}

    .section3{padding: 40px 0 30px;}
    .section1 .sub-tit h3, .section3 .sub-tit h3{font-size: 26px;}
    .section3 .box a{width: 280px;}
    .section3 .box a .top-img-box{height: 180px;}
    .slick-slider {z-index: 2;}

    footer{display: flex;flex-direction: column;}
    footer .footer-nav .inner{flex-direction: column; gap: 30px;}
    footer .footer-nav .inner > ul.site-map{order: 1;}
    footer .footer-nav .inner > ul:first-child{order: 2; flex-wrap: wrap; justify-content: center; gap: 12px 30px; text-align: center;}
    footer .footer-info{padding: 30px 0 30px;}
    footer .footer-info p span{display: block; width: 100%; text-align: center; margin: 0 !important;}
    footer .footer-info p span:nth-child(n+2){margin-top: 6px !important;}
    footer .footer-info p.acc{text-align: center;  font-size: 14px; font-weight: 300;width: 80%; margin: 12px auto 0;}
    #footer .footer-info .copy{font-size: 14px; text-align: center; font-weight: 300; text-align: center;}
    #floating-box{position: relative; top: 0; right: 0; margin: 0 auto; order: 3;padding: 0 0 60px;}
    .gap{height: 0px;}
    .mb-widget .mb-latest-basic .table-latest td.mb-latest-item-title span{
        display: inline-block;width: 277px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding: 22px 30px;
    }
    .main-visual-slide-wrapper .slick-btn-box > div img {
        display: block;
        filter: none;
    }
    .slide-content {
        position: absolute;
        bottom: 112px;
        top: 39%;
        left: 10%;
        color: #fff;
        text-align: left;
        z-index: 12;
    }
    .main-visual-slide-wrapper .visual_count::after {
        content: '';
        position: absolute;
        top: -48%;
        right: 0;
        margin-right: 3px;
        width: 300px;
        height: 65px;
        border-radius: 100px;
        background-color: #fff;
        z-index: -1;
    }
    .visual-box .slide-img::after {
        margin-left: -20%;
        width: 876px;
    }
    .business-wrapper {
        width: 100%;
        left: 0;
        margin-top: 90px;
    }
    .section1 .sub-tit {        
        position: absolute;
        top: -50px;
        left: 0px;
        margin-left: 102px;
        display: flex;
    }
    .section1 .sub-tit .small {display: none !important;}
    .section1 .sub-tit .large {
        color: #040404;
    }
    .section1 .sub-tit .large span {
        color: #8f8f8f;
    }
    .section2 li .notice-cont ul li .font-style-wanted {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-height: 47px;
        margin: -30px 10px -30px 0;
        display: block;
        height: 39px;
    }
    .section2 ul {
        display: inline;
        padding-bottom: 20px;
        overflow: hidden;
    }
    .section2 li .notice-cont ul li {
        padding: 12px;
        box-shadow: 0 1px 9px 8px rgba(155, 151, 146, 0.1);
    }
    .section2 .notice-more {
        padding: 0px;
    }
    .visual3-bg::after {
        left: 0;
        margin-top: -557px;
        margin-left: 34px;
    }
    /* .visual3-bg::before {display: none;}  */
    .section1::before {
        top: 85px;
        width: 100%;
        height: 100%;
        left: 0;
        margin: 0;
    }
    .visual3-bg::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 721px;
        left: 0;
        margin-top: -456px;
        margin-left: 0px;
        background: url(../img/main/sec3-back-img.png) no-repeat;
    }
}

@media screen and (max-width: 700px) {
    .slide-content{}
    .visual-box .slide-img::after {
        width: 876px;
        position: absolute;
        left: 50%;
        transform: translateX(-65%);
    }
    .slide-content {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }    
    footer .footer-nav .inner > ul {
        display: block;
    }    
}

@media screen and (max-width: 650px) {
    .main-visual-slide-wrapper .slick-btn-box > div{width: 48px; height: 48px;}
    .slide-content strong{font-size: 24px;line-height: 1.2; margin-bottom: 12px;}
    .slide-content p{font-size: 14px; line-height: 1.2;}
    .section2 .flex-box{flex-direction: column; gap: 40px 0;}
    .section2 .flex-box > li{width: 100%;}
    .section2 li .notice-cont ul li a em{font-size: 24px;}

    .banner-wrapper .inner{flex-direction: column;}
    .banner-wrapper .inner > div{width: 100%;}

    footer .footer-nav{padding: 20px 0;}
    footer .footer-nav .inner{gap: 20px;}
    footer .footer-nav .inner > ul li a{font-size: 14px;}
    footer .footer-nav .site-map > a{height: 40px; line-height: 40px; font-size: 14px;}
    footer .footer-info p span{font-size: 14px;}
    footer .footer-info p.acc{font-size: 12px;}
    footer .footer-info .copy{font-size: 12px;}
    .section3 {
        padding: 0;
    }
    .visual3-bg::after {display: none;}
}
@media screen and (max-width: 530px) {
    .visual3-bg::after {
        display: none;
    }
    .slide-content strong{font-size: 20px; text-align: left;}
    .main-visual-slide-wrapper .visual_count .progress_bar{width: 120px;}
    .main-visual-slide-wrapper .visual_count .slick-text.visual_current{font-size: 14px;}
    .main-visual-slide-wrapper .visual_count .slick-text.visual_total{font-size: 14px; margin-right: 10px;}
    .main-visual-slide-wrapper .slick-btn-box > div{width: 40px; height: 40px;}
    .section1 .sub-tit h3, .section3 .sub-tit h3{font-size: 24px;}
    .section1 .sub-tit{margin-bottom: 20px;}
    .section1 .sub-tit p{font-size: 16px;}
    .section1 .business-info a .hover{padding: 26px 20px;}

    .section1 .business-info a .hover .top-area > div em{font-size: 24px;}
    .section1 .business-info a .hover .top-area strong{font-size: 22px;}
    .section1 .business-info a .hover p{font-size: 14px;}

    .section1 .business-info a .default .top-area em{font-size: 24px;}
    .section1 .business-info a .default .top-area strong{font-size: 22px;}
    .section1 .btn-box .slick-arrow, .more-btn.purple{width: 40px; height: 40px;}
    .section1 .btn-box .slick-arrow, .more-btn.gray{width: 40px; height: 40px;}


    .section2{padding: 40px 0;}
    .section2 li .sub-tit h3{font-size: 22px;}
    .banner-wrapper .inner .banner-inner{gap: 20px; padding: 30px 20px;}
    .banner-wrapper .inner .text-box strong{font-size: 20px; margin-bottom: 10px;}
    .banner-wrapper .inner .text-box p{font-size: 14px;}

    .section3 .sub-tit .right-area{gap: 10px;}
    .section3 .box a .top-img-box{height: 160px;}
    .section3 .box a .bottom-txt-box{padding: 20px;}
    .section3 .box a .bottom-txt-box strong{font-size: 18px;}
    .section3 .box a .bottom-txt-box span{font-size: 14px;}
}
