@charset "utf-8";

/* common */
html{
    font-size: 18px;
}
html.overflow {
     overflow: hidden;
}
#sizer {

width: 100% !important;}

#wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 100px;
}
iframe{
    -webkit-overflow-scrolling:touch;
}
small {
    width: 1px;
    height: 0.9em;
    display: inline-block;
    margin: 0 0.625em;
    background-color: #dbdbdb;
    margin-top: -0.2em;
    vertical-align: middle;
}

small.web {
    display: inline-block !important;
}

small.mo {
    display: none !important;
}

.only_web {
    display: block !important;
}

.only_mo {
    display: none !important;
}

.inner {
    position: relative;
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0 auto;
}

.sb_ac {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jc_ac {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fl_ac {
    display: flex;
    align-items: center;
}

.fl_jc {
    display: flex;
    justify-content: center;
}

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

/* text */

.tc {
    text-align: center;
}

/* header */
#header {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    transition: all .5s;
}

#header .inner {
    max-width: 1800px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header .logo {
    height: 100%;
}

#header .logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#header .logo img {
    display: block;
}
#header .gnb {
    max-width: 950px;
    width: 72%;
margin: 0 auto;
}
#header .gnb ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .gnb ul li a {
    display: block;
    padding: 40px 15px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

#header .gnb ul li.on a {}

#header .ham_wrap{
    position: relative;
}
#header .ham_btn {
    width: 56px;
    height: 56px;
    background: url('../img/btn/gnb_openbtn.png') no-repeat center center/cover;
}

/* //header */

/* open_menu */

.open_menu {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11111111;
    background: rgba(0, 0, 0, 0.3);
}

.open_menu .onb {
    width: 100%;
    height: 100%;
    max-width: 350px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
}

.open_menu.open {
    display: block;
}
.open_menu .bot{
    display: none;
    padding: 2rem 1rem 0 2.5rem;
}
.open_menu .bot .sns_list{
    display: flex;
}
.open_menu .bot .sns_list a{
    width: 45px;
    height: 45px;
}
.onb .top {
    width: 100%;
    padding: 19px 30px 19px 0;
    background: #107cbe;
}

.onb .top .close_menu {
    display: block;
    width: 18px;
    height: 18px;
    margin-left: auto;
    background: url('../img/btn/btn_gnbclose.png') no-repeat center center/cover;
}

.onb .onb_menu {
    display: block;
    width: 100%;
    font-size: 19px;
    font-weight: 700;
    padding: 20px 30px;
    text-align: left;
    background: url('../img/btn/btn_menuopen.png') no-repeat right 30px center;
    border-bottom: solid 2px #dfdfdf;
}

.onb .onb_menu.active {
    background-image: url('../img/btn/btn_menuclose.png');
}

.onb .submenu_list {
    display: none;
    background: #f6f6f6;
}

.onb .submenu_list a {
    display: block;
    width: 100%;
    color: #454545;
    padding: 20px 30px;
}

.onb .submenu_list a::before {
    content: '- ';
    font-size: 16px;
    color: #454545;
}

.onb .submenu_list li+li a {
    padding-top: 0;
}

/* footer */
#footer {
    color: #666;
    font-size: 15px;
    border-top: solid 1px #dbdbdb;
    padding: 30px 0 40px;
}
#footer .ft_top{
       display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer .foot_logo a {
    display: block;
}
#footer .policy{
    font-weight: 500;
    color: #252525;font-size: 16px;
    margin: 28px 0 20px;
}

#footer .sns_list {
    display: flex;
    align-items: center;
}

.sns_list a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url('../img/ico/ft_ico01.png') no-repeat center center/cover;
}

#footer .sns_list a+a {
    margin-left: 20px;
}

.sns_list .blog {
    background-image: url('../img/ico/ft_ico02.png');
}

.sns_list .ytb {
    background-image: url('../img/ico/ft_ico03.png');
}

.sns_list .fb {
    background-image: url('../img/ico/ft_ico04.png');
}


#footer .foot_info address span {
    display: inline-block;
    line-height: 1.625;
}

#footer .foot_info .copy {
    margin-top: 10px;
}

#footer .fnb {
    width: 73.75%;
    display: flex;
}

#footer .fnb dl {
    width: calc(100%/6);
}

#footer .fnb dt {
    color: #252525;
    margin-bottom: 20px;
}

#footer .fnb dd a {
    display: block;
    line-height: 1.625;
}

.follow_menu {
    position: absolute;
    text-align: center;
    top: calc(100% + 10px);
    left: 0;
    z-index: 99;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    background-color: #fff;
}

.follow_menu_inner {
    width: 100%;
    height: 100%;
    transition: all 0.2s ease;
    cursor: pointer;
}

.follow_menu_inner .sns_list a{
    display: block;
    width: 56px;
    height: 54px;
background-size: 50px;
background-position: center;
}
.follow_menu_inner .sns_list a+a{
    border-top: 1px solid #dbdbdb;
}

/* //footer */

/* snb */

#snb {
    background: #107cbe;
}

#snb .inner {
    max-width: 1400px;
    display: flex;
}

#snb .go_home a {
    display: block;
    width: 100px;
    height: 100%;
    background: url('../img/ico/ico_home.png') no-repeat center center;
}

#snb .inner>div+div {
    position: relative;
}

#snb .inner>div+div::before {
    content: '';
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#snb .snb_menu {
    width: 100%;
    max-width: 240px;
}

#snb .now_depth {
    display: block;
    width: 100%;
    padding: 0 20px;
    height: 60px;
    font-size: 18px;
    text-align: left;
    color: #fff;
    background: url('../img/btn/wh_arrow14x8.png') no-repeat right 20px center;
}

#snb .snb_menu:hover .now_depth {
    background-image: url('../img/btn/wh_arrow14x8up.png');
}

#snb .depth02_list {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    border-radius: 10px;
    padding: 26px 30px;
    background: #fff;
    z-index: 2;
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.1);
}

#snb .depth02_list li a {
    display: block;
    font-size: 18px;
    padding:10px 0;
    color: #454545;
}

#snb .depth02_list li a.active {
    color: #107cbe;
}

#snb .depth02_list li{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


#snb .depth02_list li .arr {
    padding: 5px;
    cursor: pointer;
}

#snb .depth03_list {
    position: absolute;
    left: 100%;
    background: #fff;
    padding: 26px 30px;
    border-radius: 10px;
    height: 100%;
    top: 0;
    width: 200px;
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.1);
    display: none;
}

#snb .depth03_list::before {
    content: '';
    width: 30px;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    left: -30px;


}

/* pager */
.page {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.next_prev_box {
    margin-top: 40px;
}

.next_prev_box ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.next_prev_box ul li+li,
.page li+li {
    margin-left: 10px;
}

.next_prev_box ul li a,
.page li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    font-size: 18px;
    border: 1px solid #dbdbdb;
    color: #454545;
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.next_prev_box ul li a strong {
    font-weight: inherit;
    color: inherit;
}

.next_prev_box ul li.on a,
.page li.active a {
    border-color: #107cbe;
    color: #107cbe;
}

.next_prev_box ul li a.more_prev,
.page li.more_prev a {
    background-image: url('../img/btn/first_pg.png');
}

.next_prev_box ul li a.prev,
.page li.prev a {
    margin-right: 10px;
    background-image: url('../img/btn/prev_btn.png');
}

.next_prev_box ul li a.next,
.page li.next a {
    margin-left: 10px;
    background-image: url('../img/btn/next_btn.png');
}

.next_prev_box ul li a.more_next,
.page li.more_next a {
    background-image: url('../img/btn/last_pg.png');
}

/* //pager */


/* popup_wrap */
.popup_wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2222;
}

.popup_wrap .pop_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px);
    z-index: 2;
}

.popup_wrap .pop_box .pop_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
    line-height: 60px;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    background: #252525;
    box-sizing: border-box;
}

.popup_wrap .pop_box .pop_top .close {
    cursor: pointer;
}

.popup_wrap .pop_box .pop_body {
    background: #fff;
    padding: 30px 20px;
    box-sizing: border-box;
}

.popup_wrap .dim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

/* //popup_wrap */


/* news_list */
.news_list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.news_list li {
    width: calc(33.333% - 16px);

}

.news_list li+li {
    margin-left: 24px;
}

.news_list li:nth-of-type(n + 4) {
    margin-top: 50px;
}

.news_list li:nth-of-type(3n + 1) {
    margin-left: 0;
}

.news_list li a {
    display: block;
}

.news_list li .thumb {
    background: url('../img/common/thumb_blank.jpg') center center no-repeat;
    background-size: cover;
    border: 1px solid #eee;
}

.news_list li .thumb span {
    display: block;
    padding-top: 67.35%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.news_list li .txt {
    margin-top: 22px;
}

.news_list li .category {
    display: block;
    margin-bottom: 5px;
    color: #c89d66;
}

.news_list li .subject {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4em;
    height: 2.8em;
}

.news_list li .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 26px;
}

.news_list li .preview {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999999;
    max-height: 3em;
}
/* 에디터를 이기기 위해 important 남발 */
.news_list li .preview span,
.news_list li .preview p{
    font-size: inherit !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    font-family: 'Noto Sans KR' !important;
}
/* //news_list */

/* control_box */

.control_box button {
    display: inline-block;
    width: 28px;
    height: 22px;
    background: url('../img/btn/btn_prevp.png') no-repeat center center/cover;
}

.control_box .next_btn {
    background-image: url('../img/btn/btn_nextp.png');
    margin-left: 20px;
}

/* check_item */
.check_item {
    display: inilne-block;
}

.check_item input {
    display: none !important;
}

.check_item input+label {
    display: block;
    padding-left: 30px;
    line-height: 20px;
    font-size: 15px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url('../img/ico/ico_check.png');
    cursor: pointer;
}

.check_item input+label span {
    color: #757575;
}

.check_item input:checked+label {
    background-image: url('../img/ico/ico_check_on.png');
}

/* //check_item */

@media all and (max-width: 1200px) {
    #header.main_v {
        width: calc(100% - 30px);
    }


    #header .gnb ul li a {
        font-size: 15px;
    }


}

@media all and (max-width: 1024px) {
    #header {
        height: 80px;
    }

    #header .inner {
        height: 100%;
    }

    #header .gnb {
        display: none;
    }
}

/* mobile */
@media all and (max-width: 850px) {
    .follow_menu {
        display: none;
    }

    body,
    html {
        font-size: 13px;
    }

    /* common */
    .only_web {
        display: none !important;
    }

    .only_mo {
        display: block !important;
    }

    small.web {
        display: none !important;
    }

    small.mo {
        display: inline-block !important;
    }

    /* 여기부터 작업 2022 08 01 */
    #wrap {
        padding-top: 55px;
    }

    #header {
        height: 55px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 50;
    }

    #header .inner {
        height: 100%;
        padding: 10px 0;
    }

    #header .ham_btn {
        width: 35px;
        height: 35px;
    }

    #header .logo {
        width: 100px;
    }

    #header .gnb {
        display: none;
    }

    .onb .top {
        padding: 15px 20px;
        height: 45px;
    }

    .onb .top .close_menu {
        width: 16px;
        height: 16px;
    }

    .onb .onb_menu {
        font-size: 14px;
        padding: 12px 20px;
        background: url(../img/btn/btn_menuopen.png) no-repeat right 20px center / 14px auto;
        border-bottom: solid 1px #dfdfdf;
    }

    .onb .onb_menu.active {
        color: #107cbe;
    }

    .onb .submenu_list a {
        font-size: 13px;
        padding: 25px 30px;
    }
    .open_menu .onb{
        width: calc(100% - 27.777vw);
    }
    .open_menu .bot{
        display:block;
    }
    /* 여기까지 작업 2022 08 01 */

    /* 메인 로딩후 첫화면 헤더 */
    #header.main_v {
        top: 0;
        width: 100%;
    }

    #header.main_v .ham_btn div span {
        background: #fff;
    }

    /* 서브 모바일 헤더 */
    #header.sub_v .logo {
        display: none;
    }

    #header.sub_v .gnb {
        display: block;
        height: 50px;
        padding: 0;
    }

    #header.sub_v .gnb li {
        display: none;
    }

    #header.sub_v .gnb li.on {
        display: block;
    }

    #header.sub_v .gnb li a {
        font-size: 16px;
        line-height: 50px;
    }

    /* //header */
    /* all_menu_wrap */
    .all_menu_wrap {
        position: fixed;
        top: 0;
        left: 0;
        transform: translateX(-100%);
        display: flex !important;
        flex-direction: column;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 2222;
        transition: all .5s;
    }

    .all_menu_wrap.open {
        transform: translateX(0);
    }

    .all_menu_wrap .all_menu_head {
        flex: 0 0 auto;
    }

    .all_menu_wrap .all_menu_close {
        position: absolute;
        top: 12px;
        left: 15px;
        width: 25px;
        height: 25px;
        text-indent: -9999em;
        background: url('../img/common/all_menu_close.png') center center no-repeat;
        background-size: auto 17px;
    }

    .all_menu_wrap .all_menu_logo {
        background: #252525;
    }

    .all_menu_wrap .all_menu_logo a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 164px;
        height: 50px;
        margin: 0 auto;
    }

    .all_menu_wrap .mem_link {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px 0 15px;
        border-bottom: 1px solid #dbdbdb;
    }

    .all_menu_wrap .mem_link li+li {
        margin-left: 9px
    }

    .all_menu_wrap .mem_link li a {
        display: block;
        width: 90px;
        height: 33px;
        border: 1px solid #757575;
        line-height: 31px;
        text-align: center;
        font-size: 13px;
        font-weight: 500;
        box-sizing: border-box;
    }

    .all_menu_wrap .mem_link li a.join_link {
        color: #fff;
        background: #757575;
    }

    .all_menu_wrap .shortcut_link {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        text-align: center;
        border-bottom: 1px solid #dbdbdb;
    }

    .all_menu_wrap .shortcut_link li {
        flex: 1;
        max-width: 140px;
    }

    .all_menu_wrap .shortcut_link li a {
        display: block;
        width: 100%;
        padding: 15px 5px;
        box-sizing: border-box;
    }

    .all_menu_wrap .shortcut_link li a img {
        display: block;
        width: 55px;
        margin: 0 auto;
    }

    .all_menu_wrap .shortcut_link li a span {
        display: block;
        margin-top: 7px;
        font-size: 11px;
        font-weight: 500;
        color: #757575;
    }

    .all_menu_wrap .all_menu_body {
        flex: 1;
        overflow-y: auto;
    }

    .all_menu_wrap .all_menu>ul>li {
        border-bottom: 1px solid #eeeeee;
    }

    .all_menu_wrap .all_menu01 {
        display: block;
        width: 100%;
        padding: 0 20px;
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        line-height: 45px;
        box-sizing: border-box;
    }

    .all_menu_wrap button.all_menu01 {
        padding-right: 35px;
        background-position: right 19px center;
        background-repeat: no-repeat;
        background-image: url('../img/common/all_menu_arrow.png');
        background-size: 13.5px;
    }

    .all_menu_wrap button.all_menu01.on {
        background-image: url('../img/common/all_menu_arrow_on.png');
    }

    .all_menu_wrap .all_menu02 {
        display: none;
    }

    .all_menu_wrap .all_menu02>ul {
        padding: 17px 0;
        border-top: 1px solid #eeeeee;
        background: #f9f9f9;
    }

    .all_menu_wrap .all_menu02>ul a {
        display: block;
        padding: 17px 30px;
        font-size: 13px;
        color: #454545;
    }

    .all_menu_wrap .sns_link {
        display: flex;
        align-items: center;
        padding: 15px;
    }

    .all_menu_wrap .sns_link li+li {
        margin-left: 8px
    }

    .all_menu_wrap .sns_link li a {
        display: block;
        width: 35px;
        height: 35px;
        text-indent: -9999em;
        background-position: cetner center;
        background-repeat: no-repeat;
        background-size: 35px;
    }

    .all_menu_wrap .sns_link li.insta a {
        background-image: url('../img/common/sns_insta_mo.png');
    }

    .all_menu_wrap .sns_link li.naver a {
        background-image: url('../img/common/sns_naver_mo.png');
    }

    .all_menu_wrap .sns_link li.youtube a {
        background-image: url('../img/common/sns_youtube_mo.png');
    }

    /* //all_menu_wrap */
    /* footer */
    #footer{
        padding: 25px 0 30px;
    font-size: 12px;
    }
    #footer .ft_top{
        display: block;
    }
    #footer .policy{
        font-size: 12px;
    margin: 0 0 15px;
    }

    #footer .foot_logo a {
        width: 100px;
    }
    #footer .sns_list {
        margin:15px 0 20px;
    }

    #footer .sns_list a {
        display: inline-block;
        width: 45px;
        height: 45px;
    }

    #footer .sns_list a+a {
        margin-left: 5px;
    }
    #footer .foot_info .copy {
        margin-top: 5px;}
    /* //footer */


    /* case_item */
    .case_item .category {
        margin-bottom: 15px;
        font-size: 13px;
    }

    .case_item .subject {
        font-size: 15px;
        -webkit-line-clamp: 3;
    }

    .case_item .date {
        margin-top: 15px;
        font-size: 13px;
    }

    .case_item .desc {
        font-size: 14px;
    }

    /* //case_item */
/* sub , main  공통 news_list */
    .news_list li .txt {
        margin-top: 20px;
    }

 .news_list li .title {
        font-size: 15px;
        margin-top: 14px;
        font-weight: 500;
        line-height: 1.4;
        max-height: 2.8em;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: unset;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    /* .news_list li .category {
        margin-bottom: 10px;
        font-size: 13px;
    } */

  .news_list li .subject,
  .news_list li .preview {
        height: auto;
        max-height: 2.8em;
    }

  .news_list li .subject {
        font-size: 15px;
    }

  .news_list li .preview {
        font-size: 14px;
    }

    /* pager 2022 08 05 인재채용에서 보고 수정함 */
    .page,
    .next_prev_box {
        margin-top: 35px;
    }

    .next_prev_box ul li+li,
    .page li+li {
        margin-left: 7px;
    }

    .next_prev_box ul li a,
    .page li a {
        width: 31px;
        height: 31px;
        font-size: 13px;

    }

    .next_prev_box ul li a.prev,
    .page li.prev a {
        margin-right: 15.5px;
    }

    .next_prev_box ul li a.next,
    .page li.next a {
        margin-left: 15.5px;
    }

    /* //pager */

    /* check_itemcheck */
    .check_item input+label {
        padding-left: 22px;
        font-size: 13px;
        line-height: 15px;
        background-size: 15px;
        background-position: left top;
    }

    /* //check_item */


    /* popup_wrap */
    .popup_wrap .pop_box .pop_top {
        padding: 0 15px;
        font-size: 18px;
        line-height: 46px;
    }

    .popup_wrap .pop_box .pop_top .close {
        margin-right: -15px;
        width: 46px;
        height: 46px;
    }

    .popup_wrap .pop_box .pop_top .close img {
        display: block;
        margin: 0 auto;
    }

    /* //popup_wrap */
    .snb_menu_3 {
        position: relative;
        display: block !important;
    }

    .snb_menu_3 .depth03_list {
        position: relative !important;
        left: 0 !important;
    }

    .snb_menu_3 .arr {
        position: absolute;
        right: 0;
        top: 4px;
        transform: rotate(90deg);
    }

    .snb_menu_3 .arr.on {
        transform: rotate(270deg);
    }

    #snb .depth03_list {
        background: unset;
        padding: 5px 15px;
        box-shadow: unset;
    }

}