    :root {
        --primary: #045483;
        --w1660: 1660px;
        --33: 33.333333333%;
        --50: 50%;
        --bbsPadding: 150px 20px;
    }

    @media (max-width:768px) {
        :root {
            --bbsPadding: 20px 20px;
        }

    }

    html,
    body {
        position: relative;
        height: 100%;

    }

    /* sub page cmm */
    .cm_sub_tit {
        text-align: center;
        padding: 120px 0 80px;
    }

    .cm_bbs_tit {
        text-align: center;
        padding: 0 0 80px;
    }

    .cm_bbs_tit h2,
    .cm_sub_tit h2 {
        font-size: 56px;
        font-weight: 600;
        line-height: 1;
    }

    @media (max-width:768px) {
        .cm_sub_tit {
            padding: 60px 0 40px;
        }

        .cm_bbs_tit {
            padding: 60px 0 40px;
        }

        .cm_bbs_tit h2,
        .cm_sub_tit h2 {
            font-size: 36px;
        }
    }

    /* main page */
    .cmtit {
        position: relative;
    }

    .cmtit strong {
        color: var(--primary);
    }

    .cmtit strong span {
        color: #111;
    }

    .cmtit h2 {
        font-size: 64px;
        line-height: 1;
        margin-top: 12px;
    }

    .cmtit h3 {
        font-size: 46px;
        font-weight: 400;
        line-height: 1.3;
        margin-top: 12px;
    }

    .sec1 {
        height: 100vh;
    }

    .sec1 .swiper-slide:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgb(0, 0, 0, .8) 0%, rgba(255, 255, 255, 0) 100%);
        z-index: 1;
    }

    .sec1 .swiper-slide .video {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100vw;
        height: 100vh;

        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .sec1 .swiper-slide .video video {
        width: 100vw;
        height: 100vh;
        object-fit: cover;
    }

    .swiper-rolling {
        position: fixed;
        right: 40px;
        bottom: 40px;
        width: 640px;
        z-index: 99;
        transition: all .5s;
    }

    .swiper-rolling .dflx {
        position: relative;
        display: flex;
        overflow: hidden;
        background: rgb(0, 0, 0, .5);
        padding: 12px 32px;
        border-radius: 80px;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .swiper-rolling .dflx .right {
        padding-right: 4px;
    }

    .swiper-rolling .dflx .right .btn_wrap a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        width: 76px;
        height: 76px;
        border-radius: 76px;
        background: var(--primary);
        padding: 8px;
    }

    .swiper-rolling .dflx .right .btn_wrap .icon {}

    .swiper-rolling .dflx .right .btn_wrap .icon span {
        color: #fff;
    }

    .swiper-rolling .dflx .right .btn_wrap p {
        color: #fff;
        font-size: 14px;
    }

    .swiper-rolling .slc_wrap .slc_item .con {
        display: flex;
        flex-direction: column;
        padding: 16px;
    }

    .swiper-rolling .slc_wrap .slc_item .con .bbs_tit {
        margin-bottom: 12px;
    }

    .swiper-rolling .slc_wrap .slc_item .con .bbs_tit h2 {
        font-size: 16px;
        color: #fff;
        line-height: 1;
    }

    .swiper-rolling .slc_wrap .slc_item .con .bbs_date span {
        font-size: 14px;
        color: #fff;
        opacity: .6;
        display: block;
    }

    .swiper-rolling.on {
        width: 400px;
    }

    .swiper-rolling.on .right {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        z-index: 1;
    }

    .sec1 .swiper {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .sec1 .swiper-slide {
        position: relative;
        text-align: center;
        font-size: 18px;
        background: #fff;
    }

    .sec1 .swiper-slide .bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-size: cover !important;
    }

    .sec1 .swiper-txt {
        position: absolute;
        display: flex;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        align-items: center;
        height: 100vh;
        z-index: 2;
    }

    .sec1 .swiper-txt .inner {
        width: var(--w1660);
        margin: 0 auto;
    }

    .sec1 .swiper-txt strong {
        font-size: 24px;
        color: #fff;
    }

    .sec1 .swiper-txt h2 {
        font-size: 72px;
        line-height: 1.3;
        color: #fff;
        margin: 16px 0 24px;
    }

    .sec1 .swiper-txt p {
        font-size: 28px;
        font-weight: 600;
        line-height: 1.5;
        color: #fff;
    }

    .sec1 .swiper-pagination {
        position: inherit;
        text-align: left;
        top: inherit;
        left: inherit;
        bottom: inherit;
        margin-top: 40px;
    }

    .sec1 .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        text-align: center;
        line-height: 10px;
        font-size: 12px;
        color: #000;
        opacity: 1;
        background: #fff;
        position: relative;
    }

    .sec1 .swiper-pagination-bullet-active {
        width: 42px;
        border-radius: 4px;
        transition: all 0.3s;
        overflow: hidden;
    }

    .sec1 .swiper-pagination-bullet-active span {
        transition: all 0.4s;
        position: absolute;
        background: var(--primary);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        animation-name: oh;
        animation-duration: 5s;
        animation-timing-function: ease-in;
        animation-iteration-count: 1;
        animation-direction: alternate;
        animation-fill-mode: forwards;
    }

    @keyframes oh {
        0% {
            width: 0;
        }

        100% {
            width: 100%;
        }
    }

    .sec2 {
        overflow: hidden;
        background: #1c242b url(../images/sec2_bg.png) no-repeat;
        background-size: cover !important;
    }

    .sec2 .inner {
        padding: 150px 0;
    }

    .sec2 .cmtit strong {
        color: #fff;
    }

    .sec2 .cmtit strong span {
        color: #fff;
    }

    .sec2 .cmtit h2 {
        color: #fff;
    }

    .sec2 .inner .dflx {
        max-width: var(--w1660);
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 2;
    }

    .sec2 .inner .dflx .top .top_df {
        display: flex;
        justify-content: space-between;
    }

    .sec2 .inner .dflx .top .top_df .right {
        display: flex;
        justify-content: flex-end;
    }

    .sec2 .inner .dflx .top .top_df .right ul {
        display: flex;
    }

    .sec2 .inner .dflx .top .top_df .right ul li {
        display: inline-block;
        width: 324px;
        height: 390px;
        background: #F8F8F8;
    }

    .sec2 .inner .dflx .top .top_df .right ul li:not(:last-child) {
        margin-right: 36px;
    }

    .sec2 .inner .dflx .top .top_df .right ul li a {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
        padding: 32px;
    }

    .sec2 .inner .dflx .top .top_df .right ul li a strong {
        color: #555;
        font-weight: 500;
    }

    .sec2 .inner .dflx .top .top_df .right ul li a .txt {
        position: relative;
    }

    .sec2 .inner .dflx .top .top_df .right ul li a .txt .arrow {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .sec2 .inner .dflx .top .top_df .right ul li a .txt .arrow span {
        font-size: 36px;
        color: #555;
    }

    .sec2 .inner .dflx .top .top_df .right ul li a .txt h2 {
        color: #555;
        font-size: 24px;
        line-height: 1;
        margin-bottom: 12px;
    }

    .sec2 .inner .dflx .top .top_df .right ul li a .txt p {
        color: #555;
        font-size: 15px;
        line-height: 1.4;
    }

    .sec2 .inner .dflx .top .top_df .right ul li.active {
        background: #1d75c1;
    }

    .sec2 .inner .dflx .top .top_df .right ul li.active a strong {
        color: #fff;
    }

    .sec2 .inner .dflx .top .top_df .right ul li.active a .txt h2 {
        color: #fff;
    }

    .sec2 .inner .dflx .top .top_df .right ul li.active a .txt p {
        color: #fff;
    }

    .sec2 .inner .dflx .top .top_df .right ul li.active a .txt .arrow span {
        color: #fff;
    }

    .sec2 .inner .dflx .bot {
        margin-top: 150px;
        position: relative;
    }

    .sec2 .inner .dflx .bot p {
        white-space: nowrap;
        font-size: calc(327 / 1920* 100vw);
        color: rgb(22 45 65);
        font-weight: 800;
        text-transform: uppercase;
        line-height: .8;
        z-index: 1;
    }

    .sec2 .inner .dflx .bot p span {
        color: #2ea8d721;
    }

    .sec3 {
        position: relative;
        background-size: cover;
        background-position: center;
        transition: background-image 0.3s ease-in-out;
        overflow: hidden;
    }

    .sec3:after {
        content: "";
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        display: block;
        background: linear-gradient(180deg, rgb(0, 0, 0, .8) 0%, rgba(255, 255, 255, 0) 100%);
        z-index: 1;
    }

    .sec3 .cmtit strong {
        color: #fff;
    }

    .sec3 .cmtit strong span {
        color: #fff;
    }

    .sec3 .cmtit h3 {
        color: #fff;
    }

    .sec3 .inner {
        padding: 150px 0;
        position: relative;
        z-index: 2;
    }

    .sec3 .inner .dflx {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        max-width: var(--w1660);
        margin: 0 auto;
    }

    .sec3 .inner .dflx .top {
        margin-bottom: 200px;
    }

    .sec3 .inner .dflx .bot .bot_df {
        display: flex;
        justify-content: space-between;
    }

    .sec3 .inner .dflx .bot .bot_df .left,
    .sec3 .inner .dflx .bot .bot_df .right {
        width: 49%;
    }

    .sec3 .inner .dflx .bot .bot_df a {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        padding: 40px;
    }

    .sec3 .inner .dflx .bot .bot_df a .icon {
        margin-bottom: 40px;
    }


    .sec3 .inner .dflx .bot .bot_df a .icon span {
        font-size: 48px;
        color: #fff;
    }

    .sec3 .inner .dflx .bot .bot_df a .con h2 {
        margin-bottom: 12px;
        font-size: 24px;
        color: #fff;
    }

    .sec3 .inner .dflx .bot .bot_df a .con p {
        line-height: 1.4;
        color: #fff;
    }

    .sec3 .inner .dflx .bot .bot_df a.active {
        background: #fff;
    }

    .sec3 .inner .dflx .bot .bot_df a.active .icon span {
        color: var(--primary);
    }

    .sec3 .inner .dflx .bot .bot_df a.active .con h2 {
        color: #111;
    }

    .sec3 .inner .dflx .bot .bot_df a.active .con p {
        color: #555;
    }


    /*
    .clip-text {
        display: inline-block;
        text-transform: uppercase;
        height: 477px;
        font-size: calc(316 / 1920* 100vw);
        font-weight: 800;
        line-height: 1;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-image: url(../images/mask_bg.jpg);
        background-position: 70% 50%;
        background-repeat: no-repeat;
        background-size: cover;
    }
*/


    .sec3 .material-arrow,
    .sec3 .material-search {
        font-variation-settings:
            'FILL'0,
            /* '1' 배경색 채워짐 */
            'wght'200,
            /* stroke 굵기 */
            'GRAD'0,
            /* 두께*/
            'opsz'24
            /* 옵티컬사이즈 */
    }

    .sec4 {
        overflow: hidden;
    }

    .sec4 .inner {
        max-width: var(--w1660);
        margin: 0 auto;
        padding: 0 0 150px;
    }

    .sec4 .inner .prac_swp {
        margin-top: 60px;
    }

    .sec4 .inner .cmtit .arrow_nav {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .sec4 .inner .cmtit .arrow_nav .dflx {
        display: flex;
    }

    .sec4 .inner .cmtit .arrow_nav .dflx .prev {
        margin-right: 12px;
    }

    .sec4 .inner .cmtit .arrow_nav span {
        color: #555;
        font-size: 36px;
        font-weight: 400;
    }

    .sec4 .inner .swiper-slide a {
        width: 100%;
        height: 100%;
        display: block;
        overflow: hidden;
        position: relative;
    }

    .sec4 .inner .swiper-slide a:after {
        content: '';
        width: 0;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        background: var(--primary);
        opacity: 0;
        transition: 0.5s;
        z-index: 1;
    }

    .sec4 .inner .swiper-slide a:hover:after {
        opacity: 0.7;
        width: 100%;
    }

    .sec4 .inner .swiper-slide a .over:after {
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 220px;
        position: absolute;
        display: block;
        background: linear-gradient(180deg, rgb(0, 0, 0, .9) 0%, rgba(255, 255, 255, 0) 100%);
        z-index: 1;
    }

    .sec4 .inner .swiper-slide a .over {
        height: 420px;
        padding: 50px;
        position: relative;
        z-index: 2;
    }

    .sec4 .inner .swiper-slide a .over .con {
        position: relative;
        height: 100%;
        z-index: 2;
    }

    .sec4 .inner .swiper-slide a .over h2 {
        font-size: 28px;
        line-height: 1;
        margin-top: 12px;
        color: #fff;
    }

    .sec4 .inner .swiper-slide a .over strong {
        font-size: 14px;
        color: #fff;
        opacity: .4;
        font-weight: 400;
    }

    .sec4 .inner .swiper-slide a .over span {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
        font-size: 40px;
        color: #fff;
    }

    .sec4 .swpbg5 {
        height: 100%;
        background: url(../images/swp_bg5.png) top center no-repeat;
    }

    .sec4 .swpbg6 {
        height: 100%;
        background: url(../images/swp_bg6.png) top center no-repeat;
    }

    .sec4 .swpbg7 {
        height: 100%;
        background: url(../images/swp_bg7.png) top center no-repeat;
    }

    .sec4 .swpbg16 {
        height: 100%;
        background: url(../images/swp_bg16.png) top center no-repeat;
    }


    .sec4 .cmmbg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover !important;
    }

    .sec5 {
        position: relative;
        padding: 150px 0;
        background: url(../images/sec5_bg.jpg) no-repeat;
        background-size: cover !important;
    }

    .sec5:after {
        content: "";
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgb(0, 19, 36, .7);
        z-index: 1;
    }

    .sec5 .inner {
        position: relative;
        z-index: 2;
        max-width: var(--w1660);
        margin: 0 auto;
    }

    .sec5 .inner .dflx {
        display: flex;
    }

    .sec5 .inner .dflx .left {
        width: 50%;
    }

    .sec5 .inner .dflx .right {
        width: 640px;
    }

    .sec5 .inner .dflx .left .tit {
        margin-bottom: 40px;
    }

    .sec5 .inner .dflx .left .tit h2 {
        font-size: 64px;
        font-weight: 400;
        line-height: 1;
        margin-bottom: 24px;
        color: #fff;
    }

    .sec5 .inner .dflx .left .tit p {
        font-size: 18px;
        line-height: 1.4;
        color: #fff;
    }

    .sec5 .inner .dflx .left .info p:nth-child(1) {
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 4px;
    }

    .sec5 .inner .dflx .left .info p:nth-child(2) {
        font-size: 14px;
        opacity: .7;
        color: #fff;
    }

    /*
    .sec5 .inner .dflx .right .form_wrap .input_item:not(:last-child) {
        margin-bottom: 32px;
    }
*/

    .sec5 .inner .dflx .right .form_wrap .input_item dl {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .sec5 .inner .dflx .right .form_wrap .input_item dl dt {
        width: 100px;
        height: 70px;
        line-height: 70px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .sec5 .inner .dflx .right .form_wrap .input_item dl dt h3 {
        color: #fff;
        font-weight: 500;
        font-size: 17px;
    }

    .sec5 .inner .dflx .right .form_wrap .input_item dl dd {
        width: 100%;
    }

    .sec5 .inp-sty[type="text"] {
        display: block;
        width: 100%;
        font-size: 15px;
        color: #fff;
        border: transparent;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        background: transparent;
        height: 70px;
    }

    .sec5 .inner .dflx .right .form_wrap .input_item:nth-child(4) dl dt {
        height: 140px;
    }

    .sec5 .inner .dflx .right .form_wrap .input_item:nth-child(4) dl dt h3 {
        line-height: 1;
        padding-top: 20px;
    }

    .sec5 .wr_content textarea {
        height: 140px !important;
        font-size: 15px;
        color: #666;
        background: transparent;
        transition: all .3s;
        border-radius: 0;
        border: transparent;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding: 20px 0;
    }

    .sec5 .agree_chk {
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }

    .sec5 .reg_agree h3 {
        font-size: 20px;
        font-weight: bold;
        margin: 30px 0 20px;
    }

    .sec5 .reg_agree .agree_chk {
        max-width: 100%;
        margin-top: 30px;
        padding-top: 20px;
        border-top: 3px solid #333;
    }

    .sec5 .agree_chk .agree_chk_box {
        font-size: 14px;
        color: #fff;
        position: relative;
        letter-spacing: -0.5px;
        margin: 24px 0 32px;
    }

    .sec5 .agree_chk .agree_chk_box input[type=checkbox] {
        display: none
    }

    .sec5 .agree_chk .agree_chk_box input[type=checkbox] + label::before {
        content: "";
        display: inline-block;
        width: 22px;
        height: 22px;
        margin-right: 10px;
        margin-top: -3px;
        vertical-align: middle;
        background: url('../images/chkbox_icon_off.svg');
    }

    .sec5 .agree_chk .agree_chk_box input[type=checkbox]:checked + label::before {
        background: #2EA8D7 url('../images/chkbox_icon_on.svg');
    }

    .sec5 .agree_chk .agree_chk_box label {
        vertical-align: baseline
    }

    .sec5 .agree_chk .agree_chk_box a {
        font-weight: bold;
        color: #fff;
        padding-left: 8px;
    }

    .sec5 .agree_chk .agree_chk_box > label > a.privacy_info {
        color: #fff;
        text-decoration: underline;
    }


    .sec5 .btn_submit {
        width: 100%;
        display: block;
        height: 60px;
        background-color: var(--primary);
        color: white;
        font-size: 18px;
        font-weight: bold;
        cursor: pointer;
        outline: none;
        border: none;
    }

    /*  marques  */
    .marquee_wrap {
        margin-top: 20px;
    }

    .marquee_wrap .overh {
        overflow-x: hidden;
    }

    .rolling_inner {
        white-space: nowrap;
        font-weight: 700;
    }

    .rolling_inner .rolling_txt_wrap {
        font-size: 9.5vw;
        display: inline-block;
        color: #F3F3F3;
    }


    /* mobile */
    @media (max-width:1770px) {
        .sec1 .swiper-txt .inner {
            padding-left: 40px;
        }
    }

    @media (max-width:1680px) {

        .sec5 .inner,
        .sec4 .inner,
        .sec3 .inner,
        .sec2 .inner {
            padding: 120px 60px;
        }
    }

    @media (max-width:1660px) {
        .sec1 .swiper-txt h2 {
            font-size: 56px;
        }

        .sec1 .swiper-txt p {
            font-size: 24px;
        }
    }

    @media (max-width:1600px) {
        .cmtit h2 {
            font-size: 54px;
        }
    }

    @media (max-width:1500px) {
        .sec2 .inner .dflx .top .top_df {
            flex-direction: column;
        }

        .sec2 .inner .dflx .top .top_df .left {
            margin-bottom: 60px;
        }

        .sec2 .inner .dflx .top .top_df .right {
            justify-content: flex-start;
        }
    }

    @media (max-width:1200px) {
        .cmtit h3 {
            font-size: 40px;
        }

        .sec1 .swiper-txt h2 {
            font-size: 40px;
        }

        .sec1 .swiper-txt strong,
        .sec1 .swiper-txt p {
            font-size: 20px;
        }

        .sec2 .inner .dflx .top .top_df .right ul {
            width: 100%;
        }

        .sec2 .inner .dflx .top .top_df .right ul li {
            width: 33.33333333%;
        }

        .sec3 .inner .dflx .bot .bot_df {
            flex-direction: column;
        }

        .sec3 .inner .dflx .bot .bot_df .left,
        .sec3 .inner .dflx .bot .bot_df .right {
            width: 100%;
        }

        .sec5 .inner .dflx {
            flex-direction: column;
        }

        .sec5 .inner .dflx .left,
        .sec5 .inner .dflx .right {
            width: 100%;
        }

        .sec5 .inner .dflx .left {
            margin-bottom: 60px;
        }
    }

    @media (max-width:1024px) {
        .sec2 .inner .dflx .top .top_df .right ul {
            flex-direction: column;
        }

        .sec2 .inner .dflx .top .top_df .right ul li {
            width: 100%;
            height: auto;
        }

        .sec2 .inner .dflx .top .top_df .right ul li:not(:last-child) {
            margin-bottom: 40px;
        }

        .sec2 .inner .dflx .top .top_df .right ul li a .txt {
            margin-top: 8px;
        }
    }

    @media (min-width:769px) {
        .swiper-rolling .right .btn_wrap a:nth-child(2) {
            display: none;
        }
    }

    @media (max-width:768px) {



        .sec5 {
            padding: 80px 0;
        }

        .cmtit h2 {
            font-size: 36px;
        }

        .cmtit h3 {
            font-size: 28px;
        }

        .sec5 .inner .dflx .left .tit h2 {
            font-size: 36px;
        }

        .sec5 .inner .dflx .left .tit p {
            font-size: 16px;
        }

        .sec5 .inner .dflx .left .tit p br {
            display: none;
        }

        .sec3 .inner .dflx .bot .bot_df a .con p {
            word-break: keep-all;
        }

        .sec3 .inner .dflx .bot .bot_df a .con p br {
            display: none;
        }

        .sec3 .inner .dflx .top {
            margin-bottom: 80px;
        }

        .sec2 .cmtit strong {
            font-size: 14px;
            font-weight: 400;
        }

        .sec5 .inner,
        .sec4 .inner,
        .sec3 .inner,
        .sec2 .inner {
            padding: 80px 20px;
        }

        .sec5 .inner {
            padding: 0 20px;
        }

        .sec2 .inner .dflx .top .top_df .right ul li:not(:last-child) {
            margin-bottom: 20px;
        }

        .swiper-rolling {
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
        }

        .swiper-rolling .dflx {
            border-radius: 0;
            padding: 16px;
            background: rgb(0 0 0 / 71%);
        }

        .swiper-rolling.on {
            width: 100%;
        }

        .swiper-rolling .slc_wrap .slc_item .con {
            padding: 16px 0;
        }

        .swiper-rolling .dflx .right {
            padding-right: 0;
        }

        .swiper-rolling.on .right {
            position: static;
            top: inherit;
            transform: none;
            right: inherit;
        }

        .swiper-rolling .right .btn_wrap {
            display: flex;
        }

        .swiper-rolling .dflx .right .btn_wrap a {
            width: 60px;
        }

        .swiper-rolling .dflx .right .btn_wrap p {
            font-size: 12px;
        }

        .swiper-rolling .right .btn_wrap a:first-child {
            margin-right: 12px;
        }

        .swiper-rolling .right .btn_wrap a:nth-child(2) {
            background: #eb6631;
        }

        .sec1 .swiper-txt .inner {
            padding-left: 20px;
        }

        .sec1 .swiper-txt h2 {
            line-height: 1.4;
            font-size: 32px;
        }

        .sec1 .swiper-txt h2 span {
            display: block;
        }

        .sec1 .swiper-txt strong,
        .sec1 .swiper-txt p {
            font-size: 16px;
        }

        .sec1 .swiper-txt strong {
            font-size: 400;
        }

        .sec1 .swiper-txt p {
            line-height: 1.3;
        }

        .sec4 .inner .cmtit .arrow_nav {
            position: static;
            bottom: inherit;
            right: inherit;
            margin-top: 16px;
        }

        .sec4 .inner .cmtit .arrow_nav span {
            font-size: 24px;
        }

        .subNav ul li a span {
            font-size: 13px !important;
        }
    }

    @media (min-width:769px) {
        .mbr {
            display: none;
        }
    }

    @media (max-width:768px) {
        .mbr {
            display: block;
        }
    }

    @media (max-width:360px) {
        .sec1 .swiper-txt h2 {
            font-size: 22px;
        }
    }

    /*    footer    */
    #footer {
        padding: 100px 0;
        background: #111;
    }

    #footer .inner {
        padding: 0 80px;
    }

    #footer .inner .ft_top,
    #footer .inner .ft_mid,
    #footer .inner .ft_addr {
        margin-bottom: 40px;
    }

    #footer .inner .ft_top .dflx {
        display: flex;
        justify-content: space-between;
    }

    #footer .inner .ft_top .dflx .nav ul {
        display: flex;
    }

    #footer .inner .ft_top .dflx .nav a {
        color: #999;
    }

    #footer .inner .ft_top .dflx .nav a:first-child {
        color: #fff;
    }

    #footer .inner .ft_top .dflx .nav ul li:not(:last-child) {
        margin-right: 16px;
    }

    #footer .inner .ft_top .dflx .cont {
        text-align: right;
    }

    #footer .inner .ft_top .dflx .cont h3 a,
    #footer .inner .ft_top .dflx .cont h3 {
        color: #fff;
        font-size: 24px;
    }

    #footer .inner .ft_mid .dflx {
        display: flex;
        justify-content: space-between;
    }

    #footer .inner .ft_mid .dflx .left .ft_tit {}

    #footer .inner .ft_mid .dflx .left .ft_tit h2 {
        font-size: 32px;
        line-height: 1.4;
        color: #fff;
        margin-bottom: 24px;
    }

    #footer .inner .ft_mid .dflx .left .ft_tit a {
        display: inline-block;
        width: 180px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border: 1px solid #fff;
        color: #fff;
    }

    #footer .inner .ft_mid .dflx .right ul {
        display: flex;
    }

    #footer .inner .ft_mid .dflx .right ul li {
        width: 20%;
    }

    #footer .inner .ft_mid .dflx .right ul li:not(:last-child) {
        margin-right: 50px;
    }

    #footer .inner .ft_mid .dflx .right ul li h3 {
        color: #fff;
        font-size: 16px;
        line-height: 1;
        margin-bottom: 16px;
    }

    #footer .inner .ft_mid .dflx .right ul li a {
        color: #fff;
        opacity: .8;
        display: block;
        font-size: 15px;
    }

    #footer .inner .ft_mid .dflx .right ul li a:not(:last-child) {
        margin-bottom: 8px;
    }

    #footer .inner .ft_addr p {
        font-size: 13px;
        color: #999;
    }

    #footer .inner .ft_addr p:first-child {
        margin-bottom: 8px;
    }

    #footer .inner .ft_addr p span {
        display: inline-block;
        position: relative;
        vertical-align: middle;
        margin-right: 10px;
        font-weight: 400;
    }

    #footer .inner .ft_bot .brand ul {
        display: flex;
    }

    #footer .inner .ft_bot .brand ul li {
        color: #fff;
    }

    #footer .inner .ft_bot .brand ul li:not(:last-child) {
        margin-right: 8px;

    }

    #footer .inner .ft_bot {
        position: relative;
    }

    #footer .inner .ft_bot .cp {
        color: #999;
        font-size: 14px;
    }

    .footer_sns .inner {
        background: #fff;
    }

    .footer_sns .inner .dflx ul {
        display: flex;
        justify-content: space-between;
        height: 300px;

    }

    .footer_sns .inner .dflx ul li {
        width: 33.333333%;
        display: inline-block;
        height: 100%;
        border-top: 1px solid #111;
    }



    .footer_sns .inner .dflx ul li:not(:last-child) {
        border-right: 1px solid #111;
    }

    .footer_sns .inner .dflx ul li a {
        padding: 50px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .footer_sns .inner .dflx ul li a:hover {
        background: #f1f1f1;
    }

    .footer_sns .inner .dflx ul li a .top {
        font-size: 24px;
    }

    .footer_sns .inner .dflx ul li a .bot .df {
        display: flex;
        justify-content: flex-end;
        font-weight: 400;
        font-size: 40px;
    }

    @media (max-width:1200px) {
        #footer .inner .ft_mid .dflx {
            display: block;
        }

        #footer .inner .ft_mid .dflx .right {
            display: none;
        }
    }

    @media (max-width:1024px) {
        #footer .inner .ft_bot .cp {
            position: static;
            margin-top: 24px;
        }

        #footer .inner {
            padding: 0 40px;
        }
    }

    @media (max-width:830px) {
        #footer .inner .ft_top .dflx {
            display: block;
        }

        #footer .inner .ft_top .dflx .cont {
            margin-top: 32px;
            text-align: left;
        }
    }

    @media (max-width:768px) {
        .footer_sns .inner {
            background: #fff;
        }

        .footer_sns .inner .dflx ul {
            flex-direction: column;
            height: auto;
        }

        .footer_sns .inner .dflx ul li {
            width: 100%;
            border-top: none;
        }

        .footer_sns .inner .dflx ul li:first-child {
            border-top: 1px solid #111;
        }

        .footer_sns .inner .dflx ul li:not(:last-child) {
            border-bottom: 1px solid #111;
            border-right: none;
        }

        .footer_sns .inner .dflx ul li a {
            flex-direction: row;
            align-items: center;
            padding: 20px;
        }

        .footer_sns .inner .dflx ul li a .top {
            font-size: 18px;
        }

        .footer_sns .inner .dflx ul li a .bot .df {
            font-size: 22px;
        }

        #footer .inner {
            padding: 0 20px;
        }

        #footer .inner .ft_mid .dflx .left .ft_tit h2 {
            font-size: 20px;
        }

        #footer .inner .ft_top .dflx .cont h3 {
            font-size: 20px;
        }

        #footer .inner .ft_bot .brand ul {
            flex-wrap: wrap;
        }

        #footer .inner .ft_bot .brand ul li {
            line-height: 1.4;
        }

        #footer {
            padding: 80px 0;
        }

        #footer .inner .ft_top .dflx .nav a {
            font-size: 14px;
        }

        #footer .inner .ft_top .dflx .nav a:not(:last-child) {
            margin-right: 8px;
        }

        #footer .inner .ft_bot .cp {
            font-size: 13px;
        }
    }
