/* common */
#c1_wrap .c_inner { padding: 0 50px; margin: 0 auto; max-width: 1600px; width: 100%; }
#c1_wrap .c_tit em { font-style: normal;  font-size: 24px; font-weight: 600; letter-spacing: -.48px; color:#bf9025; margin-bottom: 20px; }

/* font size */
#c1_wrap .fs_36 {font-size: 36px; font-weight :700; line-height: 1.39; letter-spacing: -.72px;}
#c1_wrap .fs_34 {font-size: 34px; font-weight:500; line-height: 1.3; }
#c1_wrap .fs_33 {font-size: 33px; font-weight:700; line-height: 1.3; letter-spacing: -.66px; }
#c1_wrap .fs_32 {font-size: 32px; font-weight:700; line-height: 1.3;  }
#c1_wrap .fs_30 {font-size: 30px; font-weight:700; line-height: 1.3; letter-spacing: -.6px; }
#c1_wrap .fs_27 {font-size: 27px; font-weight:700; line-height: 1.3; letter-spacing: -.54px; }
#c1_wrap .fs_26 {font-size: 26px; font-weight:700; line-height: 1.3;  }
#c1_wrap .fs_25 {font-size: 25px; font-weight:700; line-height: 1.3;  }
#c1_wrap .fs_24 {font-size: 24px; font-weight:700; line-height: 1.4; letter-spacing: -.46px;}
#c1_wrap .fs_23 {font-size: 23px; font-weight:700; line-height: 1.4; letter-spacing: -.46px;}
#c1_wrap .fs_22 {font-size: 22px; font-weight:600; line-height: 1.4; letter-spacing: -.44px; }
#c1_wrap .fs_21 {font-size: 21px; font-weight:600; line-height: 1.67; letter-spacing: -.42px; }
#c1_wrap .fs_20 {font-size: 20px; font-weight:400; line-height: 1.67; letter-spacing: -.4px; }
#c1_wrap .fs_19 {font-size: 19px; font-weight: 400; line-height: 1.67; }
#c1_wrap .fs_18 {font-size: 18px; font-weight: 400;  line-height: 1.83; letter-spacing: -.36px; color:#333; }
#c1_wrap .fs_17 {font-size: 17px; font-weight: 400; line-height: 1.72; }
#c1_wrap .fs_16 {font-size: 16px; font-weight: 400;  line-height: 1.72; }
#c1_wrap .fs_15 {font-size: 15px; font-weight: 400;  line-height: 1.72; }


/* btn */
#c1_wrap .c_btn {width: 237px; height:57px; display: flex; align-items: center; justify-content: space-between; color: #fff; font-size: 18px; padding:0 20px;
font-weight: 700; overflow: hidden; z-index: 1; position: relative; background:#bf9025;  transition: all .3s; pointer-events: auto;  }
#c1_wrap .c_btn .arrow {transition: all .3s; display: block; width: 21px; height: 15px; background:url("../img/c_btn_arrow.png") 50%/contain no-repeat;
position: relative; }
#c1_wrap .c_btn:hover {background-color: #000; }
#c1_wrap .c_btn:hover .arrow { transform: translateX(5px);}


/* c1 */
#c1_wrap {position: relative; z-index:4; overflow: hidden;}
#c1_wrap .txt_area  {position:relative; z-index: 3;  padding: 180px 0 190px; width: 56.61%; padding-right: 50px; background:url("../img/c1_bg.png") 72% 65% no-repeat #fff;}
#c1_wrap .txt_area h2 span {color:#bf9025; }
#c1_wrap .txt_area h3 {margin:55px 0 20px;}
#c1_wrap .txt_area p { line-height: 2; margin-bottom: 50px; color:#333; }


#c1_wrap .pic_area {position: absolute; right: 0; top:0; width: 43.39%; z-index: 4; max-width: 833px; height: 100%; }
#c1_wrap .pic_list {height: 100%; width: 100%;}
#c1_wrap .pic_list > li {height: calc(100% / 5); width: 100%; }
#c1_wrap .pic_list a {display: block; width: 100%; height: 100%; position: relative;}
#c1_wrap .pic_list a::before {content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.7);
opacity: 0; transition: all .3s; z-index: 2;}
#c1_wrap .pic_list a > img {width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 1;}
#c1_wrap .pic_list .hv_box {display: flex; align-items: flex-end; justify-content: flex-start; width: 358px; height: 100%; background: #bf9025;
position: absolute; left: 0; top:0; transition: all .4s; padding: 0 0 33px; opacity: 0; z-index: 3;}
#c1_wrap .pic_list .hv_box p {display: inline-block; padding: 0 27px 10px 97px; border-bottom: 3px solid #fff; color:#fff;}
@media screen and (min-width: 1025px) {
    #c1_wrap .pic_list a:hover .hv_box {opacity: 1; left: -89px; }
    #c1_wrap .pic_list a:hover::before {opacity: 1; }
}











@media screen and (max-width: 1600px) {
    /* common */
    #c1_wrap br:not(.space) {display: none;}
    #c1_wrap .txt_area {padding: 130px 0; padding-right: 50px;}
    @media screen and (min-width: 1025px) {
        #c1_wrap .txt_area p {font-size: 17px; }
    }


}

@media screen and (max-width: 1024px) {
    /* common */
    #c1_wrap {padding: 0; text-align: center;}
    #c1_wrap .c_inner {padding:0 30px;}
    #c1_wrap .c_tit em {font-size:18px; margin: 0 0 15px;}
    /* font size */
    #c1_wrap .fs_36 {font-size:30px; }
    #c1_wrap .fs_34 {font-size: 27px;}
    #c1_wrap .fs_33 {font-size: 26px;}
    #c1_wrap .fs_32 {font-size: 26px;}
    #c1_wrap .fs_30 {font-size: 25px;}
    #c1_wrap .fs_26 {font-size: 21px;}
    #c1_wrap .fs_25 {font-size: 21px;}
    #c1_wrap .fs_24 {font-size: 20px;}
    #c1_wrap .fs_23 {font-size: 19px;}
    #c1_wrap .fs_22 {font-size: 19px;}
    #c1_wrap .fs_21 {font-size: 18px; line-height: 1.4;}
    #c1_wrap .fs_20 {font-size: 17px; line-height: 1.65;}
    #c1_wrap .fs_19 {font-size: 17px; line-height: 1.65;}
    #c1_wrap .fs_18 {font-size: 16px; line-height: 1.65;}
    #c1_wrap .fs_17 {font-size: 15px; line-height: 1.65;}
    #c1_wrap .fs_16 {font-size: 14px; line-height: 1.65;}
    #c1_wrap .fs_15 {font-size: 13px; line-height: 1.65;}
    /* c_btn */
    #c1_wrap .c_btn {width: 100%; height: 40px; padding: 0 20px; font-size: 14px; }

    /* c1 */
    #c1_wrap .txt_area {padding: 70px 0 70px; width: 100%;}
    #c1_wrap .txt_area h3 {    margin: 25px 0 15px;}
    #c1_wrap .c_btn {margin: 0 auto; }

    #c1_wrap .pic_area {width: 100%; max-width: 100%; position: static;}
    #c1_wrap .pic_list .hv_box {opacity: 1; height:50px; padding: 0; justify-content: center; align-items: center; width: 200px;}
    #c1_wrap .pic_list .hv_box p {padding: 0 ;border:0; font-size: 20px; }


}

@media screen and (max-width:640px) {
    /* common */
    /* #c1_wrap {padding: 50px 0;} */
    #c1_wrap .c_inner {padding:0 20px;}
    #c1_wrap .c_tit em {font-size:16px; margin: 0 0 10px;}
    /* font size */
    #c1_wrap .fs_36 {font-size:22px; }
    #c1_wrap .fs_34 {font-size: 21px;}
    #c1_wrap .fs_33 {font-size: 20px;}
    #c1_wrap .fs_32 {font-size: 20px;}
    #c1_wrap .fs_30 {font-size: 20px;}
    #c1_wrap .fs_26 {font-size: 18px;}
    #c1_wrap .fs_25 {font-size: 18px;}
    #c1_wrap .fs_24 {font-size: 17px;}
    #c1_wrap .fs_23 {font-size: 17px;}
    #c1_wrap .fs_22 {font-size: 17px;}
    #c1_wrap .fs_21 {font-size: 16px;}
    #c1_wrap .fs_20 {font-size: 15px;}
    #c1_wrap .fs_19 {font-size: 15px;}
    #c1_wrap .fs_18 {font-size: 14px;}
    #c1_wrap .fs_17 {font-size: 14px;}
    #c1_wrap .fs_16 {font-size: 13px;}
    #c1_wrap .fs_15 {font-size: 12px;}



    /* c1 */
    #c1_wrap .txt_area {padding: 50px 0;  background-size: 70% auto; }
    #c1_wrap .txt_area h3 {    margin: 20px 0 15px;}
    #c1_wrap .txt_area p {margin: 0 0 40px; }

    #c1_wrap .pic_list .hv_box { height:30px; width: 100px;}
    #c1_wrap .pic_list .hv_box p { font-size:15px; }


}
