/* imgRounded */
.conT {
    padding: 0 15px;
}
/* imgRounded */
.imgRounded {
    border-radius: 20px;
}
/* menuMobileSub */
#menuMobileSub > ul > li {
    position: relative;
}
#menuMobileSub > ul > li > a {
    display: block;
    text-decoration: none;
    padding: 15px;
    border: 1px solid #ddd;
    font-size: 14px;
}
#menuMobileSub > ul > li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    box-shadow: 20px 20px 30px rgba(0,0,0,0.15);
}
/* subTopCon */
#subTopConWrp {
    position: relative;
}
#subTopCon {
    height: 500px;
    background-size: cover;
    position: relative;
}
#subTopCon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    z-index: 0;
}
#subTopCon .fBox {
    position: relative;
    z-index: 3;
}
#subTopCon .fBox h5 {
    margin-top: 10px;
}
@media (min-width:992px){
    #subTopCon {
        padding-top: 100px;
    }
}
@media (max-width:992px){
    #subTopCon {
        height: 300px;
    }
}
@media (max-width:768px){
    #subTopCon {
        height: 200px;
    }
}
/* siteConfig */
#subTopConWrp .siteConfig {
    width: 100%;
    max-width: 50%;
    min-width: 350px;
    line-height: 70px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 100px;
    z-index: 3;
}
#subTopConWrp .siteConfig > a {
    background:url(../img/home_i.png) center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background-color: #ab053a;
}
#subTopConWrp .siteConfig ul li {
    font-size: 17px;
    display: inline-block;
    font-weight: 500;
    color: #999;
}
#subTopConWrp .siteConfig ul li:not(:last-child) {
    background: url(../img/site_arr.png) right center no-repeat;
    padding-right: 20px;
    margin-right: 10px;
}
#subTopConWrp .siteConfig ul li:last-child {
    color: #111;
}
@media (min-width:1400px){
    #subTopConWrp .siteConfig {
        position: absolute;
        bottom: 0;
        left: 50%;
    }
}
@media (max-width:1400px){
    #subTopConWrp .siteConfig {
        position: relative;
        max-width: 100%;
        min-width: auto;
        left: 0%;
        padding: 8px 0;
        padding-left: 55px;
        line-height: normal;
    }
    #subTopConWrp .siteConfig > a {
        width: 40px;
        height: 41px;
        background-size: 20px !important;
    }
    #subTopConWrp .siteConfig ul li {
        font-size: 12px;
    }
    #subTopConWrp .siteConfig ul li:not(:last-child) {
        padding-right: 12px;
        margin-right: 5px;
        background-size: 4px;
    }
}

/* subC */
.subC {
    margin-top: 20px;
    font-weight: 300;
}
@media (max-width:768px){
    .subC {
        margin-top: 10px;
    }
}

/* pList */
.pList > li {
    position: relative;
    padding-left: 15px;
}
.pList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px ;
    width: 4px;
    height: 4px;
    background-color: #aaa;
}
.pList > li p {
    font-weight: 300;
}
@media (max-width:768px){
    .pList > li:after {
        top: 8px ;
    }
}
/* hList */
.hList > li {
    position: relative;
    padding-left: 15px;
}
.hList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 13px ;
    width: 4px;
    height: 4px;
    background-color: #aaa;
}
.hList > li h5{
    font-weight: 300;
}
@media (max-width:768px){
    .pList > li:after {
        top: 9px ;
    }
}
/* sTIt */
.sTIt .lined {
    display: inline-block;
    width: 60px;
    height: 1px;
    background-color: #ab053a;
    margin: 20px 0;
}
/* sub1_1 */
#sub1_1 .sec2 {
    background-color: #292929;
}
#sub1_1 .sec2 .img_wrp {
    position: relative;
}
#sub1_1 .sec2 .img_wrp .txt h1 {
    line-height: 1.2em;
}
#sub1_1 .sec2 .img_wrp .txt h4 {
    font-weight: 200;
}
@media (min-width:768px){
    #sub1_1 .sec2 .img_wrp .txt {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        text-align: left;
        background: linear-gradient(to right, #292929, transparent);
    }
    #sub1_1 .sec2 .img_wrp .txt h1,
    #sub1_1 .sec2 .img_wrp .txt h4 {
        color: #fff;
    }
}
@media (max-width:768px){
    #sub1_1 .sec2 .img_wrp .txt {
        background-color: #fff;
        padding: 30px 15px 0;
        margin: 0 -15px;
    }
}
/* sec3 */
#sub1_1 .sec3 .tbox ul li {
    margin: 10px 0;
}
#sub1_1 .sec3 .tbox ul li .item {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
#sub1_1 .sec3 .tbox ul li .item .icon {
    width: 50px;
}
#sub1_1 .sec3 .tbox ul li .item .txt {
    padding-left: 15px;
}
@media (min-width:768px){
    #sub1_1 .sec3 .tbox {
        padding-left: 60px;
    }
}
@media (max-width:768px){
    #sub1_1 .sec3 .tbox {
        padding: 30px 15px 0;
    }
    #sub1_1 .sec3 .tbox h1 {
        text-align: center;
    }
    #sub1_1 .sec3 .tbox ul li {
        margin: 5px 0;
    }
    #sub1_1 .sec3 .tbox ul li .item .icon {
        width: 30px;
    }
    #sub1_1 .sec3 .tbox ul li .item .txt {
        padding-left: 10px;
    }
}

/* sub1_1 .sec4 */
#sub1_1 .sec4 ul {
    max-width: 1800px;
}
#sub1_1 .sec4 ul li .item {
    background-color: #f6f6f6;
    padding: 60px 15px;
    border-radius: 30px;
}
#sub1_1 .sec4 .item .txt {
    margin-top: 10px;
}
#sub1_1 .sec4 .item p {
    font-weight: 300;
    line-height: 1.4em;
    color: #666;
    margin-top: 5px;
}
@media (max-width:768px){
    #sub1_1 .sec4 ul li {
        margin-bottom: 10px;
    }
    #sub1_1 .sec4 ul li .item {
        padding: 20px 15px;
        border-radius: 10px;
    }
    #sub1_1 .sec4 .item .icon {
        width: 40px;
    }
    #sub1_1 .sec4 .item .txt {
        margin-top: 5px;
        text-align: left;
        padding-left: 15px;
    }
}
/* sub1_1 .sec5 */
#sub1_1 .sec5 ul li {
    margin: 20px 0;
}
#sub1_1 .sec5 .specItem h5 {
    margin-top: 20px;
    line-height: 1.3em;
}
@media (max-width:768px){
    #sub1_1 .sec5 ul li {
        margin: 15px 0;
    }
    #sub1_1 .sec5 .specItem h5 {
        margin-top: 10px;
    }
    #sub1_1 .sec5 .specItem .icon img {
        width: 80px;
    }
}
/*sub1_1 .sec6*/
#sub1_1 .sec6 ul li {
    position: relative;
    overflow: hidden;
}
#sub1_1 .sec6 ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 1;
    
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
#sub1_1 .sec6 ul li:hover:after {
    background-color: rgba(0,0,0,0.1);
}
#sub1_1 .sec6 ul li img {
    z-index: 3;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
#sub1_1 .sec6 ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
#sub1_1 .sec6 ul li .txt {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
}
/* sub1_1 .sec7 */
#sub1_1 .sec7 {
    background-color: #f5f5f5;
}
#sub1_1 .sec7 h3 span {
    display: block;
    background-color: #ab053a;
    max-width: 750px;
    border-radius: 100px;
    padding: 25px 15px;
    text-align: center;
    font-weight: 700;
    margin: 0 auto;
    box-shadow: 20px 20px 45px rgba(0,0,0,0.15);
}
#sub1_1 .sec7 #visonList .item {
    padding: 40px 30px;
    background-color: #fff;
}
#sub1_1 .sec7 #visonList .item h5.c_pk {
    font-weight: 700;
}
#sub1_1 .sec7 #visonList .item h4 {
    font-weight: 700;
    margin-top: 20px
}
#sub1_1 .sec7 #visonList .item .hList {
    margin-top: 10px;
}
#sub1_1 .sec7 #visonList .item .hList h5 {
    font-weight: 300;
    color: #666;
    word-break: keep-all;
}
@media (min-width:768px){
    #sub1_1 .sec7 #visonList .item {
        min-height: 280px;
    }
}
@media (max-width:768px){
    #sub1_1 .sec7 h3 span {
        padding: 15px 10px;
        box-shadow: 10px 10px 35px rgba(0,0,0,0.15);
    }
    #sub1_1 .sec7 #visonList > li {
        margin: 10px 0;
    }
    #sub1_1 .sec7 #visonList .item {
        padding: 30px 20px;
    }
    #sub1_1 .sec7 #visonList .item h4 {
        margin-top: 10px
    }
    #sub1_1 .sec7 #visonList .item .hList {
        margin-top: 5px;
    }
}

/* sub1_2 */
#sub1_2 .sec2 {
    background-color: #f5f5f5;
}
#sub1_2 .sec2 ul li {
    margin: 20px 0;
}
#sub1_2 .sec2 ul li a {
    text-decoration: none;
    display: block;
}
#sub1_2 .sec2 ul li a .img {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
#sub1_2 .sec2 ul li a .img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, #ab053a);
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#sub1_2 .sec2 ul li a .img:before {
    content: "";
    position: absolute;
    left: 0;
    opacity: 0;
    top: -50px;
    width: 100%;
    height: 100%;
    background: url(../img/pls.png) center center no-repeat;
    z-index: 3;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#sub1_2 .sec2 ul li a:hover .img:after,
#sub1_2 .sec2 ul li a:hover .img:before {
    top: 0;
    opacity: 1;
}

/* sub2_1 */
#sub2_1 ul li {
    padding: 80px 0;
}
#sub2_1 ul li:nth-child(even) {
    background-color: #f5f5f5;
}
#sub2_1 .fBox {
    max-width: 1400px;
    margin: 0 auto;
}
#sub2_1 .fBox .txt {
    padding-left: 60px;
}
#sub2_1 .fBox .txt h2 {
    margin-top: 20px;
}
#sub2_1 .fBox .txt .step {
    text-transform: uppercase;
    line-height: 1em;
}
#sub2_1 .fBox .txt h5 {
    margin-top: 10px;
}
@media (max-width:768px){
    #sub2_1 ul li {
        padding: 30px 0;
    }
    #sub2_1 .fBox {
        flex-wrap: wrap;
    }
    #sub2_1 .fBox > div {
        width: 100%;
        padding: 0 15px;
        text-align: center;
    }
    #sub2_1 .fBox .img {
        order: 1;
    }
    #sub2_1 .fBox .txt {
        order: 2;
        padding: 20px 15px;
    }
    #sub2_1 .fBox .txt h2 {
        margin-top: 10px;
    }
    #sub2_1 .fBox .txt h5 {
        margin-top: 5px;
    }
}

/* sub2_2 */
#sub2_2 .sec1 .bgTit span {
    display: inline-block;
    line-height: 1em;
    padding: 13px 40px;
    border-radius: 100px;
    background-color: #f5f0f1;
    color: #a79d9e;
    font-weight: 600;
}
#sub2_2 .sec1 .program_cap {
    height: 550px;
    background: url(../img/program_cap.jpg) center top no-repeat;
    background-size: cover;
}
@media (min-width:768px){
    #sub2_2 .sec1 .program_cap {
        background-attachment: fixed;
    }
}
@media (max-width:768px){
    #sub2_2 .sec1 .program_cap {
        height: 400px;
    }
    #sub2_2 .fBox {
        flex-wrap: wrap;
    }
    #sub2_2 .fBox > div {
        width: 100%;
        padding: 0 15px;
        text-align: center;
    }
    #sub2_2 .fBox .img {
        order: 1;
    }
    #sub2_2 .fBox .txt {
        order: 2;
        padding: 20px 15px;
    }
}

/* sub2_3 */
#sub2_3 .sec1 .conGr {
    padding: 40px 50px;
    border-radius: 30px;
    background-color: #f7f7f7;
}
#sub2_3 .sec1 .appItem h4,
#sub2_3 .sec1 .appItem .pList {
    margin-top: 10px;
}
@media (max-width:1200px){
    #sub2_3 .sec1 .conGr > ul > li {
        margin: 20px 0;
    }
}
@media (max-width:768px){
    #sub2_3 .sec1 .conGr {
        padding: 10px 20px;
        border-radius: 10px;
    }
    #sub2_3 .sec1 .conGr > ul > li {
        margin: 20px 0;
    }
    #sub2_3 .sec1 .appItem h4,
    #sub2_3 .sec1 .appItem .pList {
        margin-top: 5px;
    }
}

/* sub3_1 */
#sub3_1 .sec1 .img {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
/* #sub3_1 .sec2 */
#sub3_1 .sec2 {
    background-color: #f5f5f5;
}
.costSection .costItem {
    box-shadow: 10px 10px 30px rgba(0,0,0,0.15);
    border-radius: 10px;
    background-color: #fff;
}
.costSection .costItem .top {
    padding: 20px;
    border-radius: 10px 10px 0 0;
    background-color: #2baab1c4;
}
.costSection .costItem .top h3 {
    font-weight: 700;
}
.costSection .costItem .top h5 {
    font-weight: 300;
    color: #666;
}
.costSection .costItem .top h5 strong {
    font-size: 1.2em;
    color: #333;
}
.costSection .costItem .con {
    padding: 20px;
}
.costSection .costItem .con .conImg {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.costSection .costItem.bst .top {
    background-color: #295c9d;
}
.costSection .costItem.bst .top h3,
.costSection .costItem.bst .top h5 {
    color: #fff;
}
.costSection .costItem.pre .top {
    background-color: #14273f;
}
.costSection .costItem.pre .top h3,
.costSection .costItem.pre .top h5 {
    color: #fff;
}
@media (max-width:1400px){
    #sub3_1 .costList > ul > li {
        margin: 15px 0;
    }
}
@media (max-width:768px){
    .costSection .costItem .con .conImg {
        width: 200px;
    }
}

/* sub3_2 .sec1 */
#sub3_2 .sec1 .fBox {
    border: 1px solid #ddd;
    padding: 50px 40px;
    position: relative;
}
#sub3_2 .sec1 .fBox .txt h5 {
    line-height: 1.3em;
}
#sub3_2 .sec1 .fBox .img {
    text-align: center;
}
@media (min-width:768px){
    #sub3_2 .sec1 ul li:not(:last-child) .fBox:after {
        content: "";
        position: absolute;
        left: 100%;
        top: 0;
        height: 100%;
        width: 50px;
        background: url(../img/stepArr.png) center center no-repeat;
        z-index: 5;
    }
}
@media (min-width:768px) and (max-width:992px){
    #sub3_2 .sec1 .fBox {
        display: block;
    }
    #sub3_2 .sec1 .fBox {
        padding: 20px 15px;
        text-align: center;
    }
    #sub3_2 .sec1 .fBox .img {
        margin-top: 15px;
    }
    #sub3_2 .sec1 .fBox .txt h5 {
        margin-top: 5px;
    }
}
@media (max-width:768px){
    #sub3_2 .sec1 ul li {
        margin: 15px 0;
    }
    #sub3_2 .sec1 .fBox {
        padding: 30px 15px 30px 30px;
    }
    #sub3_2 .sec1 .fBox .img img {
        width: 80px;
    }
}
/* sub3_2 .sec2 */
#sub3_2 .sec2 {
    background-color: #f5f5f5;
}
.inqWrp .inquiry {
    position: relative;
}
.inqWrp .inquiry .left .conInq {
    position: relative;
    padding-left: 40px;
}
.inqWrp .inquiry .left .conInq span {
    position: absolute;
    left: 0;
    top: 2px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #222;
    border-radius: 50%;
    color: #fff;
}
@media (min-width:992px) {
    .inqWrp .inquiry {
        padding-left: 350px;
    }
    .inqWrp .inquiry .left {
        position: absolute;
        left: 0;
        width: 300px;
    }
}
@media (max-width:992px) and (min-width:768px) {
    .inqWrp .inquiry {
        padding-left: 250px;
    }
    .inqWrp .inquiry .left {
        position: absolute;
        left: 0;
        width: 200px;
    }
}
@media (max-width:768px) {
    .inqWrp .inquiry .left {
        justify-content: space-around;
        margin-bottom: 20px;
        padding: 12px;
        border: 1px dashed #ddd;
        border-radius: 10px;
        background-color: rgba(255,255,255,0.3);
    }
    .inqWrp .inquiry .left .conInq {
        padding-left: 25px;
        margin: 10px 0;
    }
    .inqWrp .inquiry .left .conInq span {
        width: 20px;
        line-height: 20px;
    }
}
/*onlineForm*/
form.onlineForm ul li {
    margin-bottom: 15px;
}
form.onlineForm .formbox label {
    margin-bottom: 5px;
    font-size: 16px;
    color: #333;
}
form.onlineForm .formbox .actPriv {
    margin-bottom: 5px;
    font-size: 16px;
    color: #999;
    font-weight: 400;
    cursor: pointer;
}
form.onlineForm .formbox .form-control {
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 0 0;
}
form.onlineForm .formbox input.form-control {
    height: 45px;
}
form.onlineForm .formbox .form-control:focus {
    border-color: #ab053a;
}
form.onlineForm .formbox label {
    margin-bottom: 5px;
    font-size: 16px;
    color: #333;
}
form.onlineForm .btnWrp .btnCom:hover {    
    background-color: #03CCE1;
}
@media (max-width:768px){
    form.onlineForm .formbox label {
        font-size: 13px;
    }
    form.onlineForm .formbox input.form-control {
        height: 35px;
    }
}


/*abtJp*/
#abtJp {
    overflow: hidden;
    background: url(../img/psn_fl.jpg) center center no-repeat;
    height: 460px;
    position: relative;
}
#abtJp .txt {
    height: 100%;
    position: relative;
    z-index: 5;
}
#abtJp .txt h5,
#abtJp .txt p {
    font-weight: 300;
}
#abtJp .txt h5 {
    margin-top: 20px;
}
#abtJp .txt .lft h1 {
    color: #fff;
    font-weight: 600;
    
    -webkit-animation: font_scale1 6s ease-in-out infinite;
    -moz-animation: font_scale1 6s ease-in-out infinite;
    -ms-animation: font_scale1 6s ease-in-out infinite;
    -o-animation: font_scale1 6s ease-in-out infinite;
    animation: font_scale1 6s ease-in-out infinite;
}
@keyframes font_scale1 {
	0% {
        transform: scale(1);
	}
	20% {
        transform: scale(1);
	} 
	30% {
        transform: scale(1.2);
	}
	40% {
        transform: scale(1);
	} 
}
#abtJp .txt .rt h1 {    
    -webkit-animation: font_scale2 6s ease-in-out infinite;
    -moz-animation: font_scale2 6s ease-in-out infinite;
    -ms-animation: font_scale2 6s ease-in-out infinite;
    -o-animation: font_scale2 6s ease-in-out infinite;
    animation: font_scale2 6s ease-in-out infinite;
}
@keyframes font_scale2 {
	0% {
        transform: scale(1);
	}
	10% {
        transform: scale(1.2);
	}
	20% {
        transform: scale(1);
	}  
}
#abtJp .txt .rt h1 {
    color: #fcdaeb;
    font-weight: 600;
}
#abtJp .float_img {
    content: "";
    position: absolute;
    left: 0%;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    
    -webkit-animation: move_img 6s ease-in-out infinite;
    -moz-animation: move_img 6s ease-in-out infinite;
    -ms-animation: move_img 6s ease-in-out infinite;
    -o-animation: move_img 6s ease-in-out infinite;
    animation: move_img 6s ease-in-out infinite;
}
#abtJp .float_img #psn_wm {
    content: "";
    background: url(../img/psn_bg.jpg) center center no-repeat;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
@keyframes move_img {
	0% {
        left: 0%;
        width: 50%;
	}
	10% {
        left: 0%;
        width: 30%;
	}
	20% {
        left: 0%;
        width: 50%;
	}
	30% {
        left: 0%;
        width: 70%;
	}
	40% {
        left: 0%;
        width: 50%;
	} 
	100% {
        left: 0%;
        width: 50%;
	}  
}
@media (min-width: 992px) {
    #abtJp .txt .lft {
        padding-right: 60px;
    }
    #abtJp .txt .rt {
        padding-left: 60px;
    }
}
@media (max-width: 992px) {
    #abtJp {
        height: 180px;
        background-size: cover !important;
    }
    #abtJp .float_img #psn_wm {
        background-size: cover !important;
    }
    #abtJp .txt .lft {
        padding-right: 60px;
    }
    #abtJp .txt .rt {
        padding-left: 60px;
    }
    #abtJp .txt h1 {
        font-size: 20px;
    }
    #abtJp .txt h5 {
        color: #fff;
        opacity: 0.8;
        margin-top: 10px;
    }
}
@media (max-width: 500px) {
    #abtJp .txt h5 {
        font-size: 12px;
    }
}
/*mapbox*/
.mapbox .root_daum_roughmap .wrap_map {
    height: 450px !important;
}
@media (max-width:768px) {
	.mapbox .root_daum_roughmap .wrap_map {
		height: 250px !important;
	}
}
/* sub4_1 :: sec2*/
#sub4_1 .sec2 .mapInfo {
    position: relative;
}
#sub4_1 .sec2 .mapInfo .item {
    background: url(../img/map_icon1.png) left center no-repeat;
    padding: 40px 10px;
    padding-left: 80px;
}
#sub4_1 .sec2 .mapInfo .item.item2 {
    background: url(../img/map_icon3.png) left center no-repeat;
}
#sub4_1 .sec2 .mapInfo .item.item3 {
    background: url(../img/map_icon2.png) left center no-repeat;
}
#sub4_1 .sec2 .mapInfo .item strong {
    display: block;
}
@media (min-width:992px){
    #sub4_1 .sec2 .mapInfo {
        border-top: 1px solid #dddd;
        margin-top: 20px;
        padding-left: 400px;
    }
    #sub4_1 .sec2 .mapInfo > h3 {
        position: absolute;
        left: 0;
        top: -1px;
        padding-top: 40px;
        width: 350px;
        border-top: 1px solid #333;
    }
}
@media (max-width:1400px) and (min-width:992px){
    #sub4_1 .sec2 .mapInfo {
        padding-left: 250px;
    }
    #sub4_1 .sec2 .mapInfo > h3 {
        width: 200px;
    }
}
@media (max-width:768px) and (min-width:501px){
    #sub4_1 .sec2 .mapInfo {
        padding-top: 20px;
    }
    #sub4_1 .sec2 .mapInfo .item {
        background-size: 40px !important;
        padding: 15px;
        padding-top: 50px;
        background-position: center top !important;
        text-align: center;
    }
    #sub4_1 .sec2 .mapInfo .item h5 {
        word-break: break-all;
        line-height: 1.2em;
    }
    #sub4_1 .sec2 .mapInfo .item h5 strong {
        margin-bottom: 5px;
    }
}
@media (max-width:500px){
    #sub4_1 .sec2 .mapInfo ul li {
        width: 100% !important;
        border-bottom: 1px dashed #ddd;
    }
    #sub4_1 .sec2 .mapInfo .item {
        background-size: 40px !important;
        padding: 15px 10px;
        padding-left: 50px;
    }
}


/*연혁*/
.historyList {
    position: relative;
}
.historyList:after {
    content: "";
    position: absolute;
    left: 415px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #ddd;
}
.historyList .yyItem h1 {
    font-size: 65px;
    font-weight: 700;
    color: #ccc;
    line-height: 1.1em;
}
.historyList .yyItem h1 .dk {
    color: #111;
}
.historyList .yyItem img {
    border-radius: 20px;
}
.historyList .whatHappen > li {
    margin-bottom: 60px;
    position: relative;
    z-index: 3;
}
.historyList .whatHappen h2 {
    font-weight: 700;
    position: relative;
}
.historyList .whatHappen h2:before {
    content: "";
    position: absolute;
    left: -40px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #ab053a;
    z-index: 3;
    top: 20px;
}
.historyList .whatHappen .list {
    padding: 40px;
    background-color: #f7f7f7;
    box-shadow: 10px 10px 45px rgba(0,0,0,0.15);
    margin-top: 10px;
}
.historyList .whatHappen .list li:last-child {
    margin-bottom: 0px;
}
.historyList .whatHappen .list h5 {
    position: relative;
    padding-left: 15px;
}
.historyList .whatHappen .list h5:before {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    top: 11px;
    border-radius: 50%;
    background-color: #333;
}
@media (min-width:768px){
    .historyList > li {
        position: relative;
        padding-left: 450px;
    }
    .historyList .yyItem {
        position: absolute;
        left: 0;
    }
}
@media (max-width:768px){
    .historyList:after {
        left: 10px;
    }
    .historyList > li {
        padding-left: 25px;
    }
    .historyList .yyItem.hasImg {
        position: relative;
        display: inline-block;
    }
    .historyList .yyItem.hasImg:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
        z-index: 1;
        border-radius: 20px;
    }
    .historyList .yyItem.hasImg .yyPrd {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        z-index: 3;
    }
    .historyList .yyItem.hasImg .yyPrd h1 {
        color: #eee;
    }
    .historyList .yyItem.hasImg .yyPrd h1 .dk {
        color: #fff;
    }
    .historyList .yyItem h1 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .historyList .whatHappen > li {
        margin-bottom: 30px;
        margin-top: 15px;
    }
    .historyList .whatHappen h2:before {
        left: -18px;
        width: 7px;
        height: 7px;
        top: 10px;
    }
    .historyList .whatHappen .list {
        box-shadow: 0 0 0;
        border: 1px solid #ddd;
        background-color: #f4f4f4;
        padding: 15px;
    }
    .historyList .whatHappen .list h5 {
        padding-left: 10px;
    }
    .historyList .whatHappen .list h5:before {
        width: 3px;
        height: 3px;
        top: 8px;
    }
}
/* sub4_3 */
#sub4_3 .sec1 .img {
    position: relative;
}
#sub4_3 .sec1 h5 .sign {
    vertical-align: middle;
}
#sub4_3 .sec1 .img .career {
    position: absolute;
    top: 25%;
    right: 0%;
    padding: 25px;
    background-color: rgba(255,255,255,0.4);
    box-shadow: 10px 10px 25px  rgba(0,0,0,0.15);
}
@media (min-width:992px){
    #sub4_3 .sec1 {
        background: url(../img/sub4_3_bg.png) center top no-repeat;
        padding-bottom: 0px;
    }
    #sub4_3 .sec1 .txt {
        padding-left: 60px;
    }
}
@media (max-width:1460px){
    #sub4_3 .sec1 .img .career {
        top: auto;
        right: auto;
        left: 0%;
        bottom: 10%;
        background-color: #fff;
    }
}
@media (max-width:992px){
    #sub4_3 .sec1 {
        background-color: #f7f7f7;
    }
    #sub4_3 .sec1 .img {
        text-align: center;
        border: 1px solid #ddd;
        background: url(../img/sub4_3_bg.png) center bottom no-repeat;
        background-size: 200%;
    }
    #sub4_3 .sec1 .img img {
        width: 200px;
        padding-top: 20px;
    }
    #sub4_3 .sec1 .txt {
        padding-top: 30px;
    }
    #sub4_3 .sec1 .txt .sign img {
        width: 40px;
    }
    #sub4_3 .sec1 .img .career {
        text-align: left;
        left: 15px;
        bottom: 15px;
        padding: 15px;
        border: 1px solid #14273f;
    }
}

/* licList */
.licList ul li {
    margin: 15px 0;
}
.licList ul li a {
    border: 1px solid #ddd;
    display: block;
    overflow: hidden;
    position: relative;
}
.licList ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, #ab053a);
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.licList ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    opacity: 0;
    top: -50px;
    width: 100%;
    height: 100%;
    background: url(../img/pls.png) center center no-repeat;
    z-index: 3;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.licList ul li a:hover:after,
.licList ul li a:hover:before {
    top: 0;
    opacity: 1;
}
.licList ul li a img {
    width: 100%;
}

/* sub5_1 */
#sub5_1 .sTIt .lined {
    background-color: #f4670b;
}
/* sub5_1 .sec2 */
#sub5_1 .sec2 {
    background-color: #f7f7f7;
}
#sub5_1 .sec2 ul li {
    margin-top: 20px;
    margin-bottom: 20px;
}
#sub5_1 .sec2 .specItem h5 {
    margin-top: 20px;
    line-height: 1.3em;
}
@media (max-width:768px){
    #sub5_1 .sec2 ul li {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    #sub5_1 .sec2 .specItem h5 {
        margin-top: 10px;
    }
    #sub5_1 .sec2 .specItem .icon img {
        width: 80px;
    }
}

/* sub5_1 */
#sub5_1 .sec3 ul li {
    margin: 20px 0;
}
#sub5_1 .sec3 ul li a {
    text-decoration: none;
    display: block;
}
#sub5_1 .sec3 ul li a .img {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
#sub5_1 .sec3 ul li a .img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, #ab053a);
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#sub5_1 .sec3 ul li a .img:before {
    content: "";
    position: absolute;
    left: 0;
    opacity: 0;
    top: -50px;
    width: 100%;
    height: 100%;
    background: url(../img/pls.png) center center no-repeat;
    z-index: 3;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#sub5_1 .sec3 ul li a:hover .img:after,
#sub5_1 .sec3 ul li a:hover .img:before {
    top: 0;
    opacity: 1;
}
/* sub5_1 .sec4 */
#sub5_1 .sec4 {
    background-color: #f7f7f7;
}
/*btn_wrp*/
.btn_wrp a {
    text-decoration: none;
    display: inline-block;
    margin-right: 10px;
    background-color: #1e1e1e;
    color: #fff;
    font-size: 22px;
    list-style-position: 1em;
    padding: 15px 10px 13px;
    border-radius: 5px;
    width: 180px;
    text-align: center;
}
.btn_wrp.light_v a {
    background-color: #fed815;
    color: #1e1e1e;
}
.btn_wrp a img {
    width: 30px;
}
@media (max-width:768px){
    .btn_wrp:not(.big) a {
        margin: 0 3px;
        padding: 10px 10px 8px;
        font-size: 15px;
    }
    .btn_wrp:not(.big) a img {
        width: 20px;
    }
}


/* sub5_3 .sec1 */
@media (min-width:768px){
    #sub5_3 .sec1 .tbox {
        padding-top: 30px;
        padding-left: 60px;
    }
}
@media (max-width:768px){
    #sub5_3 .sec1 .sTIt {
        text-align: center;
    }
    #sub5_3 .sec1 .tbox {
        margin-bottom: 30px;
    }
}
/* sub5_3 .sec4 */
#sub5_3 .sec4 {
    background-color: #333;
}
#sub5_3 .sec4  #myVideo {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
/* sub5_3 .sec2 */
#sub5_3 .sec2 {
    background-color: #f7f7f7;
}
#sub5_3 .sec2 ul li {
    margin-top: 20px;
    margin-bottom: 20px;
}
#sub5_3 .sec2 .specItem h5 {
    margin-top: 20px;
    line-height: 1.3em;
}
@media (max-width:768px){
    #sub5_3 .sec2 ul li {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    #sub5_3 .sec2 .specItem h5 {
        margin-top: 10px;
    }
    #sub5_3 .sec2 .specItem .icon img {
        width: 80px;
    }
}



/*ChekcList*/
.ChekcList ul li {
    margin: 8px 0;
}
.ChekcList ul li h5 {
    border-radius: 100px;
    padding: 15px 15px;
    padding-left: 100px;
    position: relative;
    border: 1px solid #ddd;
    background-color: #fff;
}
.ChekcList ul li h5:after {
    content: "";
    width: 60px;
    position: absolute;
    left: 15px;
    background: url(../img/hd_arr.png) center center no-repeat;
    height: 70%;
    top: 15%;
    border-right: 1px solid #ddd;
}
@media (max-width:768px){
    .ChekcList ul li h5 {
        padding: 10px 15px;
        padding-left: 60px;
    }
    .ChekcList ul li h5:after {
        width: 35px;
        background-size: 10px !important;
    }
}
/*fileupload*/
.fileupload {
    display: block;
    position: relative;
    padding-right: 51px;
    width: 100%;
    max-width: 100%;
}
.fileupload.fileupload-exists .btn-file {
    display: none;
}
.fileupload.fileupload-new .fileupload-exists {
    display: none;
}
.fileupload .input-append {
    width: 100%;
}
.fileupload .uneditable-input {
    width: 100%;
    position: relative;
    padding-left: 30px;
}
.fileupload .uneditable-input .fileupload-preview {
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fileupload .uneditable-input .fa {
    top: 10px;
    left: 10px;
}
.fileupload .btn {
    position: absolute;
    right: 2px;
}
@media (max-width:768px){
    .fileupload {
        padding-right: 36px;
    }
    .fileupload .uneditable-input {
        font-size: 12px;
    }
    .fileupload .btn {
        padding: 6px;
        font-size: 12px;
    }
}

/* 구입신청 탭 */
.buytab{
	width:100%;
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
}
.buytab ul li{ 
	display: inline-block; width:49%; padding:8px 12px; text-align:center; margin:0; font-size:1.1em; font-weight:bold;
	border-top:1px solid #ccc; border-left:1px solid #ccc; border-right:1px solid #ccc; background-color:#f8f8f8; cursor:pointer;
}
.buytab ul li:hover{ background-color:#eee; }
.buytab ul li.tabover{  background-color:#c00; color:#fff; }
@media (max-width:768px){
	.buytab ul li{ width:49%; }
}