@import url('//fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}


/**************공통 설정 css**************/
/*style reset*/
dl, dd {
    margin: 0;
    padding: 0;
}

/*base*/
.hidden {
    display: none;
}

a {
    letter-spacing: 0px;
}

h2, h3, h4, dd {
    margin: 0
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

legend, caption {
    width: 0;
    height: 0;
    line-height: 0;
    position: absolute;
    left: -9999px;
}

/*상하좌우 여백 및 높이 공통 적용 style*/
.h5 {
    height: 5px;
}

.h10 {
    height: 10px;
}

.h15 {
    height: 15px;
}

.h20 {
    height: 20px;
}

.h30 {
    height: 30px;
}

.mb10 {
    margin-bottom: 10px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.clear {
    clear: both
}

.test {
    border: 1px solid red
}


/**************회사소개 전체 페이지 시작**************/

/*공통 상단*/
#link_wrap {
    height: 475px;
    overflow: hidden
}

#link_list {
    height: 475px;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

#link_list li {
    height: 475px;
    margin: 0;
    float: left;
    border: 0px blue solid
}

#link_list li a {
    display: block;
    width: 1100px;
    height: 475px;
}

#link_tab {
    float: right;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 10;
}

#link_tab li {
    float: left;
    width: 12px;
    height: 12px;
    border-radius: 5px;
    margin-left: 5px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: pointer;
}

#link_tab li.choice {
    opacity: 1;
    filter: alpha(opacity=100);
}

#link_tab li span {
    float: left;
    text-indent: -9999px;
    overflow: hidden;
    _height: 0;
}

/*브라우저별 가로 스크롤 수정 2013.05.07 수정*/
html { /*overflow-x: hidden;min-width:1028px;*/
}

body { /*overflow-x:hidden;overflow-y:hidden;*/
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-width: 1200px;
    font-family: sans-serif;
}

#body_wrap {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    position: relative;
}

#header {
    width: 100%;
    height: 95px;
}

#top_box {
    width: 100%;
    position: relative;
}

#top_frame {
    margin: 0 auto;
    overflow: hidden;
}

.logo {
    float: left;
    margin-top: 5px;
    margin-left: 66px;
}

.logo a {
    display: inline-block;
}

.left_box {
    position: absolute;
    left: 2px;
    top: 3px; /*margin-top:20px;*/
}

.left_box .left li {
    float: left;
    vertical-align: top;
    height: 16px;
    padding: 4px 8px 1px;
    background: url('img/common/t_line.png') no-repeat 0 5px;
    line-height: 13px
}

.left_box .left li {
    line-height: 13px \9;
}

.left_box .left li.first {
    background: none;
    border: 0px solid #cdcfd2;
    margin-right: 0px
}

.left_box .left li.first img {
}

.left_box .left li.first a {
    color: #cccccc;
    font-weight: bolder
}

.left_box .left li a {
    float: left;
    padding-top: 0px;
    font-size: 11px;
    font-weight: bold;
    color: #cccccc
}

.right_box {
    position: absolute;
    right: 50px;
    top: 38px;
}

.right_box .right li {
    float: left;
    vertical-align: top;
    height: 16px;
    padding: 3px 8px 1px;
    line-height: 13px
}

.right_box .right li {
    line-height: 13px \9;
}

.right_box .right li.first {
    background: none;
    border: 0px solid #cdcfd2;
    margin-right: 0px
}

.right_box .right li.first img {
}

.right_box .right li.first a {
    color: #232323;
}

.right_box .right li a {
    float: left;
    padding-top: 0px;
    font-size: 16px;
    letter-spacing: 0px;
    color: #232323;
    font-weight: bold;
}

.right_btn {
    display: block;
    width: 100px;
    height: 31px !important;
    font-size: 14px !important;
    border: 1px solid #2688db;
    line-height: 30px !important;
    margin-top: -9px;
    border-radius: 20px;
    text-align: center;
    color: #2688db !important;
    margin-right: 40px;
    font-weight: bold;
    font-family: 'Pretendard-Regular';
}


.head_bottom_line_bg {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-image: url('img/header_bottom_line_bg.png');
    background-position: left top;
    background-repeat: repeat;
    z-index: -1
}

#top_frame #gnb_frame { /* margin-left: 20%; */
    margin: 0 auto;
    width: 1200px;
}

@media screen and (max-width: 1580px) {
    #css_gnb_frame ul.mm li {
        width: 180px !important;
    }
}

@media screen and (max-width: 1500px) {
    #top_frame #gnb_frame {
        margin-left: 220px !important;
    }

    #css_gnb_frame ul.mm li {
        margin-left: 50px !important;
    }

    #css_gnb_frame ul.mm li {
        width: 110px !important;
    }
}

@media screen and (max-width: 1400px) {
    #top_frame #gnb_frame {
        margin-left: 200px !important;
    }

    #css_gnb_frame ul.mm li {
        width: 90px !important;
    }
}

@media screen and (max-width: 1280px) {
    .logo {
        margin-left: 30px !important;
    }

    .right_box {
        right: 20px !important;
    }

    .right_btn2 {
        display: none !important;
    }

    .right_btn {
        margin-right: 0px !important;
    }

    .dots {
        display: none !important;
    }

    #top_frame #gnb_frame {
        margin-left: 160px !important;
    }

    #css_gnb_frame ul.mm li {
        width: 90px !important;
    }
}

@media screen and (max-width: 1024px) {
    .right_box {
        display: none !important;
    }

    #top_frame #gnb_frame {
        margin-left: 200px !important;
    }

    #css_gnb_frame ul.mm li {
        width: 70px !important;
    }
}

/*메인 우측 Qr Code*/
#m_qr {
    position: absolute;
    top: -10px;
    right: -88px;
    width: 78px;
}

.qr_code img { /*margin:1px 0 5px 0*/
}

/*우측 퀵배너*/
#quick_banner {
    margin-top: 0px;
    margin-left: 55px;
    z-index: 10;
}

#quick_banner table {
    border: 1px solid #d9d9d9
}

.quick_tit {
    width: 80px;
    line-height: 18px;
    padding: 0 0 3px;
    height: 16px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    -moz-border-radius: 4px; /*파이어폭스*/
    -webkit-border-radius: 4px; /*웹킷기반 브라우저 구글크롬 사파리*/
    border-radius: 4px; /* 오페라 10.5이상 */
}

.quick_tit {
    padding-top: 4px;
    height: 15px;
}

.quick_tit {
    padding-top: 1px;
    height: 18px;
}

:root .quick_tit {
    padding-top: 1px;
    height: 18px;
}

.qr_code {
    border: 1px solid #d9d9d9;
    background-color: #fff;
    text-align: center;
    padding-bottom: 5px;
    margin-top: 10px;
    display: none;
}

#visual_frame {
    width: 100%;
    position: relative;
    z-index: 1
}

.visual_twrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 127px;
    background: url('img/main/shadow_t.png') repeat-x left top;
    z-index: 2;
}

.visual_bwrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 127px;
    background: url('img/main/shadow_b.png') repeat-x left bottom;
    z-index: 2;
}

.visual_f {
    text-align: center;
    overflow: hidden;
    z-index: 3;
    position: relative;
}

.gall_wrap {
    position: relative;
    top: 23%;
    left: 0;
}

.gall_wrap .gallery_tit {
    width: 1100px;
    margin: 0 auto;
    background: #f7f7f7;
    margin-top: 60px;
}

.gall_wrap .h2 {
    float: left;
    margin: 0;
}

.tit_bul1 {
    display: inline;
    margin-top: 1px;
    vertical-align: top;
}

.tit_bul2 {
    display: inline;
    margin-top: 5px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    vertical-align: top;
}

.tit_img {
    vertical-align: top;
}

.tit_img img {
    vertical-align: top;
    margin-top: 2px;
    margin-left: -2px;
}

.gall_img {
    clear: both;
}

.gall_img li {
    float: left;
    position: relative;
    width: 275px;
    margin: 0px;
    overflow: hidden;
    vertical-align: top;
}

.gall_img li a {
    display: inline-block;
    vertical-align: middle;
}

.gall_img li.end {
    margin-right: 0;
}

.gall_img p {
    display: inline-block;
    vertical-align: top;
    width: 275px;
    height: 240px;
}

.gall_img p img {
    width: 275px;
    height: 240px;
    vertical-align: top;
}

.tit_bg {
    position: absolute;
    left: 0;
    top: 65px;
    height: 20px;
}

.tit_txt {
    position: absolute;
    left: 0;
    top: 65px;
}

* html .tit_txt {
    position: absolute;
    left: 0;
    bottom: 0;
}

.tit_txt a {
    color: #fff;
    font-size: 11px;
    display: inline-block;
    margin: 0 auto;
    padding-top: 1px;
    text-align: center;
    width: 100px;
}

.gallery_box {
    width: 1100px;
    margin: 0 auto;
}

.gallery_box div {
    width: 1100px;
    margin: 0 auto;
    padding-top: 30px;
}

.gall_img li a img {
    transition: all 0.5s ease-out;
}

.gall_img li a:hover img {
    transform: scale(1.05, 1.05);
}

.gall_img li a:hover .g_title {
    opacity: 1;
}

.g_title {
    display: block;
    text-align: center;
    width: 275px;
    height: 240px;
    background: url(/design/skin/img/sm_box_bg.png);
    color: #fff;
    position: relative;
    top: 0;
    left: 0;
    margin-top: -240px;
    line-height: 240px;
    opacity: 0;
    font-size: 18px;
    transition: all 0.5s ease-out;
}

/*Main Page*/
#main_container {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    font-size: 12px; /*line-height:1.5em;*/
}

#main_cont {
    position: relative;
    width: 100%;
    height: 100%;
}

#container_frame {
    width: 100%;
}

.more {
    float: right;
}

.article li a, .p_text a {
    color: #666666;
}


/*Main Contents */
/*메인컨텐츠 그룹핑*/
.main_con_top_box, .main_con_bottom_box, .main_con_bottom_right, .main_con_bottom_left {
    overflow: hidden;
}

.main_con_top_box {
    height: 210px;
}

.main_con_bottom_left {
    float: left;
    width: 220px;
}

.main_con_bottom_right {
    float: right;
    width: 710px;
    margin-top: 10px
}

.gallery_board_wrap {
    float: left;
}


.main_v {
    width: 100%;
    position: relative;
    left: 50%;
    top: 0;
    margin-left: -950px;
    min-width: 1100px;
}

.slides_control
    /* 메인배너 */
.icon_bn {
    position: relative;
    top: -200px;
    left: 0;
    width: 1100px;
    margin: 0 auto;
    z-index: 1;
    overflow: hidden;
}

.icon_bn li {
    float: left;
    width: 249px;
    height: 130px;
    line-height: 190px;
    text-align: center;
    border-left: 1px solid #9c9c9c;
}

.icon_bn li:first-child {
    border-left: none;
}

.icon_bn li a {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    opacity: 0.8;
}

.icon_bn li a:hover {
    opacity: 1;
    color: #ff6c00;
}

.icon_bn1 {
    background: url(/design/skin/img/icon_bn_bg.png) no-repeat 88px 10px;
}

.icon_bn2 {
    background: url(/design/skin/img/icon_bn_bg.png) no-repeat -159px 10px;
}

.icon_bn3 {
    background: url(/design/skin/img/icon_bn_bg.png) no-repeat -409px 10px;
}

.icon_bn4 {
    background: url(/design/skin/img/icon_bn_bg.png) no-repeat -655px 10px;
}

.icon_bn1:hover {
    background: url(/design/skin/img/icon_bn_bg_hover.png) no-repeat 88px 10px;
}

.icon_bn2:hover {
    background: url(/design/skin/img/icon_bn_bg_hover.png) no-repeat -159px 10px;
}

.icon_bn3:hover {
    background: url(/design/skin/img/icon_bn_bg_hover.png) no-repeat -409px 10px;
}

.icon_bn4:hover {
    background: url(/design/skin/img/icon_bn_bg_hover.png) no-repeat -655px 10px;
}


.main_visual_ban1 {
    width: 100%;
    margin: -80px auto 0;
    overflow: hidden;
}

.main_visual_ban1 .main_ban1 {
    width: 1100px;
    margin: 0 auto;
    background: #fff;
}

.main_visual_ban1 .main_ban2 {
    width: 1100px;
    margin: 30px auto 0;
    overflow: hidden;
}

.main_visual_ban1 .main_ban2 li {
    float: left;
    width: 232px;
    height: 262px;
    margin-left: 24px;
}

.main_visual_ban1 .main_ban2 li:first-child {
    margin-left: 0px;
}

.main_visual_ban1 .main_ban2 li span {
    position: relative;
    display: block;
    left: 0;
    bottom: 50px;
    width: 232px;
    height: 50px;
    background: #000;
    transition: all 0.5s ease-out;
    opacity: 0;
}

.main_visual_ban1 .main_ban2 li:hover span {
    opacity: 0.7;
}

.main_visual_ban1 .main_ban2 li h3 {
    color: #ffffff;
    font-size: 14px;
    position: relative;
    text-align: center;
    top: 0px;
    transition: all 0.2s ease-out;
}

.main_visual_ban1 .main_ban2 li:hover h3 {
    transform: translateY(-85px);
}

.main_ban2_li02 {
    margin-top: 50px;
}

.main_ban2_li04 {
    margin-top: 50px;
}


.main_ban3 {
    width: 100%;
    position: relative;
    left: 50%;
    top: 0;
    margin-left: -950px;
    min-width: 1100px;
}

.main_visual_ban2 {
    width: 100%;
}

.main_visual_ban2 .main_ban {
    width: 1100px;
    margin: 50px auto 30px;
}

.main_visual_ban2 .main_ban .main_notice {
    float: left;
    padding: 0 30px;
}

.main_visual_ban2 .main_ban .b_info {
    width: 285px;
    height: 152px;
    padding-top: 20px;
}

.main_visual_ban2 .main_ban .b_info img:hover {
    opacity: 0.7;
}

.main_visual_ban2 .main_ban .b_info li {
    float: left;
    width: 285px
}

/*메인 문자 상담*/
.main_sms {
    float: left;
    width: 220px;
    margin-right: 10px
}

/*제품*/

/*메인배너 */
.ban_group1 {
    float: right;
    width: 220px
}

.mban1 {
    margin-bottom: 10px
}

.m_banner3 {
}

.ban_group2 {
    clear: both;
    overflow: hidden;
    padding-top: 10px
}

.main4, .main5 {
    float: left
}

.main5 {
    margin-left: 10px
}

.main6 {
    float: right;
    margin-left: 10px
}

.m_banner7 {
    background-color: #f7f7f7;
    margin-top: 10px;
    padding: 0 37px 0 24px;
    border: 1px solid #d9d9d9;
    border-width: 1px 0px 1px 0px
}


/*공지사항*/
#board_frame {
    float: right;
    position: relative;
    width: 182px;
    height: 147px;
    padding: 19px 17px 19px 19px;
    background-color: #fff;
    border: 1px solid #9a9a9a;
}

#board_frame .more {
    position: absolute;
    top: 23px;
    right: 19px
}

.tab_wrap {
    float: left;
    position: relative;
    padding-bottom: 10px
}

.tab_wrap li {
    position: relative;
    float: left;
    display: inline;
    font-weight: bold;
    height: 16px;
    padding: 0 0 0 10px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold
}

.tab_wrap li img.line_tab {
    padding-left: 10px;
    vertical-align: -1px
}

.tab_wrap li.tab1 {
    padding-left: 0
}

.tab_wrap li.tab3 {
    padding-right: 10px;
}

.article {
    clear: both;
    overflow: hidden
}

.article li {
}

.subject {
    float: left;
    font-size: 13px;
    padding-top: 5px;
    width: 282px;
    padding-left: 10px;
    background: url('img/bullet/bl_list.gif') no-repeat 0 13px;
}

.subject a {
    font-size: 13px;
    display: inline-block;
    width: 282px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    letter-spacing: -0.05em
}

.wdate {
    float: right;
    color: #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 11px;;
    padding-top: 1px;
}

/*Footer*/
#footer {
    clear: both;
    width: 100%;
    background: #fff;
    border-top: 1px solid #c2c2c2;
}

.footer_line {
    width: 1100px;
    text-align: center;
    padding: 30px 0 20px;
    margin: 0 auto;
    border-top: 0px solid #d9d9d9
}

.footer_line div {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: #666666;
    font-weight: normal;
}

.footer_line div a {
    font-size: 13px;
    color: #666666;
}

.copyright {
    width: 1100px;
    margin: 0px auto;
    padding-bottom: 46px;
}


/*메인 Login,Logout*/
#login_wrap {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    z-index: 5;
}

#login_frame {
    position: absolute;
    width: 202px;
    background: url('img/common/main_login_top.png') no-repeat 1px top;
    z-index: 11;
}

#login_frame dl {
    position: relative;
    padding: 0 10px;
    margin: 10px 0 0;
}

#login_frame span {
    font-size: 11px;
    letter-spacing: -1px;
}

.login_bg {
    position: relative;
    width: 202px;
    height: 120px;
    background: url('img/common/main_login_b.png') no-repeat 1px bottom;
    line-height: 1.5em;
}

.h_tit {
    width: 195px;
    height: 14px;
    padding: 6px 0 0 5px;
    background-image: url('img/main/shadow_login.png');
    background-repeat: repeat-x;
    background-position: left top;
    z-index: 12;
    -moz-border-radius: 5px; /*파이어폭스*/
    -webkit-border-radius: 5px; /*웹킷기반 브라우저 구글크롬 사파리*/
    border-radius: 5px; /* 오페라 10.5이상 */
    /*behavior: url(../design/skin/ie-css3.htc);/*for IE*/
}

.strong_t {
    font-weight: bold;
}

.gsubject {
    padding-top: 5px;
}

.g_find {
    margin-top: 5px;
}

.g_find img, .g_find_out img {
    padding: 0 4px;
}

.login_box {
    position: relative;
    left: 0;
    top: 0;
}

.id_input, .pw_input {
    width: 120px;
}

.input_text {
    width: 118px;
    height: 16px;
    border: 1px solid #bebebe;
    margin: 0 0 6px 0;

    .margin:

    0 0 2px 0
}

.b_login {
    position: absolute;
    right: 10px;
    top: -1px;
    width: 56px;
    height: 47px;
    z-index: 10;
}

.b_login input {
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    cursor: pointer;
}

.b_login input.submit {
    width: 56px;
    height: 47px;
    background: url('img/common/btn_main_login.png') no-repeat;
    padding: 0;
    text-indent: -100em;
    line-height: 0;
    border: 0px;
    overflow: hidden;
    cursor: pointer;
}

.g_find_out {
    border-top: 1px solid #bebebe;
    padding-top: 5px;
}

.logout {
    height: 34px;
    font-size: 11px;
}

.time_t {
    color: #9A9A9A;
    font-size: 11px;
    letter-spacing: 0;
    border-top: 1px #dedede dotted;
    padding-top: 4px;
    font-family: dotum;
}

.m_name {
    color: #000;
    display: inline-block;
    font-weight: bold;
    padding: 5px 0 10px
}

.l_text {
    display: inline-block;
    padding: 5px 0 10px
}

#consul {
    width: 220px;
    height: 210px;
    background-color: #ffffff
}

#consul h2 {
    width: 200px;
    height: 21px;
    padding: 12px 0 0 20px;
}

.sms_box {
    padding: 20px;
    width: 178px;
    height: 135px;
    border: 1px solid #d9d9d9;
}

.box_input {
    margin: 0px auto 11px;
    background-color: #eaeaea;
    width: 166px;
    font-size: 11px;
    text-align: left;
    letter-spacing: -1px;
    padding: 6px 5px 3px;
    color: #bebebe;
}

.info_input {
    position: relative;
    text-align: left;
    padding-left: 0px;
}

.con_tit {
    font-size: 11px;
    margin-bottom: 2px;
}

.con_tit input {
    width: 90px;
    height: 13px;
    border: 1px solid #eaeaea;
}

.con_tit label {
    width: 40px;
    display: inline-block;
    vertical-align: top;
}

.info_input .tcolor {
    font-size: 11px;
    margin-bottom: 2px;
}

.info_input .tcolor input {
    width: 90px;
    height: 13px;
    border: 1px solid #eaeaea;
}

.info_input .tcolor label {
    width: 40px;
    display: inline-block;
    vertical-align: top;
}

.btn_send {
    position: absolute;
    right: 0px;
    top: 0;
    width: 37px;
    height: 37px;
}


/*Sub page Common*/
#sub_visual_frame {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0x;
    z-index: 1;
    overflow: hidden;
}

.img_visual {
    width: 980px;
    margin: 0 auto;
}

.visual_f {
    text-align: center;
}

#content_wrap {
    width: 100%;
    margin: 0px auto;
    min-height: 600px;
    overflow-x: hidden;
    overflow-y: hidden;
}

/*서브페이지 타이틀*/

#left_wrap {
    position: absolute;
    top: 290px;
    left: 50%;
    margin-left: -600px;
    z-index: 1;
    width: 1200px;
    height: 65px;
    background: #fff;
}

#left_menu {
    position: relative;
    width: 1200px
}

.l_menu_box .l_tit_box {
}

.l_menu_box #css_lnb_frame {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-left: 0px !important;
    border-bottom: 0px !important;
}

.l_menu_box .lmenu li {
    float: left;
    margin-left: 10px;
}

.l_menu_box .lmenu li:first-child {
    margin-left: 0;
}

.l_menu_box .lmenu p.secon_m span {
    display: block;
    padding: 7px 0px 5px;
    margin: 0 16px;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    font-family: 'Pretendard-Regular';
    border-bottom: 2px solid #ffffff;
}

.l_menu_box .lmenu p.secon_m.hover span {
    overflow: hidden;
    font-weight: 600;
    border-bottom: 2px solid #1e91d1;
}

.l_menu_box .third_m {
    display: none
}

.secon_m {
    border: none !important;
}

.lmenu p.hover {
    border: none !important;
}

.lmenu p.secon_m { /*border-bottom:0px!important*/
}

.l_home {
    width: 65px;
    height: 65px;
    background: #1e91d1;
    position: absolute;
    top: -14px;
    z-index: 10
}

.text_menu {
    border-bottom: 0px !important;
    position: absolute;
    top: -140px;
    z-index: 1;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    animation: zoom-in 6s 1 ease-in-out;
}

@keyframes zoom-in {
    0% {
        transform: scale(0, 0);
        opacity: 0;
    }
    2% {
        transform: scale(0.7, 0.7);
        opacity: 0;
    }
    15% {
        transform: scale(1, 1);
        opacity: 1;
    }
}

.page_tit {
    width: 100%;
    min-height: 70px;
    background: url(img/sub_tit-bg.jpg) repeat-x 0 0
}

.l_tit {
    font-size: 0px;
    letter-spacing: -0.05em;
    line-height: normal
}

.l_tit2 {
    font-size: 40px;
    letter-spacing: 0;
    font-weight: bold;
    color: #ffffff !important;
    font-family: 'GmarketSansMedium';
}

.l_menu_box {
    margin-top: 0px
}


/*Right Content Top*/
#contents {
    width: 1920px;
    margin: 0 auto;
    height: auto !important;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

#contents::-webkit-scrollbar {
    display: none;
}

.content_full {
    width: 100%;
}

/*좌측메뉴 비사용 시 content size*/
.content_right {
    float: right;
    width: 1100px;
}

/*좌측메뉴 사용 시 content size*/

#con_top_box {
    position: relative;
    width: 100%;
    display: none;
    line-height: 1.5em;
    margin: 0 0 20px;
}

.h_title {
    width: 100%;
    color: #333333;
    line-height: 1.5em
}

.sub_h3 {
    padding: 0 0 14px 10px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3em
}

.sub_h3 {
    padding: 0 0 8px 10px \9;
    line-height: 1.5em \9
}

/*ie8*/
.sub_h3 {
    .
}

/*ie6,7*/
:root .sub_h3 {
    padding: 0 0 14px 10px \0/ IE9;
    line-height: 1.3em \0/ IE9
}

/*ie9*/

.sub_tit {
    float: left;
    display: block;
    width: 4px;
    vertical-align: top;
    height: 16px;
    overflow: hidden;
    margin-top: 6px;
    -moz-border-radius: 10px; /*파이어폭스*/
    -webkit-border-radius: 10px; /*웹킷기반 브라우저 구글크롬 사파리*/
    border-radius: 10px; /* 오페라 10.5이상 */
}

.sub_tit {
    margin-top: 3px \9
}

/*ie8*/
.sub_tit {
    .margin-top:

    6px \9
}

/*ie6,7*/
:root .sub_tit {
    margin-top: 6px \0/ IE9
}

/*ie9*/

.sub_img {
    display: block;
    padding-bottom: 3px;
}

.con_navi {
    position: absolute;
    right: 0;
    top: 58px;
    font-size: 12px;
    display: none;
}

.con_navi img {
    padding-right: 2px
}

.on_navi {
    font-size: 11px;
}

/*Paging*/
#paging ul li {
    margin: 0 3px;
    width: 23px;
    line-height: 1.5em;
    vertical-align: middle;
}

#paging ul li img {
    display: inline-block;
    padding-top: 6px;
    vertical-align: middle;
}

#paging ul li.num .on {
    background: #ededed;
    color: #333;
    vertical-align: top;
    font-weight: bold;
}

#paging ul li.num {
    padding: 5px 0;
    vertical-align: middle;
    text-align: center;
}

#paging ul li.num a {
    width: 23px;
    height: 21px;
    padding-top: 2px;
    text-align: center;
    display: inline-block;
    border: 1px solid #dcdcdc;
    background: #ffffff;
    color: #959595;
    font-size: 12px;
    font-weight: normal
}

#paging ul li.num a {
    height: 18px \9;
    padding-top: 5px \9
}

/*ie8*/
#paging ul li.num a {
    .height:

    20px;

    .padding-top:

    3px
}

/*ie6,7*/
:root #paging ul li.num a {
    height: 21px \0/ IE9;
    padding-top: 2px \0/ IE9
}

/*ie9*/

/*본문 페이지*/
#p_content_box {
    width: 100%;
    margin-top: 40px;
    background-color: #ffffff
}

#p_content_box img {
    display: inline-block;
    max-width: 100%;
    max-width /*\**/: auto \9;

    .max-width:

100%;
}

* html #p_content_box img {
    width: expression( this.clientWidth > 939 ? "1100px" : "" );
}

/*IE6*/
:root #p_content_box img {
    max-width: 100% \0/ IE9;
}

/*IE9*/

#p_content_box td img {
    max-width: 1100px;
    max-width /*\**/: 1100px \9;

    .max-width:

    1100px;
}

:root #p_content_box td img {
    max-width: 100% \0/ IE9;
}

/*IE9*/

#con_body {
    width: 1200px;
    margin: 0 auto 40px;
}

.Form_box {
    display: block;
    width: 1200px;
    margin: 0 auto;
    border: none !important;
}

/*Tab Style*/
.third_tabs {
    width: 1200px;
    margin: 0px auto 50px;
    border-top: 0px solid #d7d7d7;
    line-height: 1.5em;
    padding-top: 1px;
    padding-left: 1px
}

.third_tabs li {
    float: left;
    background-color: #fff;
    text-align: center;
    margin-top: -1px;
    margin-left: -1px;
    display: inline-block;
}

.third_tabs li a {
    font-size: 14px;
    vertical-align: top;
    display: inline-block;
    min-width: 120px;
    height: 16px;
    padding: 8px 10px 12px;
    padding: 8px 10px 12px \9
}

:root .third_tabs li a {
    padding: 6px 10px 14px \0/ IE9
}

/*ie9*/
.third_tabs li.tab_choice a {
    font-weight: bold;
    letter-spacing: 0
}

/*Search Style*/
#search_frame {
    clear: both;
    width: 100%;
    height: 40px;
    line-height: 1.5em;
}

.search_box {
    width: 100%;
    height: 20px;
    padding: 10px 0;
    background: #ebebeb;
    margin: 0;
    overflow: hidden;
}

.s_text {
    float: left;
    width: 370px;
    color: #9a9a9a;
    margin-left: 10px;
}

.sear_num {
    font-weight: bold;
    color: #323232;
    letter-spacing: 0;
}

.s_input {
    float: right;
    text-align: right;
    width: 320px;
    vertical-align: top;
    margin-right: 10px;
}

.search_input {
    vertical-align: top;
    height: 15px;
}

.p_btn {
    vertical-align: top;
    margin-top: 1px;
    cursor: pointer;
    width: 48px;
    height: 20px;
    text-indent: -100em;
    line-height: 0;
    border: 0px;
    overflow: hidden;
    background: url('img/button/btn_search.gif') no-repeat;
}

/*리스트형*/
#list_result_frame {
    clear: both;
    line-height: 1.5em;
}

.list_result {
    border-bottom: 1px solid #323232;
}

.list_result thead tr {
    height: 40px;
}

.list_result tbody td {
    background-color: #fff;
}

.table_h tr th {
    background-image: url('img/sub/table_line.png');
    background-repeat: no-repeat;
    background-position: right top;
    padding-bottom: 3px;
}

.table_h tr th {
    vertical-align: bottom \9;
    padding: 4px 0 4px \9
}

/*ie8*/
.table_h tr th {
    .vertical-align:top
;

    .padding:

    6px 0 0;

    .height:

    24px;

    .text-align:center
;
}

/*ie6.7*/
:root .table_h tr th {
    vertical-align: top \0/ IE9;
    padding: 5px 0 3px \0/ IE9
}

/*ie9*/
.table_h tr th.end {
    border-right: none
}

.list_result tbody td {
    padding: 20px 0px;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
}

.list_text {
    padding-left: 25px !important;
}

.list_num {
    color: #9a9a9a;
    text-align: center;
    font-family: "Futura Hv BT";
}

.list_img {
    text-align: center
}

.l_img_bg {
    display: block;
    width: 300px;
    height: 200px;
    padding-top: 1px;
    background: #ebebeb;
}

.l_img_bg img {
    width: 300px;
    height: 200px;
}

.list_text h4.prd_list_t {
    color: #323232;
    font-size: 21px;
}

.list_text h4.prd_list_t a {
    color: #1c1c1c;
    font-family: 'Noto Sans KR';
}

.sub_text {
    color: #9a9a9a;
    font-size: 15px;
    height: 85px;
    margin: 15px 0;
    line-height: 1.46em;
    overflow: hidden;
}

/*갤러리 리스트형*/
.listgal_result_frame {
    clear: both;
}

.product_list {
    float: left;
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 30px;
}

.product_list .end {
    margin-right: 0
}

.prd_con {
    float: left;
    width: 280px;
    margin-right: 26px;
    padding-bottom: 40px;
    background-color: #fff;
}

.product_tit {
    width: 280px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 15px;
}

.product_list .product_tit span {
    display: block;
    width: 250px;
    overflow: hidden;
    line-height: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    padding: 0 15px;
    line-height: 2.2em;
    font-size: 14px;
}

.l_img_bg2 {
    display: block;
    width: 280px;
    height: 180px;
    padding-top: 1px;
    background: #ebebeb;
    text-align: center;
    padding-top: 1px;
}

.l_img_bg2 img {
    width: 280px;
    height: 180px;
}

.sub_text2 {
    color: #9a9a9a;
    font-size: 14px;
    margin: 10px 0;
    line-height: 1.3em;
    height: 146px;
    overflow: hidden;
}

.btn_group {
    vertical-align: top;
    height: 20px;
}

.btn_group a {
    display: inline-block;
}

.l_end {
    border-bottom: 1px solid #323232;
}

/*제품리스트 하단 border*/

/*뷰페이지*/
.prd_info {
    line-height: 1.5em;
}

.pic_box {
    float: left;
    position: relative;
    width: 310px
}

.pic {
    height: 202px;
    background: #ebebeb;
    text-align: center;
}

.pic img {
    width: 310px;
    height: 200px;
    padding-top: 1px;
}

.util {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 68px;
    height: 20px;
    cursor: pointer;
}

.fsh_gall {
    padding: 20px 0;
    text-align: center
}

.info_box {
    float: right;
    width: 860px
}

.info_box .product_tit {
    width: 850px;
    text-align: left;
    font-weight: bold;
    padding-left: 10px;
    overflow: hidden
}

.prd_info .product_tit span {
    display: block;
    font-weight: bold;
    padding-top: 1px;
    line-height: 2.3em;
    font-size: 15px;
}

.prd_info .product_tit span {
    padding-top: 2px \9;
}

/*ie8*/
:root .prd_info .product_tit span {
    padding-top: 1px;
}

/*ie9*/

.info_box .btn_group {
    text-align: right;
}

.sub_text3 {
    min-height: 115px;
    height: auto !important;
    height: 125px;
    padding-left: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    color: #9a9a9a;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.6em
}

.prd_detail {
    clear: both;
    border-bottom: 1px solid #323232
}

.prd_tabs {
    width: 100%;
    border-left: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    display: inline-block;
    height: 30px;
    margin: 0 0 10px;
    line-height: 1.5em;
}

.prd_tabs li {
    float: left;
    width: 100px;
    text-align: center;
    border-top: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    display: inline-block;
    height: 30px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.prd_tabs li a {
    display: inline-block;
    width: 100%;
    height: 25px;
    padding: 5px 0 0;
    font-size: 12px;
    vertical-align: top;
}

.prd_tabs li a {
    height: 22px \9;
    padding-top: 8px \9
}

/*ie8*/
.prd_tabs li a {
    .height:

    25px;

    .padding-top:

    5px
}

/*ie6,7*/
:root .prd_tabs li a {
    height: 25px \0/ IE9;
    padding-top: 5px \0/ IE9
}

/*ie9*/

.prd_tabs li.first_tab {
    border-left: none;
}

.prd_tabs li.ptab_choice {
    opacity: 0.95;
    filter: alpha(opacity=95);
}

.prd_txt {
    margin-bottom: 20px;
    color: #9a9a9a;
    font-size: 11px;
}

.content_right .prd_txt img {
    display: inline-block;
    max-width: 100%;
    max-width /*\**/: none \9;

    .max-width:

100%;
}

/*좌측메뉴 사용 시 이미지 사이즈 최대값*/
:root .content_right .prd_txt img {
    max-width: 100% \0/ IE9;
}

.btn_group a .btn_detail_wrap {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 14px;
    background: #444;
}

.btn_group a .btn_estimate_wrap {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 14px;
    background: #666;
}


/*팝업*/
#pop_wrap {
    top: 0% !important;
    margin-top: 0px !important;
}

#pop_frame {
    width: 725px;
    height: 550px;
    padding-top: 5px;
    padding-left: 5px
}

.prd_bg {
    position: relative;
    width: 720px;
    height: 545px;
    background: #ffffff;
}

.close_btn {
    position: absolute;
    right: 5px;
    top: 5px;
}

.prd_view {
    padding-top: 10px;
}

.prd_view h2 span {
    padding-left: 20px;
    display: block;
}

.prd_name {
    font-size: 20px;
    color: #232323;
    letter-spacing: 0px;
}

.prd_s_name {
    color: #8f9193;
    letter-spacing: -1px;
}

.thumb_img {
    text-align: center;
}

.thumb_list {
    background: url('img/sub/sum_list_bg.png') no-repeat left top;
    height: 55px;
    width: 363px;
    margin: 0 auto;
    padding-left: 2px;
}

.thumb_list li {
    float: left;
    margin-top: 7px;
    padding: 0 3px;
    height: 37px;
}

.thumb_list span {
    display: inline-block;
    width: 60px;
    height: 37px;
    background: #383838;
    text-align: center;
    padding-top: 3px;
}

.thumb_list span img {
    width: 54px;
    height: 34px;
}

li.trans_btn {
    vertical-align: middle;
}

li.trans_btn a {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    padding-top: 13px;
}


/*갤러리형 메뉴 A형, B형*/
.photo_frame {
    width: 100%;
    padding: 25px 0;
    line-height: 1.5em;
}

.photo_frame dd span {
    display: block;
}

.photo_frame dd {
    font-size: 11px;
    color: #9a9a9a;
}

.photo_a, .photo_b {
    float: left;
}

/*갤러리 A형*/
.photo_a dt {
    float: left;
    margin-right: 25px;
    border-radius: 10px;
    overflow: hidden;
}

.photo_a dd {
    float: left;
}

/*갤러리 B형*/
.photo_b dt {
    float: right;
    margin-left: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.photo_b dd {
    float: left;
}

.busi_info {
    width: 825px;
    text-align: left;
}

.busi_info .info_txt {
    letter-spacing: -0.05em;
}

.info_title {
    line-height: 1.4em;
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 21px !important;
    font-family: 'Noto Sans KR';
    color: #232323 !important;
}

.bullet_img {
    vertical-align: top;
    margin-top: 6px;

    .margin-top:

    6px;
}

.info_txt {
    font-size: 15px;
    line-height: 1.7em;
    color: #9a9a9a;
}

/*갤러리 C형*/
.photo_c {
    width: 600px;
}

.photo_c dt {
    float: left;
    width: 280;
    margin-right: 25px;
}

.photo_frame2 {
    float: left;
    line-height: 1.5em;
    margin: 20px auto;
}

.photo_frame2 dd span {
    display: block;
}

.busi_info2 {
    float: left;
    width: 270px;
    text-align: left;
}

.busi_info2 .info_txt {
    letter-spacing: -0.05em;
}

/*갤러리 D형*/
.photo_d {
    width: 280px;
}

.photo_frame3 {
    float: left;
    margin-right: 26px;
    line-height: 1.5em;
    margin-top: 20px;
}

.photo_frame3 dd span, .photo_frame3_end dd span {
    display: block;
}

.photo_frame3_end {
    float: left;
    margin-right: 0;
    margin-top: 20px;
}

.busi_info3 {
    width: 280px;
    text-align: left;
}

.busi_info3 .info_txt {
    letter-spacing: 0;
}

/*갤러리 사진 배경 및 이미지사이즈*/
/*A형, B형*/
.photo_bg {
    display: block;
    text-align: center;
    width: 350px;
    height: 210px;
}

/*background 이미지 사이즈*/
.photo_bg img {
    width: 350px;
    height: 210px;
    padding-top: 0px;
}

/*C형*/
.photo_bg2 {
    display: inline-block;
    width: 280px;
    height: 168px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}

/*background 이미지 사이즈*/
.photo_bg2 img {
    width: 280px;
    height: 168px;
}

/*D형*/
.photo_bg3 {
    display: block;
    width: 280px;
    height: 168px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}

/*background 이미지 사이즈*/
.photo_bg3 img {
    width: 280px;
    height: 168px;
}


/*주요일정안내 메뉴*/
#schedual_frame {
    position: relative;
    width: 1200px;
    margin: 0 auto 50px;
    line-height: 1.5em;
}

/* 달력 상단 */
.monthly {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

.monthly img {
    padding: 0 2px;
    vertical-align: bottom
}

.monthly a {
    padding: 0 12px;
}

/* 달력 지역별 color */
#cate_frame {
    width: 100%;
}

.cate_ico {
    float: left;
    margin-bottom: 18px;
}

.cate_ico li {
    float: left;
    display: inline;
    text-align: center;
    margin-right: 5px;
}

.cate_ico li dl {
    float: left;
    position: relative;
    left: 0;
    top: 0;
}

.cate_ico li dt {
    position: absolute;
    left: 0px;
    top: 9px;
}

.cate_ico li dt {
    top: 4px \9;
}

/*ie8*/
.cate_ico li dt {
    .top:

    6px;
}

/*ie6,7*/
:root .cate_ico li dt {
    top: 7px \0/ IE9;
}

/*ie9*/
.cate_ico li dd {
    padding: 0 7px 0 8px;
}

.scd_view dt, .scd_view dd {
    float: left;
    display: inline;
}

.scd_view dt {
    float: left;
    text-indent: -9999px;
    overflow: hidden;
    width: 6px;
    height: 6px;
}

.scd_view dd {
    padding-left: 6px;
    color: #b5b5b5;
    font-size: 13px;
}

/* 달력일정  */
.calendar {
    .border-collapse:collapse
;
    width: 1200px;
}

.calendar tr th {
    padding-bottom: 4px;
    background-image: url("img/sub/table_line.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right top;
}

.calendar tr th {
    vertical-align: bottom \9;
    padding: 4px 0 5px \9
}

/*ie8*/
.calendar tr th {
    .vertical-align:top
;

    .padding:

    6px 0 0;

    .height:

    24px;

    .text-align:center
;
}

/*ie6.7*/
:root .calendar tr th {
    vertical-align: top \0/ IE9;
    padding: 5px 0 3px \0/ IE9
}

/*ie9*/

.calendar td {
    background-color: #fff;
}

.calendar td span {
    padding: 5px;
    font-size: 11px;
    color: #9a9a9a;
}

.calendar td span.red_font {
    color: #e90000
}

.calendar td span.blue_font {
    color: #00a0e9
}

/*달력 내부 일정박스*/
.plan_box {
    padding-bottom: 5px;
}

.plan_box dl {
    position: relative;
    padding: 0 10px;
    display: inline-block;
}

.plan_box dt {
    position: absolute;
    left: 5px;
    top: 9px;
}

.plan_line {
    border-top: 1px dotted #ebebeb;
    margin: 0 5px 3px;
}

/*달력 내부 구분선*/

/*일별보기*/
.mon_week {
    border-left: 1px solid #ebebeb;
}

.mon_week td {
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    font-family: "Tahoma";
    height: 85px;
    vertical-align: top;
}

td.space_bg {
    height: 85px;
    background: #f7f7f7; /*opacity:0.4;filter:alpha(opacity="40");*/
    font-family: "Futura Hv BT"
}

/*주별보기*/
.mon_day td {
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    background: #fff;
    font-family: "Tahoma";
    height: 30px;
    vertical-align: middle;
}

.mon_day td span {
    vertical-align: middle;
}

td.week_img {
    vertical-align: top;
    border-left: 1px solid #ebebeb;
}

.today {
    background: #fff87f !important
}

/*오늘날짜 구분색*/
.today span {
    font-weight: bold;
}

/*주별보기 일정색상*/
.select_day td {
    background: #fff87f;
}

.select_day td span {
    color: #333333
}

/*일정안내팝업*/
#scd_frame {
    width: 543px;
    padding: 5px 0 0 5px;
    height: 571px;
}

.sch_bg {
    position: relative;
    width: 528px;
    height: 546px;
    padding: 10px 0 10px 10px;
    background: #ffffff;
}

.sch_bg h2 {
    padding-bottom: 10px;
}

.close_btn {
    position: absolute;
    right: 5px;
    top: 5px;
}

.bclose_btn {
    text-align: center;
    margin: 5px 0 10px;
}

.sch_view {
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.sch_tb {
    border-collapse: collapse;
    width: 512px;
    border: 1px solid #ebebeb;
}

.sch_tb th {
    text-align: left;
    padding: 0 10px;
    background-image: url("img/sub/table_line2.png");
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: left bottom;
}

.sch_tb td {
    font-size: 11px;
    color: #9a9a9a;
    padding: 4px 10px 4px;
    height: 20px;
    border-bottom: 1px solid #ebebeb;
}

.h_limit {
    height: 420px;
}

.h_limit td {
    vertical-align: top;
}

/*문의확인 비밀번호 레이어*/
.pass_box {
    position: absolute;
    z-index: 51;
    width: 282px;
    padding: 8px;
    background-color: #fff;
    position: absolute;
    z-index: 51;
}

.pass_box h3 {
    font-size: 12px;
    font-weight: bold;
}

.pass_box p {
    font-size: 11px;
    margin-top: 2px;
}

.pass_box span {
    display: block;
    margin-top: 2px;
    vertical-align: top;
}

.pass_box span input.input {
    height: 20px;
    display: inline-block;
    line-height: 14px;
    vertical-align: top;
}

.pass_box span a, .pass_box span img {
    vertical-align: top;
}

/*label*/
.Form_right label {
    vertical-align: bottom;
    line-height: 1.5em
}

/*게시판 타이틀*/
.t_bgcolor th {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 2px;
}

.t_bgcolor th {
    vertical-align: bottom \9;
    padding-bottom: 6px \9
}

/*ie8*/
.t_bgcolor th {
    .vertical-align:top
;

    .height:

    23px;

    .padding:

    7px 0 0 \9;
}

/*ie6.7*/
:root .t_bgcolor th {
    vertical-align: top \0/ IE9;
    padding-top: 5px \0/ IE9;
}

/*ie9*/
.table_bgcolor td, .table_bgcolor td a {
    font-size: 11px;
}

/*익스10*/
@media screen and (min-width: 0\0
) {
    .third_tabs li a {
        padding: 6px 10px 14px
    }

    .right_box .right li {
        background: url('img/common/t_line.png') no-repeat 0 3px;
    }
}


.slide_wrap {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden;
}

.slides_control {
    height: 1000px !important;
}

.slide_wrap .slide img {
    width: 100%;
}


/* .slide_wrap .slide .cover_wrap1 {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:#fff;
	opacity:0.9;
	animation-name: big1;
	animation-duration: 2s;
	animation-delay: 0.05s;
	animation-iteration-count: 1;
	animation-timing-function:ease;
	animation-direction: normal;
	animation-fill-mode: forwards;
	animation-play-state: running;
	}

	@keyframes big1 {
        0%{left:20%; top:0px;}
		100%{left:100%; top:0;}
      }

.slide_wrap .slide .cover_wrap2 {
	width:20%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:#fff;
	opacity:0.9;
	animation-name: big2;
	animation-duration: 2s;
	animation-delay: 0.05s;
	animation-iteration-count: 1;
	animation-timing-function:ease;
	animation-direction: normal;
	animation-fill-mode: forwards;
	animation-play-state: running;
	}

	@keyframes big2 {
        0%{left:0%; top:0px;}
		100%{left:-20%; top:0px;}
      }
 */
.page {
    position: absolute;
    bottom: 80px;
    margin-left: 40px;
    transform: translate(50%, 50%);
}

.page li {
    float: left;
    width: 100px;
    height: 2px;
    margin-top: 2px;
    background: #fff;
    opacity: 0.5;
}

.page li.current {
    opacity: 1;
    height: 4px;
    margin-top: 0px;
    background: #ffffff;
}

.page li:hover {
    opacity: 1;
}

.page li a {
    display: inline-block;
    width: 100%;
    height: 5px;
    text-indent: 99999999px;
}

.slide_wrap .slide .section1_txt {
    width: 1000px;
    height: 350px;
    position: absolute;
    left: -310px;
    top: 15%;
    transform: translate(50%, 50%);
}

.slide_wrap .slide .section1_txt a {
    display: block;
    color: #fff;
    font-size: 60px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 85px;
    animation: txt_ani 3s 1 ease-in-out;
}

.slide_wrap .slide .section1_txt span {
    display: block;
    color: #fff;
    font-size: 26px;
    line-height: 35px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    margin-top: 40px;
    opacity: 1;
    animation: txt_ani 5s 1 ease-in-out;
}

@keyframes txt_ani {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 0;
    }
    80% {
        opacity: 1;
    }
}

@keyframes txt_ani2 {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 0;
    }
    80% {
        opacity: 1;
    }
}

.section2 {
    background: #e5eef2;
}

.section2 > div {
    position: relative;
    top: 16%; /* left:50%; transform: translateY(-10%); margin-left:-550px; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


.section3 {
    background: url('/images/main/main3_bg.jpg') no-repeat center center;
    background-size: cover;
}

.section3 > div {
    position: relative;
    top: 9%; /* top: 16%; left:50%; transform: translateY(-10%); margin-left:-550px; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.section3 > div .section3_btn {
    display: block;
    width: 235px;
    height: 54px;
    line-height: 54px;
    color: #ffffff;
    text-align: center;
    background: #4a4a4a;
    font-size: 18px;
    transition: all 0.2s ease-out;
    font-weight: 700;
    margin-top: 100px;
}

.section3 > div .section3_btn:hover {
    background: #eaebee;
    border: 1px solid #4a4a4a;
    color: #4a4a4a;
    transition: all 0.2s ease-out;
}

/*사업소개 배너 네비게이터 스타일 : 네모 선택시*/
.banner-bullet.style-square {
    position: absolute;
    left: 50% !important;
    bottom: -120px !important;
    margin-left: -285px !important;
    z-index: 10;
    width: 560px !important;
    height: 80px !important;
    background: url('/design/skin/img/b3_navi_bg.png') no-repeat !important;
}

.banner-bullet.style-square > div {
    width: 140px !important;
    height: 80px !important;
    background: none !important;
    position: static !important;
    float: left;
}

.banner-bullet.style-square > div:hover {
    background: url('/design/skin/img/b3_navi_hover.png') no-repeat !important;
}


.section4 {
    background: #ffffff;
}

.section4 .section4_line {
    width: 100%;
    height: 1px;
    background: #dcdcdc;
    margin-top: 96px;
}

.section4 .section4_1 {
    position: relative;
    top: 5%;
    width: 1400px;
    margin: 0 auto; /* left:50%; transform: translateY(-10%); margin-left:-550px; */
}

.section4 .section4_2 {
    position: relative;
    width: 1400px;
    margin: 140px auto 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.section4 .section4_3 {
    position: relative;
    top: 12%;
}


.section4 .section4_2 .b_info {
    width: 670px;
    overflow: hidden;
    margin-left: 60px;
    float: right;
    position: relative;
}

.section4 .section4_2 .b_info .article {
    width: 670px;
    overflow: hidden;
}

.section4 .section4_2 .b_info .article li {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #d4d4d4;
    margin-top: 12px;
}

.section4 .section4_2 .b_info .article li .subject {
    float: left;
    width: 520px;
    padding: 0;
    background: none;
}

.section4 .section4_2 .b_info .article li .subject a {
    width: 100%;
    display: block;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    color: #121212;
}

.section4 .section4_2 .b_info .article li .wdate {
    color: #646464;
    float: right;
    width: 110px;
    text-align: right;
    font-size: 17px;
}

.section4 .section4_2 .b_info .article li:nth-child(1) {
    width: 670px;
    height: 180px;
    background: linear-gradient(to right, #334693, #237cc8);
    margin-top: 0px;
}

.section4 .section4_2 .b_info .article li:nth-child(1) .subject a {
    padding: 48px 0 0 37px;
    color: #fff;
    font-size: 22px;
}

.section4 .section4_2 .b_info .article li:nth-child(1) .wdate {
    float: left;
    text-align: left;
    padding: 10px 0 0 37px;
    color: #a1b4dd;
    font-size: 16px;
    width: 200px;
}

.section4 .section4_2 .b_info .more_btn {
    width: 167px;
    height: 48;
    line-height: 48px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    position: absolute;
    top: 100px;
    right: 36px;
    text-align: center;
    font-size: 15px;
    display: none;
}

.section4 .section4_2 .b_info .article li:nth-child(1) .more_btn {
    display: block;
}


/*빠른상담폼*/
.u_telnum2 {
    float: left;
}

.u_telnum2 .t_sms2 {
    font-size: 20px;
    color: #333333;
    font-family: 'Noto Sans KR', sans-serif;
}

.u_name2 {
    float: left;
    margin-left: 20px;
}

.u_name2 .t_sms2 {
    font-size: 20px;
    color: #333333;
    font-family: 'Noto Sans KR', sans-serif;
}

.sms_input2 {
    position: absolute;
    left: 50%;
    top: 265px;
    margin-left: 99px;
}

.sms_input2 .t_sms2 {
    font-size: 20px;
    color: #333333;
    font-family: 'Noto Sans KR', sans-serif;
}

.sms_input2.sms_box2 {
    top: 278px;
    left: 50%;
    margin-left: 160px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
}

.sms_send2 {
    float: left;
    width: 93px;
    height: 68px;
    position: relative;
    left: 50%;
    top: 14px;
    margin-left: 129px;
}

.sms_send2 #btn_send {
    width: 93px;
    height: 68px;
}


@media screen and (max-height: 900px) {
    /* section1 */
    .slide_wrap .slide .section1_txt {
        top: 6%;
        left: -310px;
    }

    .slide_wrap .slide .section1_txt a {
        font-size: 55px;
        line-height: 70px;
    }

    .slide_wrap .slide .section1_txt span {
        font-size: 22px;
        line-height: 30px;
    }

    .slide_wrap .slide img {
        position: relative;
        top: 0;
        left: 0; /* margin-left:-15%;height: 880px!important */;
    }

    .page {
        bottom: 50px;
    }

    /*section2*/
    #main2 #banner_41 .banner_image_0 img {
        width: 400px !important;
        height: 110px !important;
    }

    .section2 > div {
        top: 19% !important;
    }

    #banner_41.banner-wrap {
        width: 1120px !important;
        height: 150px !important;
    }

    #banner_43.banner-wrap {
        width: 1120px !important;
        height: 192px !important;
    }

    #banner_43.banner-wrap img {
        width: 280px !important;
        height: 192px !important;
    }

    #banner_44.banner-wrap {
        width: 1120px !important;
        height: 192px !important;
    }

    #banner_44.banner-wrap img {
        width: 280px !important;
        height: 192px !important;
    }

    /*section3*/
    #main3 #banner_45 .banner_image_0 img {
        width: 400px !important;
        height: 110px !important;
    }

    .section3 > div {
        top: 12% !important;
    }

    #banner_45.banner-wrap {
        width: 1400px !important;
        height: 150px !important;
    }

    #banner_46.banner-wrap {
        width: 1120px !important;
        height: 150px !important;
    }

    #banner_46.banner-wrap img {
        width: 1120px !important;
        height: 336px !important;
    }

    #banner_46.banner-wrap div.slides {
        width: 1120px !important;
        height: 336px !important;
    }

    .banner-bullet.style-square {
        margin-left: -360px !important;
        bottom: 5px !important;
        width: 460px !important;
        height: 66px !important;
        background-size: 460px !important;
    }

    .banner-bullet.style-square > div {
        width: 115px !important;
        height: 66px !important;
    }

    .banner-bullet.style-square > div:hover {
        background-size: 115px !important;
    }

    .section3 .section3_1 {
        top: 11% !important;
    }

    /*section3*/
    #main4 #banner_26 .banner_image_0 img {
        width: 400px !important;
        height: 110px !important;
    }

    .section4_1 {
        width: 1120px !important;
    }

    .section4_2 {
        width: 1120px !important;
    }

    #banner_26.banner-wrap {
        width: 1120px !important;
        height: 150px !important;
    }

    .section4_2 img {
        width: 540px !important;
        height: 317px !important;
    }

    .section4 .section4_2 .b_info {
        width: 540px !important;
        height: 317px !important;
        margin-left: 40px !important;
    }

    .section4 .section4_2 .b_info .article li:nth-child(1) {
        width: 540px !important;
        height: 140px !important
    }

    .section4 .section4_2 .b_info .article li:nth-child(1) .subject a {
        font-size: 19px !important;
        padding: 25px 0 0 30px !important;
    }

    .section4 .section4_2 .b_info .more_btn {
        top: 70px !important;
        right: 26px !important;
    }

    .section4 .section4_2 .b_info .article li {
        height: 31px !important
    }

    .section4 .section4_2 .b_info .article li .subject a {
        font-size: 14px !important
    }

    .footer_line {
        padding: 20px 0 10px !important;
    }

    .copyright div {
        font-size: 13px !important;
    }

    .section4 .section4_3 {
        top: 11% !important;
    }
}

.siteMade_btn {
    top: 120px !important;
}

/* 사이트개설 버튼 */


/*서브페이지 스크롤*/
.sub_scroll img {
    margin: 0 auto;
    transition: all 1s ease-out;
    opacity: 0;
}

.sub_scroll.active img {
    opacity: 1;
    overflow: hidden;
    animation: top_move 1.5s ease;
}

@keyframes top_move {
    from {
        transform: translateY(50px);
    }
    to {
        transform: translateY(0px);
    }
}
