/* 공통 */
#c1_wrap .c_inner {width: 1300px; margin:0 auto; position: relative; }
#c1_wrap .wh {color:#fff !important; }
#c1_wrap .c_title {font-size: 55px; font-weight: 600; text-transform: uppercase; color:#000; letter-spacing: 1.4px; font-family: 'Poppins', sans-serif;}
#c1_wrap .c_title::after {content: ''; display: inline-block; width: 10px; height: 10px; border-radius: 50%; background: #eb6101;
margin-left: 10px;}
#c1_wrap .c_p {font-size: 17px; font-weight: 300; color:#dcdcdc; line-height: 30px; word-break: keep-all; }


/*Content CSS*/
#c1_wrap {position: relative; padding:150px 0; text-align: left; background: url('../img/c1_bg.jpg') 50% 50% no-repeat; background-size: cover;
z-index: 3;}
#c1_wrap .c_p {margin:30px 0 50px;}
/* c1_btn */
#c1_wrap .c_btn a {display: block; width: 260px; height: 60px; line-height: 60px; background: rgba(255,255,255,.2); transition: all .3s ease;
text-align: center; font-size: 15px; font-weight: 300; color:#fff; text-transform: uppercase; }
#c1_wrap .c_btn a img {margin-left: 15px; transition: all .4s ease; }
#c1_wrap .c_btn a:hover {background: #eb6101; }
#c1_wrap .c_btn a:hover img {transform: rotate(180deg);}
/* 손이미지 */
#c1_wrap .hand {position: absolute; right: 0; top: -110px; max-width: 50%;}
#c1_wrap .hand img {max-width: 100%;}

/* c1_nav */
#c1_wrap .main_nav_wr {height: 100%; background:transparent;}
#c1_wrap .main_nav li span {height: 55px; left: -18px;}


@media screen and (max-width:1700px) {
    #c1_wrap .hand {top: -50px;}
}

@media screen and (max-width:1300px) {
    /* 공통 */
    #c1_wrap .c_inner {width: 100%; padding:0 50px; }

    /* content */
    #c1_wrap {text-align: center; }
    #c1_wrap .hand {display: none;}
    #c1_wrap .c_btn a {margin:0 auto;}

}
@media screen and (max-width: 1024px) {
    /* 공통 */
    #c1_wrap {padding:90px 0;}
    #c1_wrap .c_inner {padding:0 30px; }
    #c1_wrap .c_title {font-size: 40px;}
    #c1_wrap .c_p {line-height: 24px; font-size: 14px;}

    /* content */
    #c1_wrap .c_btn a {font-size: 13px;}


}


@media screen and (max-width: 640px) {
    /* 공통 */
    #c1_wrap {padding: 60px 0;}
    #c1_wrap .c_inner {padding:0 15px; }

    /* content */
    #c1_wrap .c_p br {display: none; }

}
@media screen and (max-width: 480px) {
    /* 공통 */

    /* content */


}
