@media all and (min-width:1200px){

/* 공통영역 */
#wrap{
    width:100%;
    overflow: hidden;
}

header,section,footer{
    width: 100%;
    float: left;
    position: relative;
}

.inner{
    width: 63%;
    margin: 0 auto;
    /* background-color: lightcoral; */
}

html{
    font-size: 20px;
}

body{
    font-family: 'Pretendard-Regular', 'Noto Sans KR'
}

@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;
}

/* header */
header{
    height: 140px;
    z-index: 99;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
}

#in_header{
    width: 95%;
    height: 100%;
    /* background-color: blueviolet; */
    margin: 0 auto;
}

/* tab/mo menu_wrap */
.tab_menu_wrap{
    display: none;
}

.tab_ul_wrap{
    display: none;
}

/* logo */
#logo{
    width: 130px;
    float: left;
    position: relative;
    top: 50px;
}

#logo img{
    width: 100%;
}

/* menu wrap */
#menu_wrap{
    width:600px;
    height: 100%;
    /* background-color: antiquewhite; */
    /* float: left; */
    font-family: 'Pretendard-Regular';
    font-size: 18px;
    font-weight: 600;
    margin: 0 auto;
}

.menu{
    width: 25%;
    /* height: 100%; */
    float: left;
    padding: 10% 0 10% 0;
    text-align: center;
}

.menu a{
    transition: all 0.3s;
}

.menu:hover a{
    /* color: #bc1e21; */
    color: #d41114;
}

.menu:hover .sub a{
    color: #222;
}

.solution:hover #sub_wrap{
    display: block;
}

#sub_wrap{
    width: 100%;
    height: 120px;
    background-color: #fff;
    margin: 15px 0% 0% 10%;
    margin-left: 0%;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
    /* border: 1px solid #222; */
    box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
    display: none;
    box-shadow: 7px 11px 29px rgb(0 0 0 / 10%);
    /* transition: all 1s; */
}

.sub{
    width: 100%;
    height: 33.333%;
    position: relative;
}

#sub_wrap .sub a{
    display: block;
    color: #555;
}

#sub_wrap .sub:hover>a{
    color: #bc1e21;
    text-decoration: underline;
}

/* 원격제어 */
.notification-banner {
    position: fixed;
    bottom: 60px;
    left: -14px;
    background: linear-gradient(to bottom, #64727f96, #d9d9efa8);
    padding: 15px;
    border-radius: 30px;
    box-shadow: 7px 3px 10px rgba(0, 0, 0, 0.1);
    z-index: 999; 
    cursor: pointer;
    transition: left 0.3s ease-in-out; 
    align-items: center;
}
.notification-banner:hover {
    position: fixed;
    bottom: 60px;
    left: 5px;
    background: linear-gradient(to bottom, #64727f96, #d9d9efa8);
    padding: 15px;
    border-radius: 30px;
    box-shadow: 7px 3px 10px rgba(0, 0, 0, 0.1);
    z-index: 999; 
    cursor: pointer;

}

.notification-text {
    display: none;
}

.notification-banner a {
    display: flex; 
    align-items: center; 
    text-decoration: none; 
    color: inherit; 
}

.notification-banner:hover .notification-text {
    display: block;
    margin-left: 5px;
    color: #F1F1F1;
    align-items: center;
    
}



/* lang */
.lang{
    width: 80px;
    height: 100%;
    /* background-color: skyblue; */
    font-family: 'Pretendard-Regular';
    font-weight: 400;
    font-size: 14px;
    color: #444444;
    position: absolute;
    top: 0;
    right: 2.5%;
}

/* tab/mo lang */
.tab_lang_icon{
    display: none;
}

.drop_down{
    width: 100%;
    height: 25px;
    /* background-color: aquamarine; */
    margin-top: 75%;
    cursor: pointer;
     border-bottom: 1px solid #333;
}

.drop_title{
    position: relative;
}

.drop_title_kor{
    padding: 0 20px 0 5px;
}

.active_arrow{
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid #444;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.hidden_arrow{
    transform: rotate(-135deg);
    top: 5px;
    display: none;
}

.drop_sub{
    width: 100%;
    height: 78px;
    background-color: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    cursor: pointer;
    display: none;
    z-index: 99;
    font-size: 13px;
    margin-top: 9px;
}

.drop_sub li{
    width: 100%;
    height: 50%;
    line-height: 36px;
}

.drop_sub li a{
    color: #666;
    padding: 10px 13px;
}

.kor{
    background-color: #f0f0f0;
}

/* section_1 */
#sec01{
    width: 100%;
    float: left;
    /* height: 100vh; */
    height: 900px;
    /* top: 80px; */
    box-sizing: border-box;
}

.sec01_inner{
    width: 95%;
    height: 900px;
    margin: 0 auto;
    /* background-color: #bc1e21; */
}

/* 임시방편 */
#slide_wrap{
    width: 100%;
    /* height: 95vh; */
    height: 900px;
    position: relative;
    overflow: hidden;
    font-family: 'Noto Sans KR';
}

#slide{
    width: 100%;
    height: 100%;
}

#slide img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/* 임시방편 끝 */


#slide_wrap h1{
    font-size: 50px;
    color: #fff;
    position: absolute;
    line-height: 60px;
    top: 45%;
    left: 16%;
    font-weight: 500;
}

.active_sub span{
    font-weight: 600;
}

.active_sub p{
    /* width: 21%; */
    color: #fff;
    font-size: 21px;
    position: absolute;
    top: 61%;
    left: 16%;
    font-weight: 400;
    opacity: 0.8;
}

#slide_wrap .active_sub:nth-child(2){
    display: none;
}

#slide_wrap .active_sub:nth-child(3){
    display: none;
}

.sec01_num_wrap{
    width: 30px;
    height: 20px;
    position: absolute;
    top: 38%;
    left: 16%;
}

.sec01_num_fix{
    position: absolute;
    top: 0;
    left: 40px;
    color: #fff;
    opacity: 0.6;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: -1px;
}

.active_num{
    display: block;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-right: 8px;
}

.active_num02, .active_num03{
    display: none;
}

/* swp_ctrl_wrap */
.swp_ctrl_wrap{
    position: absolute;
    width: 60%;
    left: 16%;
    bottom: 26%;
    z-index: 1;
    /* background-color: lightgoldenrodyellow; */
}

.swp_btn{
    position: absolute;
    top: -33px;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.scroll{
    position: absolute;
    bottom: 1%;
    right: 60px;
    z-index: 20;
}

.scroll span{
    display: block;
    position: absolute;
    bottom: 172px;
    right: -43px;
    width: 100px;
    transform: rotate(90deg);
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .05em;
}

.scroll .scr_bar{
    position: absolute;
    bottom: 0;
    right: 5px;
    width: 1px;
    height: 120px;
    background: rgba(255, 255, 255, 0.5);
}

.scroll .scr_bar .bar{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
    animation-name: moveLoop;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes moveLoop {
    
    0%{
        height: 0%;   
    }

    100%{
        height: 100%;  
    }

}

/* section_2 */
#sec02{
    /* height: 80vh; */
    height: 600px;
    background: url(../img/main_bg.jpg) no-repeat bottom/cover;
    background-attachment: fixed;
    font-family: 'Noto Sans KR';
}

#sec02 .inner{
    width: 100%;
    margin-top: 100px;
}

.sec02_left_con{
    width: 30%;
    height: 550px;
    float: left;
    margin-left: 13%;
    margin-right: 4.4%;
}

.sec02_main_txt{
    font-size: 2rem;
    line-height: 56px;
    font-weight: 500;
    color: #222;
    letter-spacing: -1px;
}

.sec02_main_txt span{
    font-weight: 900;
}

.sec02_right_con{
    width: 40%;
    float: left;
    margin-top: 85px;
}

.sec02_right_con img{
    width: 100%;
}

.sec02_sub_txt{
    font-size: 26px;
    font-weight: 500;
    color: #222;
    margin-top: 40px;
    letter-spacing: -1px;
}

.sec02_btn_wrap{
    margin-top: 85px;
}

.sec02_btn_wrap a{
    display: inline-block;
    padding: 0 50px;
    line-height: 56px;
    border: 1px solid #aaa;
}

.sec02_btn_wrap span{
    font-size: 18px;
    color: #444;
    font-weight: 500;
    position: relative;
}

.sec02_btn_wrap span::after{
    display: block;
    content: '';
    position: absolute;
    top: 9px;
    right: -20px;
    width: 8px;
    height: 8px;
    border: 1px solid #444;
    border-width: 0px 1px 1px 0px;
    transform: rotate(-45deg);
}

.sec02_btn_wrap:hover a{
    border-color: #222;
}

/* section_3 */
#sec03{
    height: 750px;
    background: url(../img/main_bg.jpg) no-repeat bottom/cover;
    font-family: 'Pretendard-Regular';
    background-attachment: fixed;
}

#sec03 .inner{
    /* width: 63%; */
    width: 75%;
    background-color: lightgray;
    margin-top: 130px;
}

/* mani_txt_wrap */
.sec03_left_con{
    /* width: 30%; */
    width: 317px;
    font-size: 44px;
    line-height: 56px;
    color: #222;
    float: left;
    /* margin-left: 2%; */
}

.sec03_left_con span{
    font-weight: 600;
}

.sec03_sub_txt{
    margin-top: 75%;
}

.sec03_sub01{
    font-weight: 600;
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 17px;
}

.sec03_sub02{
    font-size: 17px;
    line-height: 26px;
    color: #666;
    width: 335px;
}

.sec03_con_wrap{
    float: right;
    width: 60%;
    height: 500px;
    margin-top: 70px;
}

.sec03_con01{
    width: 40%;
    background: url(../img/sec03_con1.jpg) no-repeat center/cover;
}

.sec03_con02{
    width: 28%;
    background: url(../img/sec03_con2.jpg) no-repeat right/cover;
}

.sec03_con03{
    width: 28%;
    background: url(../img/sec03_con3.jpg) no-repeat center/cover;
}

.sec03_con{
    height: 100%;
    float: left;
    margin-right: 2%;
    position: relative;
    transition: all 0.4s;
    overflow: hidden;
}

.sec03_con::after{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
}

.sec03_con::before{
    display: none;
    content: '';
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
}

.sec03_con03{
    margin-right: 0;
}

.sec03_con_txt_wrap{
    width: 84%;
    height: 250px;
    /* background-color: antiquewhite; */
    position: absolute;
    bottom: 20px;
    left: 17px;
    z-index: 99;
}

.solution_icon{
    width: 40px;
    height: 40px;
}

.solution_icon img{
    width: 100%;
}

.sec03_con03 .solution_icon img{
    height: 100%;
}

.sec03_con_subtxt{
    color: #fff;
    font-size: 15px;
    margin-top: 40px;
    opacity: 0.9;
}

.realmail{
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 4px;
    letter-spacing: 0.05cm;
}

.sec03_hidden_txt{
    color: #e5e5e5;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 0.01cm;
    display: none;
}

.sec03_more_txt{
    color: #f1f1f1;
    font-size: 15px;
    margin: 20px 0 10px 0;
    letter-spacing: 0.02cm;
    opacity: 0.9;
}

.sec03_con span{
    margin-top: 50px;
    opacity: 0.8;
}


/* hover event*/
.sec03_con:hover::after{
    display: none;
    transition: 1s;
}

.sec03_con:hover::before{
    display: block;
    transition: 1s;
}

.sec03_con:hover .solution_icon{
    display: none;
    transition: 1s;
}

.sec03_con:hover .sec03_con_subtxt{
    transform: translateY(-30px);
}

.sec03_con:hover .realmail{
    transform: translateY(-30px);
}

.sec03_con:hover .sec03_hidden_txt{
    display: block;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
}

.sec03_con:hover .sec03_more_txt{
    display: none;
}

/* .sec03_con:hover span img{
    transform: translateX(210px);
} */

.sec03_con03:hover .sec03_hidden_txt{
    margin-bottom: 70px;
}

.sec03_con a:hover{
    transition: 2s;
}

/* section_4 */
#sec04{
    height: 700px;
    background: url(../img/main_bg.jpg) no-repeat bottom/cover;
    background-color: lightblue;
    font-family: 'Pretendard-Regular';
    background-attachment: fixed;
}

#sec04 .inner{
    position: relative;
    width: 75%;
    margin-top: 120px;
}

.sec04_con_wrap{
    /* width: 100%; */
    width: 58%;
    height: 550px;
    margin-top: 139px;
    float: right;
    /* background-color: lightblue; */
}

.main_txt_wrap{
    width: 405px;
    position: absolute;
    top: 0;
    left: 0%;
}

.main_txt_wrap h3{
    font-size: 44px;
    line-height: 56px;
    letter-spacing: -1px;
    color: #222;
    font-weight: 400;
}

.main_txt_wrap h3 span{
    font-weight: 600;
}

.main_txt_wrap p{
    margin-top: 20px;
    width: 347px;
}

.sec04_subtxt_wrap{
    margin-top: 75%;
}

.sec04_sub01{
    font-weight: 600;
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 17px;
}

.sec04_sub02{
    font-size: 17px;
    line-height: 26px;
    color: #666;
}

.sec04_con{
    width: 100%;
    height: 16%;
    padding: 30px 0 20px 0;
    /* background-color: antiquewhite; */
    position: relative;
    border-bottom: 1px solid #a5a5a5;
}

.keyword{
    width: 125px;
    height: 45px;
    background-color: #bc1e21;
    border-radius: 27px;
    color: #fff;
    font-size: 26px;
    text-align: center;
    line-height: 45px;
    font-weight: 500;
    display: none;
}

.sec04_txt_wrap{
    position: absolute;
    top: 18%;
    left: 2.5%;
}

.sec04_con_tit{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #222;
}

.sec04_date{
    /* color: #a5a5a5;
    font-size: 20px; */
    color: #666;
    font-size: 16px;
    float: left;
    margin-top: 70px;
    margin-left: 20px;
}

.sec04_big_more{
    width: 60px;
    height: 25px;
    /* background-color: salmon; */
    position: absolute;
    right: 0;
    bottom: 15%;
}

.sec04_big_more img{
    width: 100%;
    height: 100%;
}

.hidden_big_more{
    display: none;
}

.sec04_con:hover .show_big_more{
    display: none;
}

.sec04_con:hover .hidden_big_more{
    display: block;
}

.more_btn{
    position: absolute;
    top: 50px;
    right: 0%;
}

.more_btn a{
    display: inline-block;
    border: 1px solid #aaa;
    padding: 0 108px;
    line-height: 44px;
}

.more_btn span{
    font-size: 17px;
    position: relative;
    margin-left: -23px;
}

.more_btn span::after{
    display: block;
    content: '';
    width: 16px;
    height: 2px;
    position: absolute;
    top: 9px;
    left: 61px;
    background-color: #444;
}

.more_btn span::before{
    display: block;
    content: '';
    width: 16px;
    height: 2px;
    position: absolute;
    top: 9px;
    left: 61px;
    background-color: #444;
    transform: rotate(90deg);
}

/* hover event */
.more_btn:hover{
    transition: all 0.3s;
}

.more_btn:hover a{
    border-color: #222;
}

.sec04_con:hover .sec04_big_more{
    border-color: #bc1e21;
}

/* section5 */
#sec05{
    height: 780px;
    background: url(../img/main_bg.jpg) no-repeat bottom/cover;
    font-family: 'Pretendard-Regular';
    background-attachment: fixed;
    /* background-color: lightgray; */
    margin-top: 130px;
}

#sec05 .more_btn{
    position: absolute;
    top: -22%;
    right: -10%;
}

.mobile_sec05{
    display: none;
}

#sec05 .inner{
    position: relative;
    height: 85%;
    width: 1200px;
}

.pc_sec05{
    width: 100%;
}

.sec05_pc_show{
    width: 75%;
    margin: 0 auto;
}

.sec05_pc_show h3{
    font-size: 44px;
    line-height: 56px;
    letter-spacing: -1px;
    color: #222;
    font-weight: 400;
}

.sec05_pc_show p{
    font-size: 18px;
    margin-top : 20px
}

.sec05_pc_show span{
    font-size: 17px;
    position: relative;
    margin-left: -23px;
}

.show_more_btn{
    float: right;
    margin-top: -97px;
}

.show_more_btn a{
    display: inline-block;
    border: 1px solid #aaa;
    padding: 0 108px;
    line-height: 44px;
}

.show_more_btn span::before {
    display: block;
    content: '';
    width: 16px;
    height: 2px;
    position: absolute;
    top: 9px;
    left: 61px;
    background-color: #444;
    transform: rotate(90deg);
}

.show_more_btn span::after {
    display: block;
    content: '';
    width: 16px;
    height: 2px;
    position: absolute;
    top: 9px;
    left: 61px;
    background-color: #444;
}

.pc_sec05 .main_txt_wrap{
    position: absolute;
    top: -239px;
    left: -10%;
    width: 600px;
    display: none;
}

.pc_sec05 .main_txt_wrap p{
    font-size: 18px;
}

.pc_sec05 span{
    font-weight: 500;
}

/* swiper */
.swiper {
    width: 100%;
    height: 550px;
    font-family: 'Pretendard-Regular';
    margin-top: 80px;
  }

  .swiper-wrapper{
    width: 100%;
  }

  .slide_con{
    width: 25%;
    /* height: 100%; */
  }

  .swiper-slide {
    /* width: 30%; */
    height: 100%;
    font-size: 18px;
    /* background: #fff; */
  }

.swiper-pagination{
    position: absolute;
    bottom: 70px;
    left: 34px;
    width: 50%;
}

.swiper-pagination-bullet-active{
    background: #a5a5a5;
}

.sec05_con{
    /* width: 85%; */
    width: 350px;
    height: 400px;
    float: left;
    margin-right: 3%;
    background-color: #fff;
    box-shadow: 7px 11px 29px rgb(0 0 0 / 10%);
    box-sizing: border-box;
    position: relative;
}

.sec05_con03{
    margin-right: 0;
}

.news{
    margin: 7% 8%;
}

.news p{
    font-weight: 600;
    font-size: 17px;
    color: #bc1e21;
}

.sec05_con_tit{
    font-size: 1rem;
    line-height: 32px;
    font-weight: 600;
    color: #222;
    margin: 8% 8%;
}

.sec05_con_main_txt{
    width: 100%;
    /* height: 44%; */
    background-color: #f1f1f1;
    font-size: 15px;
    color: #444;
    line-height: 25px;
    margin-top: 35px;
    padding: 25px 25px;
    box-sizing: border-box;
}

.sec05_date{
    font-size: 15px;
    color: #a5a5a5;
    margin: 13% 8%;
    position: absolute;
    bottom: -13px;
    right: 0;
}



/* section_6 */
#sec06{
    height: 380px;
    /* background: url(../img/main_bg.jpg) no-repeat bottom/cover; */
    font-family: 'Pretendard-Regular';
    background-attachment: fixed;
    background-color: #fff;
    display: none;
}

.pc_sec06{
    display: none;
}

#sec06 .inner{
    position: relative;
    height: 100%;
}

#sec06 .main_txt_wrap{
    position: absolute;
    top: -140px;
    left: 0;
    width: 600px;
}

#sec06 .main_txt_wrap p{
    font-size: 18px;
}

#sec06 .mo_sec06{
    margin-top: 200px;
}

.bxslider{
    margin-top: 20px;
}

.bxslider li{
    width: 100px;
    height: 100px;
}

.bxslider li img{
    width: 100%;
}

/* footer */
footer{
    height: 300px;
    background-color: #f5f6f8;
    font-family: 'Pretendard-Regular';
    box-sizing: border-box;
}

#in_footer{
    width: 1300px;
    height: 100%;
    /* background-color: lightsalmon; */
    margin: 0 auto;
    padding-left: 50px;
    position: relative;
}

#f_logo{
    width: 100px;
    margin-top: 30px;
}

#f_logo img{
    width: 100%;
}

.f_logo_txt{
    color: #111;
    font-size: 15px;
    margin-top: 30px;
}

.address_wrap{
    width: 100%;
    height: 110px;
    /* background-color: lightgoldenrodyellow; */
    font-size: 15px;
    line-height: 21px;
    color: #333;
    margin-top: 20px;
}

.address_con{
    width: 30.333%;
    height: 100%;
    /* background-color: lightpink; */
    float: left;
}

.area_name{
    text-decoration: underline;
    font-weight: 600;
}

.address_txt{
    color: #444;
}

.address_txt span{
    color: #333;
    font-weight: 600;
}

.copy{
    font-size: 14px;
}

.copy a{
    color: #111;
}

.foot_sns{
    width: 150px;
    height: 50px;
    position: absolute;
    top: 12%;
    left: 80%
}

.sns_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sns_wrap li{
    float: left;
    width: 33.333%;
    height: 100%;
    margin-right: 7%;
}

.sns_wrap li img{
    width: 100%;
}

.sns_hover{
    display: none;
}

.sns_wrap li:hover .sns_show{
    display: none;
}

.sns_wrap li:hover .sns_hover{
    display: block;
}

/* top_btn */
.top_btn{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: fixed;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
    display: none;
    background: url(../img/icon/top_btn2.png) no-repeat center/cover;
    box-shadow: 2px 2px 20px 0 rgb(0 0 0 / 10%);
}

/* pop_up */
.pop_up{
    width: 400px;
    height: 520px;
    position: fixed;
    top: 126px;
    left: 157px;
    z-index: 99;
}

.popup_con{
    width: 400px;
    height: 500px;
}

.popup_con img{
    width: 100%;
}

.pop_close{
    width: 400px;
    height: 45px;
    background-color: #333;
}

.pop_close_btn{
    width: 76px;
    height: 30px;
    background-color: gray;
    color: #fff;
    float: right;
    margin-right: 10px;
    margin-top: 7px;
    font-size: 17px;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
}

/* pop_up2 */

.pop_up_2{
    width: 400px;
    height: 520px;
    position: fixed;
    top: 126px;
    left: 589px;
    z-index: 99;
}

.popup_con_2{
    width: 400px;
    height: 500px;
}

.popup_con_2 img{
    width: 100%;
}

.pop_close_2{
    width: 400px;
    height: 45px;
    background-color: #333;
}

.pop_close_btn2{
    width: 76px;
    height: 30px;
    background-color: gray;
    color: #fff;
    float: right;
    margin-right: 10px;
    margin-top: 7px;
    font-size: 17px;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
}



.pop_up_3{
    width: 400px;
    height: 520px;
    position: fixed;
    top: 126px;
    left: 750px;
    z-index: 99;
}

.popup_con_3{
    width: 400px;
    height: 500px;
}

.popup_con_3 img{
    width: 100%;
}

.pop_close_3{
    width: 400px;
    height: 45px;
    background-color: #333;
}

.pop_close_btn3{
    width: 76px;
    height: 30px;
    background-color: gray;
    color: #fff;
    float: right;
    margin-right: 10px;
    margin-top: 7px;
    font-size: 17px;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
}





















} /* pc end */