* {
    font-family: 'Noto Sans KR', sans-serif;
    color: #333;
    font-size: 14px;
}

html {
    scroll-behavior: smooth;
}

@media (min-width: 1200px) {
    *::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 10px;
        background-clip: padding-box;
    }

    *::-webkit-scrollbar-track {
        background-color: #eee;
    }
}

body {
    margin: 0 auto;
}

.clr::after {
    display: block;
    content: '';
    clear: both;
}

.green {
    color: #5aa9ac !important;
}

.blue {
    color: #1a64aa !important;
}

.m_head {
    display: none;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
    height: 100px;
    align-items: center;
    padding: 0 60px;
    z-index: 1;
    transition: all .3s;
}

header .menu_box ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

header .menu_box ul li a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    height: 2px;
    background: #fff;
    width: calc(100% + 10px);
    transform: translateX(-50%);
    transition: all .3s;
    opacity: 0;
}

header .menu_box ul li a:hover::before {
    opacity: 1;
}

header .logo {
    display: block;
}

.scroll header .logo {
    display: none;
}

header .logo_v2 {
    display: none;
}

.scroll header .logo_v2 {
    display: block;
}

.scroll header {
    background: rgb(0 0 0 / 0.50);
}

    .scroll header .menu_box ul li a {
        color: #ffffff;
    }

.scroll header .menu_box ul li a::before {
    background: #ffffff;
}

header .menu_box {
    display: flex;
    justify-content: flex-end;
}

header .menu_box ul {
    display: flex;
    justify-content: space-between;
}

header .menu_box ul.l_menu {
    margin-right: 140px;
}

header .menu_box ul.l_menu li {
    margin-right: 65px;
}

header .menu_box ul.l_menu li:last-child {
    margin-right: 0;
}

header .menu_box ul.r_menu li {
    margin-right: 40px;
}

header .menu_box ul.r_menu li:last-child {
    margin-right: 0;
}

.txtLine {
    display: inline-block;
    transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    transition: transform .85s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: transform .85s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.txtLine {
    display: block;
    overflow: hidden;
}

.txtLine>span {
    display: inline-block;
    transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    transition: transform .85s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: transform .85s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.txtLine>.view {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

#ct1 {
    height: 100vh;
    width: 100%;
    background-image: url("../images/main_banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#ct1 h4 {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;

}

#ct1 h4>span {
    font-size: 70px;
    line-height: 96px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

#ct2 {
    padding-top: 140px;
}

#ct2 .inner {
    margin-left: 12.5%;
    margin-right: 12.5%;
    position: relative;
}

#ct2 .bg {
    width: 1020px;
    height: 680px;
    background-image: url("../images/ct2_banner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    position: relative;
}

#ct2 .segment {
    width: 560px;
    border-radius: 5px;
    padding: 60px;
    box-shadow: 2px 2px 15px 4px rgb(0 0 0 / 5%);
    position: absolute;
    right: -40%;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
}

#ct2 .segment h5 {
    font-size: 40px;
    word-break: keep-all;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 30px;
}

#ct2 .segment h6 {
    font-size: 24px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 35px;
    word-break: keep-all;
}

#ct2 .segment p {
    font-size: 17px;
    line-height: 30px;
    color: #666;
}

#ct2 .segment .link_btn {
    border: solid 1px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: 150px;
    height: 40px;
    margin-top: 50px;
}

#ct2 .segment .link_btn img {
    width: 16px;
}

#ct2 .segment .link_btn span {
    font-size: 15px;
    color: #666;
    margin-left: 10px;
}

#ct3 {
    position: relative;
    padding-top: 100px;
}

#ct3 .swiper-container, .swiper-container2 {
    overflow-x: clip;
    overflow-y: initial
}

#ct3 .swiper-slide .wrap {
    box-shadow: 2px 2px 15px 4px rgb(0 0 0 / 5%);
}

#ct3 .swiper-slide .wrap img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

#ct3 .swiper-slide .wrap>h4 {
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;
    margin-top: 40px;
    padding: 0 40px;
    height: 72px;
    white-space: initial;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#ct3 .swiper-slide .wrap>.segment {
    padding: 40px;
    height: 236px;
}

#ct3 .swiper-slide .wrap>.segment span {
    font-size: 17px;
    color: #999;
}

#ct3 .swiper-slide .wrap>.segment .desc {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

#ct3 .swiper-slide .wrap>.segment p {
    font-size: 18px;
    line-height: 32px;
    color: #666;
    margin-top: 40px;
    white-space: initial;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#ct3 .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("../images/swiper_arrow.png");
    right: 0;
}

#ct3 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("../images/swiper_arrow.png");
    background-size: cover;
    transform: rotate(180deg);
    left: 0;
}

#ct3 .swiper-button-prev, #ct3 .swiper-button-next {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    z-index: 0;
}
#ct3>.more_view {
    border: solid 1px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: 200px;
    height: 40px;
    margin: 0 auto;
    margin-top: 50px;
    background: #fff;
}
#ct3>.more_view span {
    font-size: 15px;
    color: #666;
    margin-left: 10px;
}
#ct3>.more_view img {
    width: 16px;
}
#ct4 {
    padding-top: 100px;
    padding-bottom: 180px;
}

#ct4 .inner {
    margin: 0 auto;
}

#ct4 .inner .left_cont {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

#ct4 .inner .left_cont h5 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}

#ct4 .inner .left_cont h6 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 65px;
}

#ct4 .inner .left_cont p {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    word-break: keep-all;
}

#ct4 .inner .left_cont p span {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    margin-top: 30px;
    display: block;
}

#ct4 .inner .left_cont .btn_box {
    margin-top: 70px;
    display: flex;
    text-align: center;
    justify-content: center;
}

#ct4 .inner .left_cont .btn_box a {
    padding: 20px 40px;
    min-width: 230px;
    color: #1a64aa;
    font-size: 20px;
    font-weight: 500;
    border: solid 2px #1a64aa;
    background: #fff;
}

#ct4 .inner .left_cont .btn_box a.link_btn_v2 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    background: #1a64aa;
    margin-left: 20px;
}

#ct4 .inner .right_cont {
    margin-top: 120px;
}

#ct4 .inner .right_cont img {
    width: 100%;
}

#ct5 {
    background: #f5f5f5;
}

#ct5 .inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 140px 0;
}

#ct5 .inner .title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    position: relative;
    padding-bottom: 75px;
}

#ct5 .inner .title::before {
    display: block;
    content: '';
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 3px;
    background: #666;
    bottom: 0;
}

#ct5 .inner .title span {
    font-size: 40px;
    font-weight: 700;
}

#ct5 .inner .board_wrap {
    margin-top: 40px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

    #ct5 .inner .board_wrap ul li {
        float: left;
        margin-left: 60px;
        display: flex;
        height: 120px;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

        #ct5 .inner .board_wrap ul li img {
            max-width: 100px;
        }

#ct5 .inner .board_wrap .board_list {
    display: flex;
    align-items: center;
    margin-top: 80px;
    width: 48.5%;
}

#ct5 .inner .board_wrap .board_list:nth-child(1) {
    margin-top: 0;
}

#ct5 .inner .board_wrap .board_list:nth-child(2) {
    margin-top: 0;
}

#ct5 .inner .board_wrap .board_list .left_cont {
    width: 155px;
    min-width: 155px;
    height: 155px;
    background: #fff;
    box-shadow: 2px 2px 15px 4px rgb(0 0 0 / 5%);
    border-radius: 5px;
    position: relative;
}

#ct5 .inner .board_wrap .board_list .left_cont p {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 26px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#ct5 .inner .board_wrap .board_list .left_cont p span {
    font-size: 46px;
    font-weight: 700;
    display: block;
}

#ct5 .inner .board_wrap .board_list .right_cont {
    overflow: hidden;
    margin-left: 30px;
}

#ct5 .inner .board_wrap .board_list .right_cont>p:nth-child(1) {
    font-size: 22px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

#ct5 .inner .board_wrap .board_list .right_cont>p:nth-child(2) {
    color: #666666;
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 25px;
    margin-bottom: 10px;
}

#ct5 .inner .board_wrap .board_list .right_cont>p:nth-child(3) {
    color: #999;
    font-size: 16px;
}

#ct5 .inner .board_wrap .board_list.new .left_cont {
    border: solid 2px #1a64aa;
    position: relative;
}

#ct5 .inner .board_wrap .board_list.new .left_cont::before {
    display: block;
    content: 'N';
    font-size: 22px;
    font-weight: 500;
    width: 40px;
    height: 40px;
    background: #1a64aa;
    border-radius: 100%;
    color: #fff;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: -10px;
    right: -10px;
}

#ct5 .inner .board_wrap .board_list.new .left_cont p {
    color: #1a64aa;
}

#ct5 .inner .board_wrap .board_list.new .left_cont p span {
    color: #1a64aa;
}

#ct6 .inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 140px 0;
}

#ct6 .inner .title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    position: relative;
    padding-bottom: 75px;
}

#ct6 .inner .title::before {
    display: block;
    content: '';
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 3px;
    background: #666;
    bottom: 0;
}

#ct6 .inner .title span {
    font-size: 40px;
    font-weight: 700;
}

#ct6 .inner .title p {
    font-size: 25px;
    font-weight: 500;
    margin-top: 35px;
}

#ct6 .inner .contact_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 120px;
}

#ct6 .contact_wrap .left_cont {
    width: 48%;
}

#ct6 .contact_wrap .right_cont {
    width: 48%;
}

#ct6 .contact_wrap .flex_box input[type="text"], #ct6 .contact_wrap .flex_box textarea {
    border: solid 1px #666;
    height: 50px;
    border-radius: 5px;
    margin-bottom: 40px;
    margin-top: 20px;
    width: 100%;
    font-size: 16px;
    padding: 0 20px;
}

#ct6 .contact_wrap .flex_box textarea {
    height: 250px;
    padding: 20px;
}

#ct6 .contact_wrap .flex_box:last-child input[type="text"], #ct6 .contact_wrap .flex_box textarea {
    margin-bottom: 0;
}

#ct6 .contact_wrap .flex_box_v2 {
    display: flex;
    justify-content: space-between;
    margin: 10px auto;
}
#ct6 .contact_wrap .flex_box_v2 p {
    font-size: 17px;
    font-weight: 500;
}
#ct6 .contact_wrap .flex_box_v2 label {
    font-size: 17px;
    font-weight: 500;
}

#ct6 .contact_wrap .flex_box p {
    font-size: 17px;
    font-weight: 500;
}

#ct6 .contact_wrap .flex_box p span {
    font-size: 17px;
    font-weight: 500;
    color: #666;
}
    #ct6 .contact_wrap .flex_box p span.small{
        font-size: 12px;
        font-weight: 500;
        color: #666;
        vertical-align:baseline;
    }

#ct6 .contact_wrap .flex_box .lable_box {
    margin-top: 30px;
    margin-bottom: 60px;
}

#ct6 .contact_wrap .flex_box .lable_box label {
    font-size: 16px;
    margin-left: 30px;
}

#ct6 .contact_wrap .flex_box .lable_box label:first-child {
    margin-left: 0;
}

#ct6 button {
    font-size: 20px;
    font-weight: 500;
    border: solid 2px #1a64aa;
    background: #fff;
    padding: 10px 46px;
    margin: 0 auto;
    display: block;
    margin-top: 100px;
}

footer {
    border-top: 1px solid #ddd;
    position: relative;
}

footer .inner {
    padding-top: 35px;
    padding-bottom: 50px;
    padding-left: 60px;
    padding-right: 60px;
}

footer .inner .top_link {
    display: flex;
    margin-bottom: 40px;
}

footer .inner .top_link a {
    font-size: 15px;
}

footer .inner .top_link p {
    font-size: 15px;
    margin: 0 20px;
}

footer .inner .bottom_link ul {
    display: flex;
    align-items: baseline;
}

footer .inner .bottom_link li {
    margin-left: 30px;
}

footer .inner .bottom_link li:first-child {
    margin-left: 0;
}

footer .inner .bottom_link li button {
    background: #fff;
    font-size: 13px;
    width: 100px;
    height: 20px;
    border: solid 1px #333;
    margin-left: 10px;
    margin-top: 10px;
}

footer .inner .copy {
    color: #666;
    font-weight: 200;
    margin-top: 20px;
}

footer .inner .sns {
    position: absolute;
    top: 45px;
    right: 60px;
}

footer .inner .sns img {
    margin-right: 25px;
}

footer .inner .sns a:last-child img {
    margin-right: 0;
}

.ft {
    width: 170px;
    height: 189px;
    position: fixed;
    top: 130px;
    right: 50px;
    background-image: url("../images/ft.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    transition: all .5s;
    transform: translateX(230px);
}

.scroll .ft {
    transform: translateX(0px);
}

.lastScroll .ft {
    transform: translateX(230px);
}

@media (max-width: 1650px) {
    #ct2 .segment {
        right: -30%;
    }

    #ct2 .inner {
        margin-left: 10%;
    }
}

@media (max-width: 1470px) {
    #ct2 .segment {
        right: -15%;
    }
}

@media (max-width: 1305px) {
    #ct2 .segment {
        right: -5%;
    }

    header .menu_box ul.l_menu {
        margin-right: 100px;
    }
}
.login_ct {
    height: 100vh;
    background: #e7ebee;
    position: relative;
}
.login_ct .login_box {
width: 520px;
padding: 50px 100px;
background: #fff;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 5px;
box-shadow: 0px 3px 14px 1.1px rgb(50 51 51 / 5%);
}
.login_ct input {
    display: block;
    width: 100%;
    background: #eeeeee;
    height: 37px;
    padding: 0 15px;
    margin-top: 15px;
    margin-bottom: 20px;
    padding-right: 40px;
    font-size: 14px;
    font-weight: 500;
}
.login_ct .login_box #logo {
text-align: center;
}


.login_ct input::placeholder {
    color: #888;
}

.login_ct .id {
    background-image: url("../images/id.png");
    background-repeat: no-repeat;
    background-position: 290px center;
    background-size: 13px;
    width: 320px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 15px;
}

.login_ct .password {
    width: 320px;
    margin: 0 auto;
    position: relative;
}

.login_ct .password .eyes {
    position: absolute;
    cursor: pointer;
    top: 50%;
    height: auto;
    transform: translateY(-50%);
    right: 15px;
}

.login_ct .password .eyes i {
    color: #929292;
    vertical-align: middle;
}

.login_ct .save_chk {
    text-align: left;
    display: flex;
        justify-content: space-between;
            align-items: center;
}

.login_ct .save_chk input[type="checkbox"] {
    display: none;
}

.login_ct .save_chk label {
    position: relative;
    padding-left: 23px;
    font-size: 13px;
    color: #666;
}
.login_ct .save_chk .find a{
    font-size: 13px;
}
.login_ct .save_chk .find a:first-child{
    margin-right: 5px;
}
.login_ct .save_chk input[type="checkbox"]+label::before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    border: solid 1px #cccccc;
    background-color: #fff;
    box-sizing: border-box;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}

.login_ct .save_chk input[type="checkbox"]:checked+label::before {
    border: solid 1px #1a64aa;
    background-color: #1a64aa;
    background-image: url("../images/check.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
}

.login_ct .btn_box button {
    width: 320px;
        height: 40px;
        font-size: 15px;
        color: #fff;
        background: #1a64aa;
        line-height: 1.2;
        margin-top: 30px;
        font-weight: 500;
}
.login_ct .btn_box button:nth-child(2){
    margin-top: 10px;
    background: #fff;
color: #333;
border: solid 1px #ccc;
}

.ct.account {
    padding: 65px 45px;
    padding-bottom: 50px;
    max-width: 460px;
    margin: 0 auto;
    margin-top: 23px;
    position: absolute;
    border-radius: 20px;
    box-shadow: 0px 5px 7.8px 0.2px rgba(51, 51, 51, 0.05);
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
}
.ct.account .login_box {
    text-align: center;
}
.ct.account .login_box img {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
}
.ct.account .login_box h5 {
    margin-top: 15px;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 600;
}
.ct.account input {
    display: block;
    width: 100%;
    background: #eeeeee;
    height: 40px;
    padding: 0 15px;
    margin-top: 15px;
    margin-bottom: 20px;
    padding-right: 40px;
}


.ct.account.account_v2>span {
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
    font-size: 14px;
}

.ct.account.account_v2>.alert {
    color: #0256ab;
    font-size: 14px;
}
.ct.account.account_v2>.btn_box {
    display: flex;
        justify-content: space-between;
        margin-top: 30px;
}
.ct.account.account_v2>.btn_box a{
    border: 1px solid #666;
        color: #666;
            width: 48.5%;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    font-weight: 500;
}
.ct.account.account_v2>.btn_box a:last-child{
    background: #0456a8;
    border: 1px solid #0456a8;
    color: #fff;
}


/* 모바일 */
@media (max-width: 1200px) {
    .m_none {
        display: none;
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 3;
        top: 0;
        right: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: 0.5s;
        width: 290px;
        right: -290px;
        overflow: auto;
        padding: 0 15px;
    }

    .sidenav .closebtn {
        position: fixed;
        top: 0;
        font-size: 40px;
        color: #fff;
        padding: 0;
        right: -50px;
        transition: all .5s
    }

    .nav_bg {
        width: 100%;
        height: 100%;
        position: fixed;
        background: rgba(0, 0, 0, 0.7) repeat;
        top: 0;
        left: 0;
        z-index: 2;
        display: none;
    }

    .m_head {
        padding: 0 10px;
        overflow: hidden;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 2;
        transition: all .3s;
    }

    .m_head .flex_box {
        display: flex;
        justify-content: space-between;
        height: 60px;
        align-items: center;
    }

    .m_head .flex_box .logo img {
        width: 51px;
    }

    .m_head .opennav {
        width: 30px;
        height: 30px;
        background-image: url("../images/menu_w.png");
        background-repeat: no-repeat;
        background-position: center right;
        background-size: 20px;
    }

    .m_head .logo_v2 {
        display: none;
    }

    .scroll .m_head .logo_v2 {
        display: block;
    }

    .scroll .m_head .logo {
        display: none;
    }

    .scroll .m_head .opennav {
        background-image: url("../images/menu.png");
    }

    .scroll .m_head {
        background-color: rgb(0 0 0 / 0.40);
    }

    .sidenav ul.m_head_top li a {
        padding: 0;
        font-size: 14px;
        font-weight: 500;
        color: #666;
        position: relative;
    }

    .sidenav ul.m_head_top {
        display: flex;
        height: 60px;
        align-items: center;
        border-bottom: 1px solid #ddd;
    }

    .m_head_top li:nth-child(1) {
        margin-right: 30px;
    }

    .sidenav ul.m_head_top li a:after {
        position: absolute;
        content: '';
        width: 1px;
        height: 12px;
        background: #666;
        margin: auto;
        top: 0;
        bottom: 0;
        right: -15px;
    }

    .m_head_top li:nth-child(2) a:after {
        display: none;
    }

    .sidenav ul.m_head_list li a {
        display: flex;
        height: 55px;
        align-items: center;
        border-bottom: 1px solid #ddd
    }

    .sidenav ul.m_head_list li a::before {
        content: '';
        display: block;
        background-image: url("../images/note_hover.png");
        height: 18px;
        width: 18px;
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 10px;
        transition: all .3s;
        background-size: cover;
    }

    .sidenav ul.m_head_list li:nth-child(2) a::before {
        background-image: url("../images/kakao_hover.png");
    }

    .sidenav ul.m_head_list li:nth-child(3) a::before {
        background-image: url("../images/call_v2_hover.png");
    }

    .sidenav ul.m_head_list li a p {
        font-size: 13px;
        color: #666;
        font-weight: 500;
    }

    .sidenav button {
        width: 100%;
        height: 35px;
        font-weight: 500;
        color: #fff;
        margin-top: 30px;
        background-image: linear-gradient(to right, #79db80, #47a3c2 72%);
        line-height: 35px;
        display: flex;
        justify-content: center;
        border-radius: 3px;
    }

    .sidenav button::before {
        display: block;
        content: '';
        width: 23px;
        height: 35px;
        background-repeat: no-repeat;
        background-size: 23px;
        background-position: center;
        margin-right: 8px;
        background-image: url("../images/m_chat.png");
    }

    header {
        display: none;
    }

    #ct1 h4 {
        width: 100%;
    }

    #ct1 h4>span {
        font-size: 29px;
        line-height: 38px;
    }

    .ft {
        width: 100px;
        height: 40px;
        background-image: url("../images/ft_m.png");
        background-color: #1a64aa;
        right: 0;
        background-size: 80px;
        border-radius: 3px 0 0 3px;
        bottom: 20px;
        top: auto;
    }

    .footer_top_button {
        position: fixed;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 1;
        transition: all .5s;
        width: 40px;
        height: 40px;
        background-image: url("../images/m_arrow.png");
        background-color: #fff;
        border: solid 1px #ddd;
        border-right: none;
        right: 0;
        background-size: 16px;
        border-radius: 3px 0 0 3px;
        bottom: 75px;
        transform: translateX(230px);
    }

    .scroll .footer_top_button {
        transform: translateX(0px);
    }

    .lastScroll .footer_top_button {
        transform: translateX(230px);
    }

    #ct2 {
        padding-top: 60px;
        padding-bottom: 250px;
    }

    #ct2 .inner {
        margin: 0;
    }

    #ct2 .bg {
        width: 100%;
        height: 335px;
        border-radius: 3px;
    }

    #ct2 .segment {
        padding: 30px 20px;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
        top: 270px;
        transform: translateY(0);
        width: 355px;
        border-radius: 3px;
        background: #fff;
        position: inherit;
    }

    #ct2 .segment h5 {
        font-size: 22px;
        line-height: normal;
        margin-bottom: 20px;
    }

    #ct2 .segment h6 {
        font-size: 13px;
        line-height: 24px;
        margin-bottom: 30px;
        letter-spacing: -.5px;
    }

    #ct2 .segment p {
        font-size: 13px;
        line-height: 18px;
        letter-spacing: -.2px;
    }

    #ct2 .segment .link_btn {
        margin-top: 30px;
        display: flex;
        width: 100%;
        font-size: 13px;
    }

    #ct3 .swiper-button-prev, #ct3 .swiper-button-next {
        width: 50px;
        height: 50px;
    }

    #ct3 .swiper-slide .wrap>h4 {
        margin-top: 28px;
        font-size: 17px;
        line-height: normal;
        padding: 0 20px;
        height: 50px;
    }

    #ct3 .swiper-slide .wrap>.segment {
        height: 142px;
        padding: 20px
    }

    #ct3 .swiper-slide .wrap>.segment p {
        margin-top: 30px;
        font-size: 13px;
        line-height: normal;
    }

    #ct3 .swiper-slide .wrap>.segment span {
        font-size: 13px;
    }
#ct3>.more_view {
    margin: 0 auto;
    width: calc(100% - 30px);
border-width: 1px;
margin-top: 40px;
    max-width: 400px;
}
#ct3>.more_view span{
font-size: 15px;
}
#ct3>.more_view img{
width: 16px;
}


    #ct4 {
        padding: 60px 0;
    }

    #ct4 .inner {
        display: block;
    }

    #ct4 .inner .left_cont {
        margin: 0;
        max-width: none;
        text-align: center;
    }

    #ct4 .inner .left_cont h5 {
        font-size: 13px;
        margin-bottom: 20px;
        padding: 0 20px;
    }

    #ct4 .inner .left_cont h6 {
        font-size: 22px;
        padding: 0 20px;
        margin-bottom: 40px;
    }

    #ct4 .inner .left_cont p {
        font-size: 13px;
        padding: 0 20px;
        line-height: normal;
    }

    #ct4 .inner .left_cont p span {
        font-size: 13px;
        line-height: normal;
        margin-top: 5px;
    }

    #ct4 .inner .left_cont .btn_box {
        display: block;
        margin: 0 20px;
        margin-top: 40px;
    }

    #ct4 .inner .left_cont .btn_box a {
        min-width: auto;
        max-width: 400px;
        width: 100%;
        display: block;
        font-size: 13px;
        padding: 10px 0;
        border-width: 1px;
        margin: 0 auto;
    }

    #ct4 .inner .left_cont .btn_box a.link_btn_v2 {
        margin: 0;
        margin: 0 auto;
        margin-top: 15px;
        font-size: 13px;
    }

    #ct4 .inner .right_cont {
        margin-top: 40px;
    }

    #ct5 .inner {
        padding: 60px 20px;
    }

    #ct5 .inner .title {
        font-size: 20px;
        padding-bottom: 30px;
    }

    #ct5 .inner .title span {
        font-size: 20px;
    }

    #ct5 .inner .title::before {
        width: 30px;
        height: 2px;
    }

    #ct5 .inner .board_wrap {
        margin-top: 60px;
        display: block;
    }

    #ct5 .inner .board_wrap .board_list {
        width: 100%;
        margin-top: 30px;
    }

    #ct5 .inner .board_wrap .board_list:nth-child(2) {
        margin-top: 30px;
    }

    #ct5 .inner .board_wrap .board_list .left_cont {
        width: 85px;
        min-width: 85px;
        height: 85px;
        border-radius: 3px;
    }

    #ct5 .inner .board_wrap .board_list .left_cont p {
        font-size: 15px;
    }

    #ct5 .inner .board_wrap .board_list .left_cont p span {
        font-size: 22px;
    }

    #ct5 .inner .board_wrap .board_list.new .left_cont::before {
        font-size: 13px;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

    #ct5 .inner .board_wrap .board_list .right_cont {
        margin-left: 20px;
    }

    #ct5 .inner .board_wrap .board_list .right_cont>p:nth-child(1) {
        font-size: 14px;
    }

    #ct5 .inner .board_wrap .board_list .right_cont>p:nth-child(2) {
        margin-top: 10px;
        font-size: 13px;
        line-height: normal;
    }

    #ct5 .inner .board_wrap .board_list .right_cont>p:nth-child(3) {
        font-size: 13px;
    }

    #ct6 .inner {
        padding: 60px 20px;
    }

    #ct6 .inner .title {
        font-size: 20px;
        padding-bottom: 30px;
    }

    #ct6 .inner .title span {
        font-size: 20px;
    }

    #ct6 .inner .title::before {
        width: 30px;
        height: 2px;
    }

    #ct6 .inner .title p {
        margin-top: 20px;
        font-size: 13px;
    }

    #ct6 .inner .contact_wrap {
        display: block;
        margin-top: 60px;
    }

    #ct6 .contact_wrap .left_cont, #ct6 .contact_wrap .right_cont {
        width: 100%;
    }

    #ct6 .contact_wrap .flex_box p {
        font-size: 13px;
    }

    #ct6 .contact_wrap .flex_box input[type="text"], #ct6 .contact_wrap .flex_box textarea {
        height: 35px;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    #ct6 .contact_wrap .flex_box textarea {
        height: 170px;
        padding: 15px;
        font-size: 13px;
        line-height: 24px;
    }

    #ct6 .contact_wrap .flex_box p span {
        font-size: 13px;
    }

    #ct6 .contact_wrap .left_cont, #ct6 .contact_wrap .right_cont>.flex_box:first-child {
        margin-top: 15px;
    }

    #ct6 .contact_wrap .flex_box .lable_box {
        margin-top: 0;
        margin-bottom: 20px;
        display: block;
        overflow: hidden;
        margin-left: -15px;
    }

    #ct6 .contact_wrap .flex_box .lable_box label {
        word-break: keep-all;
        font-size: 13px;
        margin-left: 15px;
        display: flex;
        align-items: center;
        float: left;
        width: 78px;
        margin-top: 15px;
    }

    #ct6 .contact_wrap .flex_box .lable_box label:first-child {
        margin-left: 15px;
    }

    #ct6 .contact_wrap .flex_box .lable_box label input {
        margin-right: 5px;
    }

    #ct6 button {
        margin: 0;
        width: 100%;
        font-size: 13px;
        border-width: 1px;
        margin-top: 20px;
    }

    footer .inner {
        padding: 25px 20px;
    }

    footer .inner .sns {
        position: initial;
        text-align: center;
        margin-top: 25px;
    }

    footer .inner .top_link {
        flex-wrap: wrap;
        justify-content: center;
        overflow: hidden;
        height: 50px;
        align-items: center;
        width: 335px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    footer .inner .top_link>* {
        float: left;
        font-size: 14px !important;
    }

    footer .inner .bottom_link ul {
        width: 335px;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
    }

    footer .inner .bottom_link li {
        margin-left: 25px;
        margin-top: 5px;
    }

    footer .inner .bottom_link li:nth-child(3), footer .inner .bottom_link li:nth-child(5), footer .inner .bottom_link li:nth-child(6) {
        margin-left: 0;
    }

    footer .inner .bottom_link ul:nth-child(2) li {
        margin-left: 0;
    }

    footer .inner .bottom_link li button {
        margin-top: 0;
    }

    footer .inner .copy {
        text-align: center;
    }

    .sidenav ul.m_head_list li a::before {
        background-image: url("../images/m_head1.png");
        background-size: contain;
    }

    .sidenav ul.m_head_list li:nth-child(2) a::before {
        background-image: url("../images/m_head2.png");
    }

    .sidenav ul.m_head_list li:nth-child(3) a::before {
        background-image: url("../images/m_head3.png");
    }

    .sidenav ul.m_head_list li:nth-child(4) a::before {
        background-image: url("../images/m_head4.png");
    }

    .sidenav ul.m_head_list li:nth-child(5) a::before {
        background-image: url("../images/m_head5.png");
    }

    .sidenav ul.m_head_list li:nth-child(6) a::before {
        background-image: url("../images/m_head6.png");
    }
    .login_ct .login_box {
        padding: 40px 15px;
            width: calc(100% - 30px);
            border-radius: 10px;
            max-width: 380px;
    }
    .ct.account {
padding: 40px 15px;
width: calc(100% - 30px);
border-radius: 10px;
margin-top: 13px;
max-width: 380px;
    }
    .login_ct input {
        width: 300px !important;
        margin: auto;
        margin-top: 15px;
margin-bottom: 20px;
    }
    .login_ct .password .eyes {
        right: 25px;
    }
    .login_ct .id {
            background-position: 270px center;
    }
    .login_ct .save_chk {
        width: 300px;
        margin: 0 auto;
    }
    .login_ct .btn_box {
        width: 300px;
        margin: 0 auto;
    }
    .login_ct .btn_box button {
        width: 100%;
    }
    .ct.account .login_box img {
        width: 70px;
            top: -35px;
    }
    .ct.account .login_box h5 {
        margin-top: 20px;
margin-bottom: 25px;
font-size: 15px;
    }
    .ct.account input {
    margin-bottom: 15px;
    }
}

@media (max-width: 400px) {
    #ct3 .swiper-slide .wrap>.segment .desc {
        display: block;
    }

    #ct3 .swiper-slide .wrap>.segment span {
        display: block;
    }

    #ct3 .swiper-slide .wrap>.segment p {
        margin-top: 15px;
    }
}
