.mainVisual {
    position:relative;
}
/* .mainVisual .btnArea {
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -600px;
    width: 180px;
    overflow: hidden;
}
 */
/* .mainVisual .btnArea .ctrl {
    float: left;
    width: 105px;
    height: 40px;
    line-height: 40px;
    background: #000;
    opacity: 0.5;
    padding: 0 10px;
    border-radius: 20px;
} */

/* .mainVisual .btnArea .ctrl .num {
    float: left;
    height: 40px;
    color: #fff;
    font-family: 'Noto Sans KR';
    font-size: 16px;
    margin: 0 5px 0 10px;
} */

/* .mainVisual .btnArea .ctrl button {
    float: left;
    width: 32px;
    height: 40px;
    text-indent: -9999px;
}

.mainVisual .btnArea .ctrl button.btnPrev {
    background: url('../imgs/common/btn_arr_prev.gif') no-repeat 50% 50%;
}

.mainVisual .btnArea .ctrl button.btnNext {
    position: relative;
    background: url('../imgs/common/btn_arr_next.gif') no-repeat 50% 50%;
} */
/* 
.mainVisual .btnArea .ctrl button.btnNext:after {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    content: '';
    background: #fff;
    width: 1px;
    height: 16px;
}

.mainVisual .btnArea button.btnStop {
    float: left;
    margin-left: 13px;
    right: 15px;
    background: url('../imgs/common/btn_arr_stop.gif') no-repeat 50% 50% #000;
    opacity: 0.5;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-indent: -9999px;
}
 */
/*.bbsView .cont p {
    margin-block-start: 1em;
    margin-block-end: 1em;
}*/

.bbsView .cont p img {display: block;margin: 0 auto 3em;}
.bbsView .cont a {text-decoration: underline;}

/* white */
/* font_align */
.alignL {
    text-align: left !important;
}

/* alignL */
.alignC {
    text-align: center !important;
}

/* alignC */
.alignR {
    text-align: right !important;
}

/* alignR */


/* btnType */
.btnType {
    display: inline-block;
    min-width: 100px;
    padding: 12px 15px;
    font-size: 15px;
    border-radius: 5px;
    transition: all .3s;
}

.btnType.green {
    background: #7f832f;
    color: #fff;
    border: 1px solid #7f832f;
}

/* green */
.btnType.green:hover, .btnType.green:focus {
    background: #8dae00;
    border: 1px solid #8dae00;
}

.btnType.greenD {
    background: #819c0c;
    color: #fff;
    border: 1px solid #819c0c;
}

/* greenDark */
.btnType.greenD:hover, .btnType.greenD:focus {
    background: #637808;
    border: 1px solid #637808;
}

.btnType.pink {
    background: #ef346e;
    color: #fff;
    border: 1px solid #ef346e;
}

/* blue */
.btnType.pink:hover, .btnType.pink:focus {
    background: #ef206a;
    border: 1px solid #ef98bf;
}

.btnType.blue {
    background: #32798f;
    color: #fff;
    border: 1px solid #32798f;
}

/* blue */
.btnType.blue:hover, .btnType.blue:focus {
    background: #505c68;
    border: 1px solid #505c68;
}

.btnType.white {
    background: #fff;
    color: #333;
    border: 1px solid #a7a9ac;
}

/* white */
.btnType.white:hover, .btnType.white:focus {
    border-color: #505c68;
}

.btnType.brown {
    background: #c2b59c;
    color: #fff;
    border: 1px solid #c2b59c;
}

/* brown */
.btnType.brown:hover, .btnType.brown:focus {
    background: #c69937;
    border: 1px solid #c69937;
}

.btnTypeS {
    display: inline-block;
    padding: 2px 7px;
    font-family: 'Noto Sans KR';
    font-size: 13px;
    border-radius: 2px;
}

.btnTypeS.pink {
    background: #ef346e;
    color: #fff;
    border: 1px solid #ef346e;
}

/* pink */
.btnTypeS.blue {
    background: #32798f;
    color: #fff;
    border: 1px solid #32798f;
}

/* blue */
.btnTypeS.blue:hover, .btnTypeS.blue:focus {
    background: #505c68;
    border: 1px solid #505c68;
}

.btnTypeS.gray {
    background: #999;
    color: #fff;
    border: 1px solid #999;
}

/* gray */
.btnTypeS.gray:hover, .btnTypeS.gray:focus {
    background: #333;
    border: 1px solid #333;
}

.btnTypeS.white {
    background: #fff;
    color: #333;
    border: 1px solid #a7a9ac;
}

/* white */
.btnTypeS.white:hover, .btnTypeS.white:focus {
    border-color: #505c68;
}

.btnTypeS.brown {
    background: #c2b59c;
    color: #fff;
    border: 1px solid #c2b59c;
}

/* brown */
.btnTypeS.brown:hover, .btnTypeS.brown:focus {
    background: #c69937;
    border: 1px solid #c69937;
}


.inquire .agreeArea h4 {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #2a4b5f;
}

.inquire .agreeArea h5 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 15px;
}

.inquire .agreeArea h6 {
    font-size: 15px;
    font-weight: bold;
    margin: 25px 0 15px;
}



/* font_color */
.fc01 {
    color: #e72c2d !important;
}

/* red */
.fc02 {
    color: #ff6600 !important;
}

/* orange */
.fc03 {
    color: #00edaf !important;
}

/* blueL */
.fc04 {
    color: #fff !important;
}



/* ul_type01 */
ul.ul_type01 {
    margin-bottom: 20px;
}

ul.ul_type01 li {
    margin: 7px 0;
    padding-left: 15px;
    font-family: 'Noto Sans KR';
    background: url('../imgs/common/dot_line.gif') no-repeat 0 11px;
    line-height: 22px;
}


/* dl_type01 */
dl.dl_type01 {
    margin-bottom: 20px;
}

dl.dl_type01 dt {
    font-weight: bold;
    margin: 20px 0 10px;
}

dl.dl_type01 dt, dl.dl_type01 dd {
    font-family: 'Noto Sans KR';
}

dl.dl_type01 dd {
    margin: 7px 0;
    line-height: 22px;
    padding-left: 15px;
    background: url('../imgs/common/dot_line.gif') no-repeat 0 11px;
}

dl.dl_type01 dd.none {
    background: none;
}


.notice_list_wrap {
    display:inline-block;
}

body#main, body#sub {
}


.portfolio .pfList {
    position:relative;
}

.slider_btn_wrap {
    position:absolute;
    width:100%;
    top:100px;
}

.slider_btn_wrap button {
    width:21px;
    height:40px;
    position:absolute;
}
.slider_btn_wrap button.btn_prev {
    left:10px;
    background:url('../imgs/main/product_btn_prev.png') no-repeat 50% 50%;
}
.slider_btn_wrap button.btn_next {
    right:10px;
    background:url('../imgs/main/product_btn_next.png') no-repeat 50% 50%;
}


/*popup*/

.popup_wrap {
    position: absolute;
    z-index: 9999;
}

.popup_wrap .p_inner {
    display: inline-block;
}

.popup_wrap .p_inner .p_img {}

.popup_wrap .p_inner .p_menu {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #000000;
    text-align: right;
    color: #666;
}

.popup_wrap .p_inner .p_menu a {
    color: #ffffff;
    font-size: 12px;
    padding: 5px 20px;
}

@media (max-width: 767.98px) {

        /* 팝업 */
    .popup_wrap {
        visibility: hidden;
        position: absolute;
        top: 30px;
        left:5vw!important;
        width:90vw;
        z-index: 9999
    }

    .popup_wrap .p_inner {
        display: inline-block;
        width:100%;
    }
    .popup_wrap .p_inner .p_img a img {
        width:100%;
    }
    .popup_wrap .p_inner .p_img {
        width: 100%;
    }

    .popup_wrap .p_inner .p_menu {
        width: 100%;
        height: 40px;
        line-height: 40px;
        background-color: #000000;
        text-align: right;
        color: #666;
    }

    .popup_wrap .p_inner .p_menu a {
        color: #ffffff;
        font-size: 17px;
        padding: 5px 20px;
    }
}