/* 공통 */
.bg_gray { background: #f5f5f5; }
.bg_brw1 { background: #bf8c50; }
.bg_brw2 { background: #8d7d6f; }
.bg_brw3 { background: #888888; }
.main_container { padding: 70px 0; width: 100%; max-width: 1200px; margin: auto; }
.main_container > h4 { font-size: 30px; text-align: center; letter-spacing: -1px; line-height: 40px }
.main_container > h5 { font-size: 16px; font-weight: 300; color: #888888; text-align: center; }


/* swiper slider */
.main_img_slider { position: relative; width: 100%; height: 630px; transition: height 0.2s ease-in-out; }
.main_img_slider .swiper-slide { display: flex; justify-content: flex-start; align-items: center; background-position: center; background-repeat: no-repeat; background-size: cover; }
.main_img_slider > div > div > div >  p { word-break: keep-all; color: rgba(297,297,297,0.5); font-size: 18px; font-weight: 300; }
.main_img_slider > div > div > div >  p::before { display: block; content: ''; width: 1px; height: 25px; border-left: 1px solid #ffffff; transform: rotate(45deg); margin: 10px 0 10px 12px; }
.main_img_slider > div > div > div >  h4 { color: #fff; font-size: 60px; font-weight: 600; line-height: 63px; letter-spacing: -1px; margin-bottom: 13px; }
.main_img_slider > div > div > div >  h5 { font-size: 41px; font-weight: 300; letter-spacing: -2.5px; color: #ffffff; }
.main_img_slider .slide1 { width: 100%; max-width: 1200px; padding: 0 10px; margin: auto; }
.swiper-pagination { bottom: 20px !important; }
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 12px 7px !important }
.swiper-pagination-bullet { width: 15px !important; height: 15px !important; background: rgba(297,297,297,0.9) !important; opacity: 1 !important; border: rgba(297,297,297,0.9) !important;}
.swiper-pagination-bullet-active { background: #1875d8 !important; border: none !important; }
/* } */

/* 컨텐츠 */
.content01 > ul { width: 100%; display: flex; justify-content: space-between;  }
.content01 > ul > li { width: 31% }
.content01 > ul > li:last-child { width: 26%; background: #ffffff; }
.content01 > ul > li > .lat, .content01 > ul > li .lat_title { background: transparent; border: none; }
.content01 > ul > li > .lat .lt_more { font-size: 18px; font-weight: 600; color: #000000; }
.content01 > ul > li > .lat h2 { font-size: 30px; margin-bottom: 10px; letter-spacing: -1.5px }
.content01 > ul > li:nth-of-type(1) > .lat .lat_title a { color: #1875d8; }
.content01 > ul > li:nth-of-type(2) > .lat .lat_title a { color: #705b53; }
.content01 > ul > li:last-child > ol { display: flex; justify-content: space-between; padding: 40px 10px; }
.content01 > ul > li:last-child > ol > li { width: 50%; height: 100%; }
.content01 > ul > li:last-child > ol > li:hover { cursor: pointer; }
.content01 > ul > li:last-child > ol > li > p { display: flex; justify-content: center; align-items: center; margin: auto; width: 80px; height: 80px; border-radius: 80px; background: #f4f4f4; }
.content01 > ul > li:last-child > ol > li > h5 { font-size: 18px; margin: 10px 0 12px; font-weight: 500; text-align: center; }
.content01 > ul > li:last-child > ol > li > h5 > span { display: block; font-size: 12px; font-weight: 400; letter-spacing: 0; color: #7cade3; }
.content01 > ul > li:last-child > ol > li:last-child { border-left: 1px solid #dddddd; }
.content02 > div { display: flex; justify-content: space-between; }
.content02 > div > div { padding: 40px; width: 25%; height: 600px; position: relative; display: flex; align-items: flex-end; justify-content: flex-end; }
.content02 > div > div > img { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1 }
.content02 > div > div h4 { text-align: right; color: #ffffff; font-size: 32px; font-weight: 700; letter-spacing: -1.5px; line-height: 33px; }
.content02 > div > div p { text-align: right; color: rgba(297,297,297,0.55); font-size: 14px; letter-spacing: -.5px; margin-top: 20px; }
.content02 > div > div a { text-align: right; margin-top: 10px; display: block; color: #ffffff; font-style: italic; font-size: 14px; font-weight: 300; letter-spacing: 0 }
.content02 > div > ul { width: 75%; display: flex; justify-content: space-between; flex-flow: row wrap; }
.content02 > div > ul > li:nth-of-type(1),
.content02 > div > ul > li:nth-of-type(4) { width: 34%; } 
.content02 > div > ul > li:nth-of-type(2),
.content02 > div > ul > li:nth-of-type(3) { width: 66%; }
.content02 > div > ul > li { position: relative; height: 300px; }
.content02 > div > ul > li > img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1 } 
.content02 > div > ul > li h4 { color: #ffffff; font-size: 32px; font-weight: 700; letter-spacing: -1.5px; line-height: 33px; }
.content02 > div > ul > li p { color: rgba(297,297,297,0.55); font-size: 14px; letter-spacing: -.5px; margin-top: 20px; }
.content02 > div > ul > li a { margin-top: 10px; display: block; color: #ffffff; font-style: italic; font-size: 14px; font-weight: 300; letter-spacing: 0 }
.content02 > div > ul > li:nth-of-type(1) > h4::after { display: block; content: ''; margin: 8px 0 0; width: 35px; height: 3px; background: #1875d8; }
.content02 > div > ul > li:nth-of-type(1) > h4 { color: #000000; }
.content02 > div > ul > li:nth-of-type(1) > p { font-size: 15px; color: #777777; }
.content02 > div > ul > li:nth-of-type(1) > a { margin-top: 25px; color: #1875d8; letter-spacing: 0; font-size: 13px; font-style: italic; text-align: center; width: 170px; height: 50px; line-height: 50px; border: 1px solid #1875d8; display: block; }
.content02 > div > ul > li:nth-of-type(2) { background: #1875d8; display: flex; justify-content: center; align-items: center; }
.content02 > div > ul > li:nth-of-type(2) > ol { width: 100%; max-width: 470px; margin: auto; display: flex; justify-content: space-between; }
.content02 > div > ul > li:nth-of-type(2) > ol > li { width: 47%; }
.content02 > div > ul > li:nth-of-type(2) > ol > li:nth-of-type(1) { display: flex; align-items: flex-end; }
.content02 > div > ul > li:nth-of-type(2) > ol > li h4 { text-align: right; }
.content02 > div > ul > li:nth-of-type(2) > ol > li p { text-align: right; }
.content02 > div > ul > li:nth-of-type(2) > ol > li a { text-align: right; }
.content02 > div > ul > li:nth-of-type(2) > ol > li > ol { padding-left: 30px; }
.content02 > div > ul > li:nth-of-type(2) > ol > li > ol > li { position: relative; color: #ffffff; font-size: 20px; font-weight: 300; height: 50px; display: flex; align-items: center; }
.content02 > div > ul > li:nth-of-type(2) > ol > li > ol > li:hover { cursor: pointer; }
.content02 > div > ul > li:nth-of-type(2) > ol > li > ol > li > b { margin-right: 14px; font-size: 20px; font-weight: bold; letter-spacing: -2px; color: #07509d; }
.content02 > div > ul > li:nth-of-type(2) > ol > li > ol > li > b::after { margin-left: 15px; display: inline-block; content: ''; width: 1px; height: 17px; border-right: 1px solid rgba(297,297,297,0.25); }
.content02 > div > ul > li:nth-of-type(2) > ol > li > ol > li > span { font-size: 16px; color: rgba(297,297,297,0.3); position: absolute; top: 14.5px; right: 0; }
.content02 > div > ul > li:nth-of-type(3) { padding: 40px; display: flex; align-items: flex-end; }
.content02 > div > ul > li:nth-of-type(4) { display: flex; justify-content: center; align-items: center; }
.content02 > div > ul > li:nth-of-type(4) h3 { font-size: 23px; font-weight: 400; font-style: italic; letter-spacing: -1px; text-align: center; line-height: 29px }
.content02 > div > ul > li:nth-of-type(4) h3 > b { display: block; font-size: 35px; }
.content02 > div > ul > li:nth-of-type(4) h3 > b:nth-of-type(2) { transform: rotate(180deg); }
.content02 > div > ul > li:nth-of-type(4) h3 > span { color: #1875d8; }

