/* 슬릭슬라이드 도트 CSS */

.main_slick{
    position: relative;
}
.slick-dot
{
    position: absolute;
    bottom: 28px;
    z-index: 5;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dot li
{
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
    opacity: .5;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
    border: none;
}
.slick-dot li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 17px;
    height: 17px;
    padding: 5px;
    opacity: 1;
    cursor: pointer;
    border-radius: 50%;
    outline: none;
    border: none;
}
.slick-dot li.slick-active{
    opacity: 1;
}
.slick-dot li.slick-active>buttom{
    opacity: 1;
}

/* 메인콘텐츠// */
.main_content1{
    width:100%;
    display: flex;
}
.main_con1_1{
    width:39.58%;
    padding: 61px 0 33px 0;
    box-sizing: border-box;
    background-color: #0965B5;
    position: relative;
}
.main_con1_2{
    width: 20.83%;
    position: relative;
    background-color: #0A9BBF;
    padding: 61px 0 38px 0;
    box-sizing: border-box;
}
.main_con1_3{
    width:39.58%;
    position: relative;
    padding: 61px 0 38px 0;
    box-sizing: border-box;
    background-color: #00A99D;
}
.mc_container{
    width: 262px;
    margin-left: 47%;
}
.mc_title{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 22px;
    text-align: center;
}
.mc1_list{
    margin-bottom: 20px;
}
.mc1_list li{
    width: 100%;
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    display: flex;
    justify-content: space-between;
}
.mc1_list li span:nth-child(2){
    justify-content: flex-end;
}
.mc1_con{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
}
span.wth20{
    display: inline-block;
    width: 21px;
}
.ban_icon1{
    position: absolute;
    right: 0;
    top: 0;
}
.ban_icon2{
    position: absolute;
    right: 0;
    top: -60px;
}
.mp_att{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.2;
}
.mc_btn{
    display: block;
    width: 153px;
    padding: 13px 0;
    box-sizing: border-box;
    border: 1px solid #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.mc_container2{
    width: 400px;
    position: relative;
}
.main_content2{
    width: 100%;
    position: relative;
}
.main_content2_container{
    width: 1200px;
    margin: 0 auto;
    padding: 62px 0;
    box-sizing: border-box;
}
.mc2_title{
    font-size: 36px;
    font-weight: 600;
    color: #111;
    text-align: center;
    margin-bottom: 33px;
}
.mc2_slick_box{
    width: 100%;
    height: 396px;
}
.mc2_slick_box{
    border: 1px solid #E0E0E0;
    border-bottom: none;
}
.mc2_slick_nav{
    margin: -2px 0 0 1px;
}
.mc2_icon1{
    position: absolute;
    top: -60px;
    right: 0;
    z-index: -1;
}
.mc2_icon2{
    position: absolute;
    bottom: -22px;
    left: -45px;
    z-index: -1;
}
.main_content3{
    padding: 62px 0;
    box-sizing: border-box;
    background-color: #eee;
}
.mc3_con{
    width: 33.3%;
    box-sizing: border-box;
}
.mc3_con2{
    background-color: #fff;
}
.mc3_content_box{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    box-sizing: border-box;
}
.con_logo{
    display: block;
    margin: 68px auto 29px;
}
.main_content4{
    width: 1200px;
    margin: 0 auto;
    padding: 62px 0;
    box-sizing: border-box;
    display: flex;
}
.main_notice{
    width: 50%;
    padding: 30px 45px 36px 45px;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
}
.mn_title{
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #E0E0E0;
    display: flex;
    justify-content: space-between;
}
.mn_title h3{
    font-size: 24px;
    font-weight: 500;
    color: #111;
}
.mn_title a{
    display: block;
    width: 27px;
    height: 27px;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 400;
    color: #111;
    text-align: center;
}
.mn_list{
    width: 100%;
    margin-top: 20px;
}
.mn_list li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}
.mn_list li>a{
    display: block;
    width: 350px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 200;
    color: #111;
}
.mn_list li span{
    font-size: 16px;
    font-weight: 200;
    color: #111;
}
.main_info{
    width: 50%;
}
.call_info{
    width: 100%;
    height: 49%;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    background: url("/web/images/main/m_call_icon.png") left no-repeat;
    background-position: 72px 45px;
    padding-bottom: 50px;
    box-sizing: border-box;
}
.info_con{
    margin-left: 175px;
}
.call_info_con h4{
    font-size: 30px;
    font-weight: 200;
    color: #111;
    margin: 38px 0 18px 0;
}
.call_info_con p{
    font-size: 36px;
    font-weight: 500;
    color: #111;
}
.address_info{
    height: 50%;
    background: url("/web/images/main/m_gps_icon.png") no-repeat left;
    background-position: 80px 33px;
    border: 1px solid #E0E0E0;
    padding: 20px 0;
    box-sizing: border-box;
}
.address_info_con h4{
    font-size: 30px;
    font-weight: 500;
    color: #111;
    margin: 20px 0 15px 0;
}
.address_info_con p{
    font-size: 16px;
    font-weight: 200;
    color: #111;
    padding-left: 35px;
    line-height: 1.2;
}
.address_info_con p:nth-child(2){
    background: url("/web/images/main/m_place_icon.png") left center no-repeat;
    margin-bottom: 15px;
}
.address_info_con p:nth-child(3){
    background: url("/web/images/main/m_adress_icon.png") left center no-repeat;
    background-position-x: 2px;
}
.mc3_con2.back_1{
    background: url("/web/images/main/mc3_ban1_h.jpg") no-repeat;
    background-size: cover;
}
.mc3_con2.back_2{
    background: url("/web/images/main/mc3_ban2_h.jpg") no-repeat;
    background-size: cover;
}
.mc3_con2.back_3{
    background: url("/web/images/main/mc3_ban3_h.jpg") no-repeat;
    background-size: cover;
}
.mc3_con2.back_4{
    background: url("/web/images/main/mc3_ban4_h.jpg") no-repeat;
    background-size: cover;
}



/* 슬릭네비 */
.mc2_slick_nav .mc2_rel{
    position: relative;
}
.mc2_slick_na{
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, .7);
    position: absolute;
    top: 0;
    left: 0;
}
.mc2_slick_nav div.slick-current > .mc3_slick_na{
    display: none;
}
.mc2_slick_container{
    position: relative;
}
.s_prev{
    width: 42px;
    height: 42px;
    position: absolute;
    right: 491px;
    bottom: 0;
    background-color: #fff;
    cursor: pointer;
}
.s_prev img{
    display: block;
    margin: 8px auto;
}
.s_next{
    width: 42px;
    height: 42px;
    background: url("/web/images/main/s_prev.png")no-repeat center center;
    position: absolute;
    right: 449px;
    bottom: 0;
    background-color: #fff;
    cursor: pointer;
}
.s_next img{
    display: block;
    margin: 8px auto;
}
.slick-current .mc2_slick_na{display: none;}
.main_slick_container{
    position: relative;
}
.ms_btn_container{
    width: 1200px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

}
.ms_pb{
    width: 64px;
    height: 64px;
    border: 1px solid #fff;
    background: url("/web/images/main/ms_pb.png") no-repeat center center;
    cursor: pointer;
}
.ms_nb{
    width: 64px;
    height: 64px;
    border: 1px solid #fff;
    background: url("/web/images/main/ms_nb.png") no-repeat center center;
    cursor: pointer;
}







/* 태블릿 반응형 바로가기// */

@media screen and (max-width:1199px){
    
    .main_container{
        width: 100%;
        margin: 0 auto;
        padding-top: 150px;
    }
    .main_content2_container{
        width: 90%;
        margin: 0 auto;
    }
    .mc3_content_box{
        width: 90%;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .m_main_slick div{
        width: 100%;
    }
    .m_main_slick div>img{
        width: 100%;
    }
    .main_content1 {
        flex-direction: column;
    }
    .main_con1_1, .main_con1_2, .main_con1_3{
        width: 100%;
        padding: 35px 0 30px 0;
    }
    .mc_container {
        width: 44%;
        margin: 0 auto;
    }
    .mc_container2{
        width: 60%;
        margin: 0 auto;
    }
    .mc_btn {
        display: block;
        width: 28%;
        padding: 17px 0;
        font-size: 20px;
    }
    .mc_container2 .pc_content{
        display: none;
    }
    .mc_title {
        font-size: 28px;
        margin-bottom: 22px;
        text-align: center;
    }
    .mc1_list li {
        margin-bottom: 12px;
        font-size: 22px;
    }
    .mp_att {
        font-size: 22px;
        margin-bottom: 35px;
        line-height: 1.4;
    }
    .mc1_con{
        font-size: 22px;
    }
    .mc2_icon1 {
        position: absolute;
        top: 95px;
        right: 34px;
        z-index: -1;
        width: 42%;
    }
    .mc2_title {
        font-size: 48px;
        margin-bottom: 60px;
    }
    .m_mc2_slick_box{
        width: 100%;
    }
    .m_mc2_slick_box div{
        width: 100%;
    }
    .m_mc2_slick_box div>img{
        width: 100%;
    }
    .s_prev{
        right: 43px;
    }
    .s_next{
        right: 0;
    }
    .mc2_slick_nav{
        width: 100%;
    }
    .mc2_rel{
        width: 100%;
    }
    .mc2_rel img{
        width: 100%;
    }
    .mc3_content_box{
        flex-direction: column;
    }
    .mc3_con{
        width: 100%;
        display: flex;
    }
    .mc3_imgbox{
        width: 100%;
    }
    .mc3_imgbox img{
        width: 100%;
    }
    .mc3_con2_container{
        width: 100%;
        padding: 98px 0 104px 0;
        box-sizing: border-box;
    }
    .con_logo{
        margin: 0 auto 26px;
    }
    .mc3_con2 p {
        font-size: 28px;
    }
    .mc3_con2 p:nth-child(3) span {
        font-size: 36px;
    }
    .mc3_imgbox1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
    }
    .mc3_imgbox1 h3 {
        font-size: 28px;
        padding: 0 0 15px 0;
        margin: 0;
    }
    .mc3_imgbox1 p{
        font-size: 22px;
        line-height: 1.4;
        padding: 0 30px;
    }
    .main_content4 {
        width: 90%;
        margin: 0 auto;
        padding: 62px 0;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
    }
    .main_notice {
        width: 100%;
        padding: 30px 45px 36px 45px;
        border: 1px solid #E0E0E0;
        box-sizing: border-box;
    }
    .main_info {
        width: 100%;
    }
    .mn_title h3{
        font-size: 32px;
    }
    .mn_title a {
        width: 33px;
        height: 33px;
        font-size: 34px;
    }
    .mn_list li>a {
        width: 64%;
        font-size: 22px;
    }
    .mn_list li span{
        font-size: 22px;
    }
    .call_info {
        width: 100%;
        padding: 34px 0 28px;
        background-position-y: 35px;
    }
    .call_info_con h4 {
        margin: 0 0 5px 0;
    }
    .info_con{
        margin-left: 170px;
    }
    .address_info_con p {
        font-size: 22px;
        padding-left: 35px;
        line-height: 1.2;
    }
    .address_info_con h4{
        font-size: 36px;
        margin: 0 0 15px 0;
    }
    .address_info{
        padding: 25px 0;
        background-position: 80px 58px;
    }
    .call_info_con p {
        font-size: 48px;
    }
    .ms_btn_container{
        width: 90%;
        margin: 0 auto;
    }
}






/* 모바일 반응형 바로가기// */
@media screen and (max-width:767px){
    
    .main_container{
        padding-top: 75px;
    }
    .main_con1_1, .main_con1_2, .main_con1_3{
        padding: 17.5px 0 15px 0;
    }
    .mc_btn {
        padding: 8.5px 0;
        font-size: 10px;
    }
    .mc_title {
        font-size: 14px;
        margin-bottom: 11px;
    }
    .mc1_list li {
        margin-bottom: 6px;
        font-size: 11px;
    }
    .mp_att {
        font-size: 11px;
        margin-bottom: 17.5px;
    }
    .mc1_con{
        font-size: 11px;
    }
    .mc2_icon1 {
        top: 47.5px;
        right: 17px;
    }
    .mc2_title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .s_prev{
        right: 21.5px;
    }
    .mc3_con2_container{
        padding: 49px 0 52px 0;
    }
    .con_logo{
        margin: 0 auto 13px;
    }
    .mc3_con2 p {
        font-size: 14px;
    }
    .mc3_con2 p:nth-child(3) span {
        font-size: 18px;
    }
    .mc3_imgbox1 h3 {
        font-size: 14px;
        padding: 0 0 7.5px 0;
    }
    .mc3_imgbox1 p{
        font-size: 11px;
        padding: 0 15px;
    }
    .main_content4 {
        padding: 31px 0;
    }
    .main_notice {
        padding: 15px 22.5px 18px 22.5px;
    }
    .mn_title h3{
        font-size: 16px;
    }
    .mn_title a {
        width: 16.5px;
        height: 21.5px;
        font-size: 17px;
    }
    .mn_list li>a {
        font-size: 11px;
    }
    .mn_list li span{
        font-size: 11px;
    }
    .call_info {
        padding: 17px 0 14px;
        background-position: 15px 17.5px;
        background-size: 35px 36px;
    }
    .call_info_con h4 {
        font-size: 18px;
        margin: 0 0 2.5px 0;
    }
    .info_con{
        margin-left: 58px;
    }
    .address_info_con p {
        font-size: 11px;
        padding-left: 24px;
        line-height: 1.2;
    }
    .address_info_con h4{
        font-size: 18px;
        margin: 0 0 7.5px 0;
    }
    .address_info{
        background-size: 23.5px 37.5px;
        padding: 12.5px 0;
        background-position: 15px 29px;
    }
    .call_info_con p {
        font-size: 24px;
    }
    .ms_btn_container{
        width: 90%;
    }
    .s_next {
        width: 21px;
        height: 21px;
        bottom: 5px;
    }
    .s_next img{
        width: 7px;
        height: 12px;
    }
    .s_prev {
        width: 21px;
        height: 21px;
        bottom: 5px;
    }
    .s_prev img{
        width: 7px;
        height: 12px;
    }
    .mc3_con2 p:nth-child(2) {
        margin-bottom: 16.5px;
    }
    .mc3_con2 p:nth-child(3) {
        margin-bottom: 13.5px;
    }
    .mc3_con2 p:nth-child(4) {
        margin-bottom: 19px;
    }
    .main_content3{
        padding: 31px 0;
    }
    .address_info_con p:nth-child(2){
        background-size: 16.5px 15.5px;
    }
    .ms_pb{
        width: 32px;
        height: 32px;
        background-size: 10px 17px;
    }
    .ms_nb{
        width: 32px;
        height: 32px;
        background-size: 10px 17px;
    }
    .slick-dot li {
        width: 12px;
        height: 12px;
        opacity: .5;
        margin: 0 5px;
    }
    .slick-dot li button {
        width: 12px;
        height: 12px;
        padding: 2.5px;
    }
    .ban_icon1{
        width: 66px;
        height: 75.5px;
    }
    .mc2_icon2 {
        width: 129px;
        height: 133px;
        position: absolute;
        bottom: -65px;
        left: 14px;
        z-index: -1;
    }
}
