
/* 공통 */
/* .layout { width:1300px; margin:0 auto; } */
/* .se_con { padding:100px 0; } */

.main_title { line-height: 1; }
.main_title .sub { padding:0 0 18px 7px; font-size:17px; color:#006cb7; font-family: 'Montserrat'; text-transform: uppercase; }
.main_title .sub .ico { display: inline-block; position:relative; width:7px; height:7px; margin-right:15px; border-radius: 50%; background:#006cb7; vertical-align: 3px; }
.main_title .sub .ico::before { content:""; position:absolute; left:-4px; top:-4px; width:15px; height:15px; border-radius: 50%;
background:#006cb7; opacity: .4; }
.main_title .txt { font-size:43px; color:#000; font-family: 'NanumSquare'; font-weight: 300; text-transform: uppercase; word-break: keep-all; }

.btn_more { display: inline-block; width:135px; padding-bottom: 10px; font-size:15px; color:#006cb7; font-weight: 500;
    transition: all .3s; font-family: 'Montserrat'; background:url('../img/btn_more.png') no-repeat left bottom / 90% auto; }
/* .c1_wrap .btn_more { margin-top: 60px; transition: all .5s; }
.c1_wrap .btn_more:hover { transform: translateX(50%); } */
.view_more { font-size:14px; color:#006cb7; font-weight:500; font-family: 'Montserrat';}

.bu_arrow { display: inline-block; position: relative; width: 20px; height: 1px; background: #006cb7; margin:2px 0 0 10px;
    transition: all .3s; }
.bu_arrow:after { content:""; position: absolute; top: -3px; width: 8px; right: 0; height: 1px; background: #006cb7;
    transform: rotate(43deg); transition: all .3s ease; }

#c2_wrap .c_inner {width: 1300px; margin:0 auto; position: relative; }
#c2_wrap .c_title h2 {font-size:24px ;font-weight: 700; color:#2458ff; font-family: 'Montserrat'; position: relative; padding-left: 33px; }
#c2_wrap .c_title h2::before {content: ''; display: block ;width: 20px; height: 3px; background-color: #2458ff; position: absolute; left: 0; top:12px;}
#c2_wrap .c_title h1 {font-size:40px; font-weight: 800; color:#000; font-family: 'NanumSquare',sans-serif; margin-top: 30px;  padding-left: 33px;}
#c2_wrap .c_title.wh h1 {color:#fff; }

/*Content CSS*/
#c2_wrap { position: relative; padding:100px 0 20px; z-index: 2; overflow: hidden; }
#c2_wrap::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 535px;
background: url('../img/c2_bg.jpg') no-repeat 50% 100%; background-size:cover; background-attachment: fixed; }
#c2_wrap .flex {display: flex; justify-content: space-between; }

#c2_wrap .head { padding-top: 60px; }
#c2_wrap .main_title .txt { color:#fff; }
#c2_wrap .head p { font-size:17px; font-weight: 300; line-height: 32px; color:#fff; font-family: 'NanumSquare',sans-serif;
margin-top: 40px; word-break: keep-all; }

#c2_wrap .list { display: flex;}
#c2_wrap .list li { width: 395px; }
#c2_wrap .list li:last-child { margin-left: 30px;}
#c2_wrap .list li a { display: block; position: relative; width: 100%; height: 540px; background-color:#fff; border:1px solid #ddd;}
#c2_wrap .list li a .img { display: flex; align-items: center; justify-content: center; height: 297px; width: 100%; }
#c2_wrap .list li a .txt { text-align: center; }
#c2_wrap .list li a .txt h2 { font-size:22px ;font-weight: 800; color:#000; font-family: 'NanumSquare',sans-serif; }
#c2_wrap .list li a .txt p { font-size:15px; font-weight: 300; color:#666; margin-top: 20px; line-height: 26px; }

#c2_wrap .list li a .view_more { position:relative; display: flex; align-items: center; justify-content: center; width: 200px;
    height: 45px; margin:40px auto 0; border:1px solid #006cb7; z-index: 2; transition: all .3s; }
#c2_wrap .list li a .view_more::before { content: ""; position: absolute; left: 0; top: 0; width:0; height: 100%;
    transition: all .5s; background: #006cb7; z-index: -1; }

#c2_wrap .list li:hover a .view_more { color:#fff; }
#c2_wrap .list li:hover a .view_more::before { width:100%; }
#c2_wrap .list li:hover a .view_more span { background:#fff; }
#c2_wrap .list li:hover a .view_more span::after { background:#fff; }


@media screen and (max-width: 1400px) {
    #c2_wrap .c_inner { width:100%; padding:0 40px; }
    #c2_wrap .flex { justify-content:center; }
    #c2_wrap .head { padding-left: 40px; }
    #c2_wrap .head p br { display: none; }
    #c2_wrap .list li { width: 320px; }
}

@media screen and (max-width: 1150px) {
    #c2_wrap .main_title .sub { font-size:16px; }
    #c2_wrap .main_title .txt { font-size:38px; }
    #c2_wrap .list li:last-child { margin-left: 20px;}
    #c2_wrap .list li { width: 300px; }

}

@media screen and (max-width: 1024px) {
    #c2_wrap { padding:80px 0 20px;  text-align: center; }
    #c2_wrap .c_inner { width:100%; padding:0 30px; }
    #c2_wrap::before { bottom:0; height: 420px; background-attachment:inherit; }
    #c2_wrap .flex { flex-direction: column; }
    #c2_wrap .head { order: 1; padding-left: 0; padding-top: 0; }
    #c2_wrap .head p { margin-top: 30px; }

    #c2_wrap .list { order: 2; margin-top: 40px; justify-content: center; flex-wrap: wrap; }
    #c2_wrap .list li { width:100%; }
    #c2_wrap .list li:last-child { margin-left:0; margin-top: 20px; }
    #c2_wrap .list li a { height: 320px; }
    #c2_wrap .list li a .img { height: 130px; }
    #c2_wrap .list li a .img img { transform: scale(.8); }

    #c2_wrap .list li a .view_more { height: 40px; margin:25px auto; }

}

@media screen and (max-width: 640px) {
    #c2_wrap .c_inner { padding:0 20px; }
    #c2_wrap .main_title .sub { font-size:15px; }
    #c2_wrap .main_title .txt { font-size:33px; }


}
