/**************************************************/
/************************PC************************/
/**************************************************/

/*sub_common*/
#s_header {
    width: 100%;
    padding: 0;
    position: absolute;
    z-index: 9999;
}

#s_header #nav {
    width:calc(100% - 80px);
    margin: 40px auto 0;
    min-height: 48px;
    position: relative;
    display:flex;
    align-items: center;
    justify-content: space-between;
}
#s_header .etc_btn{
    color:white;
    border:1px solid white;
    padding:10px 20px;
    border-radius: 30px;
    transition: all 0.3s;
}
#s_header .etc_btn:hover{
    background:white;
    color:#555;
}
/*
#s_header #nav h1 {
    position: absolute;
    left: 40px;
    top: 40px;
}
*/
#s_header #nav .shide {
    position: absolute;
    left: 50%;
    color: #c6c3c4;
    top: 0;
    height: 48px;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 5;
    font-size: 12px;
    transform: translateX(-50%);
}

#s_header #nav .total_btn {
    position: absolute;
    right: 40px;
    top: 40px;
    margin-top: 10px;
}


.subtitle {
    width: 100%;
    height: 400px;
    margin-bottom: 65px;
    position: relative;
    transition: all 0.5s;
}

.subtit1 {
    background: url(../img/about/subtitle.jpg) no-repeat center;
    background-size: cover;
}

.subtit2 {
    background: url(../img/port/subtitle.jpg) no-repeat center;
    background-size: cover;
}

.subtit3 {
    background: url(../img/contact/subtitle.jpg) no-repeat center;
    background-size: cover;
}

.subtitle .sub_txt {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

.subtitle .subtit_p {
    color: #909090;
    font-size: 16px;
    line-height: 25px;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    opacity: 0;
    width: 30%;
    word-break: keep-all;
}


/***********************about*********************/

.content {
    position: relative;
}

.ap_top {
    width: 100%;
    clear: both;
    position: relative;
    overflow: hidden;
    min-height: 1820px;
}

.ap_top .ap_pro {
    padding: 80px;
    background: #fff;
    position: absolute;
    top: 240px;
    left: 50px;
    box-shadow: 0px 5px 15px rgba(33, 33, 33, 0.1);
    z-index: 9;
}

.ap_top .ap_name {
    margin-bottom: 35px;
    width: 90%;
    max-width: 298px;
}

.ap_top .ap_img {
    width: 734px;
    height: 696px;
    background: url(../img/about/ab_top.jpg);
    position: absolute;
    top: 0;
    right: 0;
}

.ap_top .ap_pro .fs16 b {
    padding-left: 20px;
    font-weight: normal;
}

.ap_top .ap_pro .ap_info {
    margin-top: 30px;
    width: 100%;
}

.ap_top .ap_pro .ap_info .ap_info_l {
    width: 30%;
    float: left;
    font-size: 16px;
    font-weight: bolder;
    line-height: 32px;
    text-transform: uppercase;
}

.ap_top .ap_pro .ap_info .ap_info_r {
    width: 70%;
    float: left;
    font-size: 16px;
    line-height: 32px;
}

.ap_mid {
    width: 1200px;
    position: absolute;
    top: 800px;
}

.ap_mid .ap_mid_bx {
    width: 50%;
    float: left;
}

.ap_mid .ap_mid_bx .ap_mid_tit {
    font-size: 23px;
    line-height: 30px;
    color: #000;
    font-weight: bolder;
    width: 15%;
    float: left;
}

.ap_mid .ap_mid_bx .ap_m_cont {
    float: left;
    border-left: 1px solid #cccccc;
    padding-left: 5%;
    margin-left: 5%;
    box-sizing: border-box;
    min-height: 200px;
}

.ap_mid .ap_mid_bx .ap_m_cont .ap_m_p {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}

.ap_mid .ap_mid_bx .ap_m_cont .ap_m_p b,
.ap_mid .ap_mid_bx .ap_m_cont .ap_m_p p {
    float: left;
    font-size: 16px;
}

.ap_mid .ap_mid_bx .ap_m_cont .ap_m_p b {
    margin-right: 15px;
}

.content .ab_bot {
    top: 1120px;
}

.skills {
    padding: 100px 0;
    width: 100%;
    overflow: hidden;
}

.skills .skill_bx {
    width: 1200px;
    margin: 70px auto 0;
}

.skills .skill_bx li {
    float: left;
    width: 50%;
    margin-bottom: 30px;
}

.skills .skill_bx li:last-child {
    margin-bottom: 0;
}

.skills .skill_bx li .sk_l {
    width: 15%;
    min-width: 72px;
    max-width: 72px;
    height: 72px;
    float: left;
}

.skills .skill_bx li .sk_r {
    width: 75%;
    float: left;
    margin-left: 3%;
}

.skills .skill_bx li .sk_r p {
    font-size: 17px;
    font-weight: bolder;
    color: #222;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 10px 0 3px;
}

.progress {
    border-radius: 2px;
    background: #dee2e4;
    margin-bottom: 10px;
    display: block;
}

.graph-bar {
    background-color: #5e77c1;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
    z-index: 9999;
    display: block;
    height: 20px;
    width: 0%;
}

.graph-bar:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #428D92;
}

.graph-bar:last-child {
    margin-bottom: 0;
}

.graph-bar:after {
    position: absolute;
    content: attr(data-value);
    display: none;
    font-size: 12px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    line-height: 20px;
    height: 20px;
    padding: 0 10px;
    margin-left: 5px;
    left: 100%;
    top: 0;
}

.graph-bar:hover:after {
    display: block;
}

.graph-legend {
    position: absolute;
    margin-right: 10px;
    left: -40px;
    z-index: 9999;
}

.logo {
    width: 100%;
    clear: both;
    overflow: hidden;
    background: url(../img/about/ab_bg.jpg) repeat-x 0 80px;
    padding-bottom: 40px;
}

.logo .logo_l {
    float: left;
    padding-left: 60px;
    padding-top: 265px;

    width: 50%;
}

.logo .logo_l .logo-tit {}

.logo .logo_l p {
    font-size: 16px;
    line-height: 27px;
    word-break: keep-all;
    margin-bottom: 45px;
}

.logo .logo_l .bkline {
    width: 20px;
    height: 1px;
    background: #222;
    margin: 25px 0;
}

.logo .logo_l a {
    padding: 15px 25px;
    border: 1px solid #222;
    border-radius: 30px;
    transition: all 0.4s;
    margin-right: 10px;
}

.logo .logo_l a:hover {
    background: #222;
    color: #fff;
}

.logo .logo_r {
    float: right;
    width: 45%;
    min-width: 584px;
    max-width: 584px;
}

/*************************portfolio*********************/

.port_bx {
    width: 100%;
    display: flex;
    justify-content: center;

}

.port_bx .port_list2 {
    width: calc(100% - 160px);
    transition: all 0.3s;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.port_bx .port_list2 li {
    width: calc(25% - 20px);
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
}

.port_bx .port_list2 li .port_img {
    width: 100%;

    overflow: hidden;
    position: relative;
}


.port_bx .port_list2 li .port_img:after {
    display: block;
    content: "";
    padding-bottom: 100%;
}

.port_bx .port_list2 li .port_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.port_bx .port_list2 li .port_img .dpimg {
    width: 100%;
    height: 100%;
    transition: all 0.3s;

}

.port_bx .port_list2 li .port_img .port_more {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    opacity: 0;
    transition: all 0.3s;
    object-fit: cover;
}

.port_bx .port_list2 li .port_img .port_more img {
    display: block;
    width: 89px;
    height: 89px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.port_bx .port_list2 li:nth-of-type(3n) {
    margin-right: 0;
}


.port_bx .port_list2 li:hover .dpimg {
    transform: scale(1.1);
    /*  default */
    -webkit-transform: scale(1.1);
    /*  크롬 */
    -moz-transform: scale(1.1);
    /* FireFox */
    -o-transform: scale(1.1);
    /* Opera */
}

.port_bx .port_list2 li:hover .port_more {
    opacity: 1;
}

.port_bx .port_list2 li .port_txt {
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;

}

.port_bx .port_list2 li .port_txt .ltgr {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    color: #777;
}

.port_bx .port_list2 li .port_txt .fs17 {
    font-size: 19px;
    text-transform: uppercase;
    text-align: center;
    color: #222;
    font-weight: bold;
}




/*port_view*/
.sub2 {
    width: 100%;
    display: block;
    min-height: 700px;
    position: relative;
}

.pv_tit {
    width: 100%;
    height: 750px;
    position: relative;
    top: 0;
    left: 0;
}

.pvt1 {
    background: url(../img/port/view/pv_bg1.jpg) no-repeat top center;
}

.pvt2 {
    background: url(../img/port/view/pv_bg2.jpg) no-repeat top center;
}

.pvt3 {
    background: url(../img/port/view/pv_bg3.jpg) no-repeat top center;
}

.pvt4 {
    background: url(../img/port/view/pv_bg4.jpg) no-repeat top center;
}

.pvt5 {
    background: url(../img/port/view/pv_bg5.jpg) no-repeat top center;
}


.pvt6 {
    background: url(../img/port/view/pv_bg6.jpg) no-repeat top center;
}

.pvt7 {
    background: url(../img/port/view/pv_bg7.jpg) no-repeat top center;
}

.pvt8 {
    background: url(../img/port/view/pv_bg8.jpg) no-repeat top center;
}

.pvt9 {
    background: url(../img/port/view/pv_bg9.jpg) no-repeat top center;
}

.pvt10 {
    background: url(../img/port/view/pv_bg10.jpg) no-repeat top center;
}

.pvt11 {
    background: url(../img/port/view/pv_bg11.jpg) no-repeat top center;
}

.pvt12 {
    background: url(../img/port/view/pv_bg12.jpg) no-repeat top center;
}

.pvt13 {
    background: url(../img/port/view/pv_bg13.jpg) no-repeat top center;
}

.pvt14 {
    background: url(../img/port/view/pv_bg14.jpg) no-repeat top center;
}

.pvt15 {
    background: url(../img/port/view/pv_bg15.jpg) no-repeat top center;
}

.pvt16 {
    background: url(../img/port/view/pv_bg16.jpg) no-repeat top center;
}

.pvt17 {
    background: url(../img/port/view/pv_bg17.jpg) no-repeat top center;
}

.pvt18 {
    background: url(../img/port/view/pv_bg18.jpg) no-repeat top center;
}

.pvt19 {
    background: url(../img/port/view/pv_bg19.jpg) no-repeat top center;
}

.pvt20 {
    background: url(../img/port/view/pv_bg20.jpg) no-repeat top center;
}

.pvt21 {
    background: url(../img/port/view/pv_bg21.jpg) no-repeat top center;
}

.pvt22 {
    background: url(../img/port/view/pv_bg22.jpg) no-repeat top center;
}

.pvt23 {
    background: url(../img/port/view/pv_bg23.jpg) no-repeat top center;
}

.pvt24 {
    background: url(../img/port/view/pv_bg24.jpg) no-repeat top center;
}

.pvt25 {
    background: url(../img/port/view/pv_bg25.jpg) no-repeat top center;
}

.pvt26 {
    background: url(../img/port/view/pv_bg26.jpg) no-repeat top center;
}

.pvt27 {
    background: url(../img/port/view/pv_bg27.jpg) no-repeat top center;
}

.pvt28 {
    background: url(../img/port/view/pv_bg28.jpg) no-repeat top center;
}

.pvt29 {
    background: url(../img/port/view/pv_bg29.jpg) no-repeat top center;
}

.pvt31 {
    background: url(../img/port/view/pv_bg31.jpg) no-repeat top center;
}

.pvt32 {
    background: url(../img/port/view/pv_bg32.jpg) no-repeat top center;
}

.pvt2022_1 {
    background: url(../img/port/view/pv_2022_bg1.jpg) no-repeat top center;
}

.pvt2022_2 {
    background: url(../img/port/view/pv_2022_bg2.jpg) no-repeat top center;
}

.pvt2022_3 {
    background: url(../img/port/view/pv_2022_bg3.jpg) no-repeat top center;
}

.pvt2022_4 {
    background: url(../img/port/view/pv_2022_bg4.jpg) no-repeat top center;
}

.pvt2022_5 {
    background: url(../img/port/view/pv_2022_bg5.jpg) no-repeat top center;
}
.pvt2022_5_2 {
    background: url(../img/port/view/pv_2022_bg5_2.jpg) no-repeat top center;
}
.pvt2022_6 {
    background: url(../img/port/view/pv_2022_bg6.jpg) no-repeat top center;
}

.pvt2022_7 {
    background: url(../img/port/view/pv_2022_bg7.jpg) no-repeat top center;
}

.pvt2022_8 {
    background: url(../img/port/view/pv_2022_bg8.jpg) no-repeat top center;
}

.pvt2022_9 {
    background: url(../img/port/view/pv_2022_bg9.jpg) no-repeat top center;
}

.pvt2022_10 {
    background: url(../img/port/view/pv_2022_bg10.jpg) no-repeat top center;
}

.pvt2022_11 {
    background: url(../img/port/view/pv_2022_bg11.jpg) no-repeat top center;
}

.pvt2022_12 {
    background: url(../img/port/view/pv_2022_bg12.jpg) no-repeat top center;
}

.pvt2022_13 {
    background: url(../img/port/view/pv_2022_bg13.jpg) no-repeat top center;
}

.pvt2022_14 {
    background: url(../img/port/view/pv_2022_bg14.jpg) no-repeat top center;
}

.pvt2022_15 {
    background: url(../img/port/view/pv_2022_bg15.jpg) no-repeat top center;
}

.pvt2022_16 {
    background: url(../img/port/view/pv_2022_bg16.jpg) no-repeat top center;
}

.pvt2022_17 {
    background: url(../img/port/view/pv_2022_bg17.jpg) no-repeat top center;
}

.pvt2022_18 {
    background: url(../img/port/view/pv_2022_bg18.jpg) no-repeat top center;
}

.pvt2022_19 {
    background: url(../img/port/view/pv_2022_bg19.jpg) no-repeat top center;
}

.pvt2022_20 {
    background: url(../img/port/view/pv_2022_bg20.jpg) no-repeat top center;
}

.pvt2022_21 {
    background: url(../img/port/view/pv_2022_bg21.jpg) no-repeat top center;
}

.pvt2024_1 {
    background: url(../img/port/view/pv_2024_bg1.png) no-repeat center center;
}
.pv_tit .pvbx {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    min-height: 105px;
}

.pv_tit .pvbx a {
    width: 155px;
    height: 20px;
    line-height: 20px;
    letter-spacing: 0.2em;
    transition: all 0.3s;

    color: #ffff;
    text-transform: uppercase;
}


.pv_tit .pvbx .pv_prev {
    position: absolute;
    top: 50%;
    left: 3%;
    padding-left: 110px;
    background: url(../img/port/prev_arrow.png) no-repeat 20px 50%;
}

.pv_tit .pvbx .pv_prev:hover {
    background: url(../img/port/prev_arrow.png) no-repeat 0 50%;
}

.pv_tit .pvbx .pv_next {
    position: absolute;
    top: 50%;
    right: 3%;
    background: url(../img/port/next_arrow.png) no-repeat 55px 50%;
}

.pv_tit .pvbx .pv_next:hover {
    background: url(../img/port/next_arrow.png) no-repeat 75px 50%;
}

.pv_tit .pvbx .pv_title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.pv_tit .pvbx .pv_title p {
    font-size: 15px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: center;
    color: #ccc;
    margin-bottom: 10px;
}

.pv_tit .closebtn {
    position: absolute;
    top: 3%;
    right: 2%;
}

.pv_cont {
    width: 100%;
    display: flex;
    overflow: hidden;
    padding-bottom: 50px;
    flex-direction: column;
    align-items: center;

}

.pv_cont .detail_bx {
    width: 120px;
    margin: 0 auto;
}

.pv_cont .detail_bx .vt_line {
    width: 1px;
    height: 70px;
    background: #999;
    margin: 0 auto 15px;
}

.pv_cont .detail_bx p {
    font-size: 12px;
    text-transform: uppercase;
    color: #858585;
    text-align: center;
    letter-spacing: 0.2em;
}

.pv_top {
    width: calc(100% - 500px);
    background: #fff;
    padding-bottom: 50px;
    margin: 0 auto 50px;
    box-shadow: 10px 10px 50px rgba(33, 33, 33, 0.2);
}

.pv_top_2022 {
    padding-bottom: 0;
}

.no_shadow {
    box-shadow: none !important;
}

.pv_top .detail_bx {
    overflow: hidden;
    margin-bottom: 50px;
}


.pv_top .fs35 {
    font-size: 35px;
    font-weight: bolder;
    color: #222222;
    text-align: center;
}

.pv_top .fs16 {
    font-size: 16px;
    color: #525252;
    text-align: center;
    width: 640px;
    word-break: keep-all;
    margin: 35px auto;
}

.pv_top .pv_detail {
    width: 100%;
    *zoom: 1;
    display: inline-block;
    *display: inline;
    text-align: center;
    margin-bottom: 35px;
}

.pv_top .pv_detail:after {
    content: "";
    display: block;
    clear: both;
}

.pv_top .pv_detail li {
    display: inline-block;
    #float: left;
    background: url(../img/port/view/grbar.jpg) no-repeat center right;
    padding: 0 45px;
}

.pv_top .pv_detail li:last-child {
    background: none;
}

.pv_top .pv_detail li .pv_cate {
    font-size: 13px;
    color: #ababab;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.pv_top .pv_detail li .pv_txt {
    font-size: 20px;
    color: #222222;
    text-transform: uppercase;
    font-weight: bolder;
}

.pv_top .dpimg {
    display: block;
    margin: 0 auto;
}

.pv_top .goto_btn {
    margin: 0 auto;
    font-size: 14px;
    display: block;
    width: 210px;
    height: 65px;
    line-height: 65px;
    border: 2px solid #222222;
    padding-left: 44px;
    background: url(../img/arrow_bk.png) no-repeat 150px 50%;
    transition: all 0.3s;
}

.pv_top .goto_btn:hover {
    background: #222222;
    color: #fff;
    background: #222 url(../img/arrow.png) no-repeat 165px 50%;
}

.pv_mid {
    clear: both;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pv_mid img {
    max-width: 1180px;
}

h3.conTit3 {
    position: relative;
    font-size: 28px;
    font-weight: bold;
    color: #000;
    padding-top: 20px;
    margin-bottom: 25px;
}

h3.conTit3:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 50px;
    height: 2px;
    background: #000;
}

.conTit3+.pv_m_box {
    margin-bottom: 70px;
}

.conTit3+.pv_m_box img {
    box-shadow: 10px 10px 30px rgb(33 33 33 / 10%);
    margin-bottom: 20px;
}

.conTit3+.pv_m_box img:last-child {
    margin-bottom: 0;
}

.pv_m_boxs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.pv_m_boxs img {
    width: calc(50% - 20px);
    margin-bottom: 40px;
    box-shadow: 10px 10px 30px rgb(33 33 33 / 10%);
}

.img_center {
    justify-content: center;
}

.img_center img {
    margin: 0 20px 20px 0 !important;
}

.img_center img:last-child {
    margin: 0 0 20px 0 !important;

}

.pv_sub {
    width: calc(100% - 200px);

    margin: 0 auto;
    text-align: center;
}

.pv_mid img {
    display: block;
    margin: 0 auto 60px;
    /*    box-shadow:2px 5px 10px rgba(0,0,0,0.1);*/
}

.pv_bot {
    width: 100%;
    clear: both;
    margin: 20px auto;
}

.pv_bot img {
    display: block;
    margin: 0 auto 45px;
    /*    box-shadow:2px 5px 10px rgba(0,0,0,0.1);*/

}

.pv_bot .pv_p {
    color: #222;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 60px 0 10px;
}

/****************************contact***********************/
.ct_l {
    width: 50%;
    max-width: 600px;
    height: 538px;
    background: url(../img/contact/contact_img.jpg) no-repeat top left;
    float: left;
}

.ct_r {
    width: 45%;
    float: right;

    padding-top: 105px;

}

.ct_r .fs16 {
    font-size: 16px;
    line-height: 30px;
    margin: 40px 0;
    width: 100%;
    word-break: keep-all;
}

.ct_r .cont_bx {
    margin-bottom: 35px;
}

.ct_r .cont_bx:last-child {
    margin-bottom: 0;
}

.ct_r .cont_bx p {
    font-size: 12px;
    color: #787878;
    letter-spacing: 5;
    text-transform: uppercase;
}

.ct_r .cont_bx a {
    font-size: 28px;
    color: #222222;
    font-weight: bolder;
}



/**************************************************/
/**********************LAPTOP**********************/
/**************************************************/
@media (max-width: 1440px) {

    /*PORTFOLIO*/
    .subtitle {
        margin-bottom: 50px;
    }

    .port_bx .port_list2 {
        width: calc(100% - 100px);
    }

    .port_bx .port_list2 li {
        width: calc(33.33333% - 20px);
    }

    .pv_top {
        width: calc(100% - 100px);
    }
}


/**************************************************/
/**********************TABLET**********************/
/**************************************************/
@media (max-width: 1023px) {

    /*sub_common*/
    .subtitle .sub_txt {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        /*    width:40%;*/
        max-width: 285px;
    }

    .subtitle .subtit_p {
        font-size: 15px;
        width: 55%;
    }

    .content {
        width: 96%;
        margin: 0 auto;
    }

    /*************************about*********************/

    .ap_top {
        width: 100%;
        clear: both;
        position: relative;
        overflow: hidden;
        min-height: 2500px;
    }

    .ap_top .ap_pro {
        padding: 40px;
        position: absolute;
        top: 270px;
        left: 0px;

    }

    .ap_top .ap_name {
        margin-bottom: 30px;
    }

    .ap_top .ap_img {
        width: 70%;
        max-width: 734px;
        background-position: top left;

    }


    .ap_top .ap_pro .fs16 b {
        padding-left: 20px;
        font-weight: normal;
    }

    .ap_top .ap_pro .ap_info .ap_info_l {
        line-height: 30px;
    }

    .ap_top .ap_pro .ap_info .ap_info_r {
        width: 70%;
        float: left;
        font-size: 16px;
        line-height: 32px;
    }

    .ap_mid {
        width: 100%;
        top: 760px;
    }

    .ap_mid .ap_mid_bx {
        width: 46%;
        margin-right: 6%;
    }

    .ap_mid .ap_mid_bx:last-child {
        margin-right: 0;
    }

    .ap_mid .ap_mid_bx .ap_mid_tit {
        width: 100%;
        float: none;
        min-height: 75px;
    }

    .ap_mid .ap_mid_bx .ap_m_cont {
        float: left;
        padding-left: 0;
        padding-top: 15px;
        margin-left: 0;
        min-height: 200px;
        border-left: 0;
        border-top: 1px solid #ccc;
    }

    .ap_mid .ap_mid_bx .ap_m_cont .ap_m_p {
        clear: both;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .ap_mid .ap_mid_bx .ap_m_cont .ap_m_p b {
        margin-right: 0;
        width: 20%;
        float: left;
    }

    .ap_mid .ap_mid_bx .ap_m_cont .ap_m_p p {
        float: right;
        width: 75%;
        word-break: keep-all;
    }

    .content .ab_bot {
        top: 1200px width:96%;
        left: 50%;
        transform: translateX(-50%);
    }

    .skills {
        padding: 70px 0;
        width: 100%;
        overflow: hidden;
    }

    .skills .skill_bx {
        width: 96%;
        margin: 50px auto 0;
    }

    .skills .skill_bx li {
        float: left;
        width: 50%;
        margin-bottom: 30px;
    }

    .logo {
        background: url(../img/about/ab_bg.jpg) repeat-x 0 40px;
        padding-bottom: 50px;
    }

    .logo .logo_l {
        float: left;
        padding-left: 30px;
        padding-top: 150px;

        width: 45%;
    }

    .logo .logo_l p {
        margin-bottom: 35px;
    }

    .logo .logo_l a:hover {
        background: #222;
        color: #fff;
    }

    .logo .logo_r {
        float: right;
        width: 50%;
        min-width: auto;
    }















    /*************************portfolio*********************/

    .port_bx {
        clear: both;
        width: 96%;
        margin: 0 auto;
        display: block;
    }

    .port_bx .port_list2 {
        width: 100%;
        overflow: hidden;

    }

    .port_bx .port_list2 li {
        float: left;
        width: 49%;
        height: auto;
        overflow: hidden;
        margin-right: 2%;
        margin-bottom: 25px;
        position: relative;
    }

    .port_bx .port_list2 li .port_img {
        width: 100%;
        height: 396px;
        overflow: hidden;
        margin: 0 auto;
    }

    .port_bx .port_list2 li .port_img .dpimg {
        width: 100%;
        max-width: 100%;
        display: block;
        margin: 0 auto;
        height: 100%;
        transition: all 0.3s;
    }

    .port_bx .port_list2 li .port_img .port_more {
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        display: block;
        opacity: 0;
        transition: all 0.3s;
    }

    .port_bx .port_list2 li .port_img .port_more img {
        display: block;
        width: 89px;
        height: 89px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .port_bx .port_list2 li:nth-of-type(2n) {
        margin-right: 0;
    }

    .port_bx .port_list2 li:nth-of-type(3n) {
        margin-right: 2%;
    }

    .port_bx .port_list2 li:nth-of-type(6n) {
        margin-right: 0 !important;
    }

    .port_bx .port_list2 li:hover .dpimg {
        transform: scale(1.1);
        /*  default */
        -webkit-transform: scale(1.1);
        /*  크롬 */
        -moz-transform: scale(1.1);
        /* FireFox */
        -o-transform: scale(1.1);
        /* Opera */
    }

    .port_bx .port_list2 li:hover .port_more {
        opacity: 1;
    }





    /*port_view*/
    .pv_tit {
        height: 650px;
    }

    .pv_tit .pvbx .pv_title a {
        width: 15%;
    }

    .pv_tit .pvbx .pv_title {
        position: absolute;
    }


    .pv_tit .pvbx .pv_title p {
        font-size: 14px;
    }

    .pv_tit .pvbx .pv_title .pv_name {
        width: 100%;
        max-width: 267px;
        display: block;
        margin: 0 auto;
    }

    .pv_tit .closebtn {
        position: absolute;
        top: 3%;
        right: 2%;
    }

    .pv_top {
        width: 96%;

    }


    .pv_top .fs35 {
        font-size: 30px;
    }

    .pv_top .fs16 {
        width: 70%;
        margin: 25px auto;
    }

    .pv_top .pv_detail {
        margin-bottom: 40px;
    }

    .pv_top .pv_detail li {
        padding: 0 5%;
    }

    .pv_top .pv_detail li .pv_txt {
        font-size: 19px;
    }

    .pv_top .dpimg {
        width: 94%;
        margin: 0 auto 20px;
    }

    .pv_mid {
        width: 100%;
        clear: both;
    }

    .pv_mid img {
        width: 94%;
    }

    .pv_bot img {
        width: 94%;
    }


    .pv_sub {
        width: calc(100% - 60px);
    }

    /*************************contact*********************/

    .ct_l {
        width: 45%;
        max-width: 600px;
        min-height: 540px;
        background: url(../img/contact/contact_img.jpg) no-repeat top left;
        float: left;
    }

    .ct_r {
        width: 50%;
        padding-top: 80px;
    }

    .ct_r .fs16 {
        margin: 30px 0;
    }

    .ct_r .cont_bx {
        margin-bottom: 30px;
    }

    .ct_r .cont_bx:last-child {
        margin-bottom: 0;
    }

    .ct_r .cont_bx p {
        font-size: 12px;
        color: #787878;
        letter-spacing: 5;
        text-transform: uppercase;
    }

    .ct_r .cont_bx a {
        font-size: 25px;
        color: #222222;
        font-weight: bolder;
    }

    .pv_m_boxs img {
        width: calc(50% - 10px);
    }


}






/**************************************************/
/**********************MOBILE**********************/
/**************************************************/
@media (max-width: 768px) {

    /*common*/
    body {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        overflow: hidden;

    }

    #s_header #nav {
    width:calc(100% - 40px);
    margin: 20px auto 0;
}
  /*  #s_header #nav h1 {
        left: 20px;
        top: 20px;
        width: 40px;
    }*/

    /*sub_common*/
    .subtitle {
        height: 350px;
        margin-bottom: 50px;
    }

    .subtit1 {
        background: url(../img/about/subtitle_mob.jpg) no-repeat top center;
    }

    .subtit2 {
        background: url(../img/port/subtitle_mob.jpg) no-repeat top center;
    }

    .subtit3 {
        background: url(../img/contact/subtitle_mob.jpg) no-repeat top center;
    }

    h3.conTit3 {
        font-size: 20px;
        padding-top: 10px;
        margin-bottom: 15px;
    }

    h3.conTit3:before {
        width: 30px;
    }



    .subtitle .sub_txt {
        /*    width:50%;*/
        max-width: 285px;
    }

    .subtitle .subtit_p {
        font-size: 14px;
        width: 60%;
    }

    /**************************about*****************************/
    .ap_top {
        width: 100%;
        clear: both;
        position: relative;
        overflow: hidden;
        min-height: 1430px;
    }

    .ap_top .ap_pro {
        padding: 40px;

        background: #fff;
        position: absolute;
        top: 500px;
        left: 50%;
        z-index: 9;
        width: 92%;
        transform: translateX(-50%);
    }

    .ap_top .ap_name {
        margin-bottom: 25px;
        width: 80%;
    }

    .ap_top .ap_img {
        width: 100%;
        height: 550px;
        background: url(../img/about/ab_top.jpg) no-repeat 20% 10%;
    }

    .ap_top .ap_pro .ap_info {
        margin-top: 20px;
    }

    .ap_top .ap_pro .ap_info .ap_info_l {
        width: 30%;
        line-height: 30px;
    }

    .ap_top .ap_pro .ap_info .ap_info_r {
        line-height: 30px;
    }

    .ap_mid {
        width: 92%;
        position: absolute;
        top: 840px;
        left: 50%;
        transform: translateX(-50%);
    }

    .ap_mid .ap_mid_bx {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }

    .ap_mid .ap_mid_bx .ap_mid_tit {
        font-size: 23px;
        line-height: 30px;
        color: #000;
        font-weight: bolder;
        width: 100%;
        float: left;
        min-height: 20px;
        padding-bottom: 20px;
    }

    .ap_mid .ap_mid_bx .ap_m_cont {
        float: left;
        border-left: 0;
        padding-left: 0;
        margin-left: 0;
        box-sizing: border-box;
        min-height: auto;
        width: 100%;
    }

    .ap_mid .ap_mid_bx .ap_m_cont .ap_m_p {
        margin-bottom: 20px;
    }

    .ap_mid .ap_mid_bx .ap_m_cont .ap_m_p b {
        margin-right: 0;
        width: 20%;
    }

    .ap_mid .ap_mid_bx .ap_m_cont .ap_m_p p {
        float: right;
        width: 70%;
    }

    .content .ab_bot {
        top: 1550px;
        width: 96%;
        left: 50%;
        transform: translateX(-50%);
    }

    .midImg {
        margin-top: 1000px;
    }

    .skills {
        padding: 70px 0;
    }

    .skills .skill_bx {
        width: 90%;
        margin: 50px auto 0;
    }

    .skills .skill_bx li {
        width: 100%;
        margin-bottom: 20px;
    }


    .skills .skill_bx li .sk_r p {
        font-size: 15px;

    }

    .logo {
        width: 100%;
        clear: both;
        overflow: hidden;
        background: url(../img/about/ab_bg.jpg);
        padding-bottom: 40px;
    }

    .logo .logo_l {
        float: left;
        padding-left: 0;
        padding-top: 20%;

        width: 100%;
        *zoom: 1;
        display: inline-block;
        *display: inline;
        text-align: center;
    }

    .logo .logo_l .logo_tit {
        margin: 0 auto;
        display: block;
    }

    .logo .logo_l p {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        width: 85%;
        margin: 0 auto 25px;
        word-break: keep-all;
    }

    .logo .logo_l .bkline {
        width: 20px;
        height: 1px;
        background: #222;
        margin: 20px auto;
    }

    .logo .logo_l a:after {
        content: "";
        display: block;
        clear: both;
    }

    .logo .logo_l a {
        display: inline-block;
        #float: left;
        padding: 15px 25px;
        border: 1px solid #222;
        border-radius: 30px;
        transition: all 0.4s;
        margin-right: 10px;
    }


    .logo .logo_r {
        float: left;
        width: 90%;
        min-width: auto;
        margin-left: 1%;
        margin-top: 50px;
    }

    /*************************portfolio*********************/

    .port_bx {
        clear: both;
        width: 100%;
    }

    .port_bx .port_list2 {
        width: 100%;
        margin: 0 auto;
        transition: all 0.3s;
        justify-content: center;
    }

    .port_bx .port_list2 li {
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
        position: relative;
        margin-right: 0;
    }

    .port_bx .port_list2 li .port_img {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .port_bx .port_list2 li .port_img .dpimg {
        width: 100%;
        max-width: 100%;
        transition: all 0.3s;

    }

    .port_bx .port_list2 li .port_img .port_more {
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        display: block;
        opacity: 0;
        transition: all 0.3s;
    }

    .port_bx .port_list2 li .port_img .port_more img {
        display: block;
        width: 89px;
        height: 89px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .port_bx .port_list2 li:nth-of-type(3n) {
        margin-right: 0;
    }


    .port_bx .port_list2 li:hover .dpimg {
        transform: scale(1.1);
        /*  default */
        -webkit-transform: scale(1.1);
        /*  크롬 */
        -moz-transform: scale(1.1);
        /* FireFox */
        -o-transform: scale(1.1);
        /* Opera */
    }

    .port_bx .port_list2 li:hover .port_more {
        opacity: 1;
    }

    .port_bx .port_list2 li .port_txt {
        width: 100%;
        padding: 20px 10px;

    }

    .port_bx .port_list2 li .port_txt .ltgr {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-align: center;
        color: #777;
    }

    .port_bx .port_list2 li .port_txt .fs17 {
        font-size: 17px;
        text-transform: uppercase;
        text-align: center;
        color: #222;
        font-weight: bold;
    }


    /*port_view*/
    .pv_tit {
        height: 400px;
        background-size: cover;
    }

    .pv_tit .pvbx {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        min-height: 70px;
    }


    .pv_tit .pvbx a {
        width: 10%;
        height: 20px;
        line-height: 20px;
        letter-spacing: 0.2em;
        transition: all 0.3s;

        color: #ffff;
        text-transform: uppercase;
    }

    .pv_tit .pvbx .pv_prev {
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        left: 3%;
        padding-top: 25px;
        padding-left: 0;
        background: url(../img/port/prev_arrow.png) no-repeat top left;
    }

    .pv_tit .pvbx .pv_prev:hover {
        background: url(../img/port/prev_arrow.png) no-repeat top left;
    }

    .pv_tit .pvbx .pv_next {
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        right: 3%;
        padding-top: 25px;
        padding-left: 0;
        background: url(../img/port/next_arrow.png) no-repeat top right;
    }

    .pv_tit .pvbx .pv_next:hover {
        background: url(../img/port/next_arrow.png) no-repeat top right;
    }



    .pv_tit .pvbx .pv_title p {
        font-size: 13px;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        text-align: center;
        color: #ccc;
        margin-bottom: 8px;
    }




    .pv_cont {
        padding-bottom: 50px;
    }

    .pv_cont .detail_bx .vt_line {
        height: 50px;
    }

    .pv_top_2022 {
        margin-bottom: 0;
        padding-bottom: 0 !important;
        box-shadow: none;
        width: 100%;
    }

    .pv_top .detail_bx {
        margin-bottom: 30px;
    }

    .pv_top {
        width: 96%;
        padding-bottom: 30px;
    }

    .pv_top .fs35 {
        font-size: 25px;
        line-height: 25px;
        word-break: keep-all;
    }

    .pv_top .fs16 {
        font-size: 14px !important;
        color: #525252;
        text-align: center;
        width: 75%;
        word-break: keep-all;
        margin: 30px auto;
    }

    .pv_top .pv_detail li {
        display: inline-block;
        #float: left;
        background: url(../img/port/view/grbar.jpg) no-repeat center right;
        padding: 0 4%;
        margin-bottom: 15px;
    }

    .pv_top .pv_detail li:last-child {
        background: none;
    }

    .pv_top .pv_detail li .pv_cate {
        font-size: 11px;
    }

    .pv_top .pv_detail li .pv_txt {
        font-size: 16px;
    }

    .pv_top .dpimg {
        margin: 0 auto 30px;
    }

    .pv_top .goto_btn {
        font-size: 12px;
        width: 190px;
        height: 60px;
        line-height: 60px;
        padding-left: 40px;

        background: url(../img/arrow_bk.png) no-repeat 130px 50%;
    }

    .pv_top .goto_btn:hover {
        background: #222 url(../img/arrow.png) no-repeat 145px 50%;
    }

    .pv_sub {
        width: calc(100% - 20px);
    }

    .pv_tit .closebtn {
        width: 50px;
    }

    .conTit3+.pv_m_box {
        margin-bottom: 50px;
    }

    .pv_m_boxs img {
        width: 100%;
        margin-bottom: 20px;
    }

    /****************************contact***********************/
    .ct_l {
        width: 100%;
        max-width: auto;
        height: 310px;
        min-height: 310px;
        background: url(../img/contact/contact_img.jpg) no-repeat top center;
        background-size: cover;
        float: none;
    }

    .ct_r {
        width: 100%;
        float: none;
        padding-top: 40px;

    }

    .ct_r img {
        display: block;
        margin: 0 auto;
        width: 35%;
        max-width: 163px;
    }

    .ct_r .fs16 {
        font-size: 14px;
        line-height: 25px;
        margin: 30px 0;
        text-align: center;
    }

    .ct_r .cont_bx {
        margin-bottom: 30px;
        width: 50%;
        float: left;
    }

    .ct_r .cont_bx:last-child {
        margin-bottom: 0;
    }

    .ct_r .cont_bx p {
        font-size: 12px;
        color: #787878;
        letter-spacing: 5;
        text-transform: uppercase;
        text-align: center;
    }

    .ct_r .cont_bx a {
        font-size: 16px;
        text-align: center;
        display: block;
        width: 100%;
        margin: 0 auto;
        word-break: break-all;
        line-height: 25px;
    }



}