@charset "utf-8";
/*
TITLE : 리스펙제대군인 (sub_공통)
WORKER : HSG
DATE : 2021.12.29
VERSION : Ver 1.0
- Ver 1.0 : 최초 작업.
*/
/* ****** HEADER ****** */
.outline { margin: 0 auto; width: 100%; height: 100%; max-width: 1280px; }
header { position: fixed; width: 100%; height: 60px; background-color: rgba(255,255,255,.7); z-index: 1000; }
header .main_head { position: relative; height: 60px; }
header .main_head:after { position: absolute; content:""; right: 0; top: 0; width: 50%; height: 100%; background-color: #231815; z-index: 10; }
header .main_head .outline { position: relative; display: flex; flex-flow: row; justify-content: flex-end; z-index: 1100; }
header .main_head .outline .home { position: absolute; top: 0; left: 0; padding: 5px 0 0; /* width: 170px; */ width: 140px; text-align: center; background-color: #fff; z-index: 2000; }
header .main_head .outline .home .logo { margin-bottom: 5px; width: 94%; height: auto; }
header .main_head .outline .issue { display: flex; flex-flow: row nowrap; align-items: center; background-color: #fff; display: none; }
header .main_head .outline .issue p { width: 50px; text-align: center; font-size: 26px; font-weight: 500; color: #231815; font-family: 'Poppins', sans-serif; }
header .main_head .outline .issue ul { width: calc(100% - 50px); }
header .main_head .outline .issue ul li { font-size: 12px; color: #231815; font-weight: 400; line-height: 16px; font-family: 'Poppins', sans-serif; text-align: left; }
/* main nav */
header .main_head .main_menu { display: flex; flex-flow: row nowrap; align-items: center; background-color: #231815; }
header .main_head .main_menu .nav { display: flex; flex-flow: row nowrap; padding: 0 20px 0 0; }
header .main_head .main_menu .nav li { position: relative; }
header .main_head .main_menu .nav > li:after { position: absolute; content: ""; left: 0; bottom: 0; width: 0; height: 2px; background-color: #fff; transition: width ease-out .3s; }
header .main_head .main_menu .nav > li:hover:after { width: 100%; }
header .main_head .main_menu .nav li > a { display: inline-block; padding: 0 30px; font-size: 17px; color: #fff; line-height: 60px; font-weight: 500; font-family: 'Poppins', sans-serif;/*  border: 1px solid blue;  */ letter-spacing: 0; }
header .main_head .main_menu .nav li .sub_menu { position: absolute; top: 60px; left: 0; padding-top: 0; width: 100%; transform: translateY(10px); height: 0px; overflow: hidden; opacity: 0; transition: opacity ease-in-out .5s, transform ease-in-out .5s; cursor: pointer; }
header .main_head .main_menu .nav li:hover > a + .sub_menu { padding-top: 10px; height: auto; overflow: visible; transform: translateY(0); opacity: 1; }
header .main_head .main_menu .nav li .sub_menu:after { position: absolute; content: ""; top: 0; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-top: 15px solid none; border-bottom: 15px solid #fff; border-right: 15px solid transparent; border-left: 15px solid transparent; z-index: 0;  }
header .main_head .main_menu .nav li .sub_menu li { position: relative; z-index: 10; }
header .main_head .main_menu .nav li .sub_menu li a { display: block; padding: 15px; font-size: 16px; color: #000; font-weight: 700; font-family: 'EliceBaeumR', sans-serif; line-height: 20px; letter-spacing: 0; background-color: #fff; transition: background-color ease-in-out .1s; }
header .main_head .main_menu .nav li .sub_menu li a:hover { background-color: #e9e9e9; }
/* search */
header .main_head .main_menu .search_wrap .in_wrap { position: relative; display: flex; flex-flow: row nowrap; border-bottom: 1px solid #fff; }
header .main_head .main_menu .search_wrap .in_wrap input { padding-right: 40px; width: 160px; background-color: transparent; border: none; border-radius: 0; outline: none; color: #fff; }
header .main_head .main_menu .search_wrap .in_wrap label { font-size: 0; color: transparent; }
header .main_head .main_menu .search_wrap .in_wrap button { position: absolute; right: 0; top: 0; width: 35px; height: 30px; line-height: 30px; padding-left: 20px; border: none; cursor: pointer; background-color: transparent; color: #fff; }
header .main_head .main_menu .search_wrap .in_wrap button i { font-size: 18px; transform: translateY(3px); }
/* hamburger btn */
header .main_head .btn_wrap { position: relative; padding: 24px 10px 10px; margin-left: 20px; width: 50px; height: 100%; background-color: #231815; cursor: pointer; z-index: 2000; }
header .main_head .btn_wrap .menu_btn { position: relative; width: 30px; height: 20px;  overflow: hidden; user-select: none;  }
header .main_head .btn_wrap .menu_btn .move { position: absolute; top: 0; left: 0; width: 60px; transition: left ease .15s; }
header .main_head .btn_wrap .menu_btn.on .move { left: -31px;  }
header .main_head .btn_wrap .menu_btn .bottom { position: absolute; left: 0; bottom: 0; width: 30px; height: auto; }
/* site map */
.site_map { position: fixed; top: 60px; right: -110%; width: 100%; height: calc(100vh - 60px); z-index: 1; background-color: #f9f9f9; transition: right ease-out .3s; }
.site_map.active { right: 0; }
.site_map .outline { position: relative; padding: 100px 20px 50px; overflow: hidden; overflow-y: auto; }
.site_map .outline .search_wrap { display: none; }
.site_map .outline .in_box { display: flex; flex-flow: row nowrap; justify-content: space-between; height: 100%; min-height: 700px; }
.site_map .outline .in_box li { padding: 10px 20px; width: calc(100% / 3 - 10px); opacity: 0; }
.site_map.active .outline .in_box li { animation: site_map_ani 1s forwards; }
.site_map.active .outline .in_box li:nth-child(1) { animation-delay: .2s; }
.site_map.active .outline .in_box li:nth-child(2) { animation-delay: .4s; }
.site_map.active .outline .in_box li:nth-child(3) { animation-delay: .6s; }
@keyframes site_map_ani {
    0% { opacity: 0; transform: translateY(50px); }
    100% { opacity: 1; transform: translateY(0); }
}
.site_map .outline .in_box li .img_wrap img { width: 80%; border-top-left-radius: 40px; border-bottom-right-radius: 20px; }
.site_map .outline .in_box li .category { padding-bottom: 0; font-size: 20px; font-weight: 400; line-height: 30px; letter-spacing: 0; font-family: 'Poppins', sans-serif; border-bottom: 1px solid; }
.site_map .outline .in_box li .category .icon { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); display: none; }
.site_map .outline .in_box li:nth-child(1) .category { color: #ea6175; border-color: #ea6175; }
.site_map .outline .in_box li:nth-child(2) .category { color: #00aa8f; border-color: #00aa8f; }
.site_map .outline .in_box li:nth-child(3) .category { color: #f39800; border-color: #f39800; }
.site_map .outline .in_box li dl dt { margin-bottom: 4px; font-size: 14px; font-weight: 700; color: #000; line-height: 20px; }
.site_map .outline .in_box li dl dd { line-height: 100%; }
.site_map .outline .in_box li dl dd a { display: block; font-size: 18px; font-weight: 400; color: #666; font-family: 'EliceBaeumR', sans-serif; line-height: 1.4; transition: color ease-out .3s; }
.site_map .outline .in_box li dl dd a:hover { color: #000; text-decoration: underline; }
.site_map .outline .in_box li dl dd a span { display: block; font-size: 0.8em; color: #000; }
/* ****** FOOTER ****** */
footer { padding: 50px 0 70px; background-color: #000; }
footer .outline { display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: flex-start; }
footer .outline .logo { width: 280px; text-align: left; }
footer .outline .logo img { width: 200px; }
footer .outline .col { padding-top: 10px; width: calc(100% - 640px); }
footer .outline .col li { color: #fff; line-height: 24px; letter-spacing: 0; font-family: 'gmarketSansL', sans-serif; }
footer .outline .link { display: flex; flex-flow: row wrap; justify-content: space-between; align-items: flex-start; padding-top: 5px; width: 360px; }
footer .outline .link .outlink { margin-bottom: 10px; width: 49%; }
footer .outline .link .outlink select { padding-left: 5px; width: 100%; border-radius: 0; border: none; background-color: #1547b9; color: #fff; cursor: pointer; }
footer .outline .link .outlink select option { font-weight: 300; cursor: pointer; }
footer .outline .link .issue { width: 49%; }
footer .outline .link .sns { display: flex; flex-flow: row nowrap; justify-content: flex-start; width: 100%; }
footer .outline .link .sns li { margin-right: 3px; width: 35px; height: 35px; background: url(../img/img_sns.png) no-repeat; }
footer .outline .link .sns li:last-child { margin-right: 0; }
footer .outline .link .sns li:nth-child(1) { background-position: 0 0; }
footer .outline .link .sns li:nth-child(2) { background-position: 0 -50px; }
footer .outline .link .sns li:nth-child(3) { background-position: 0 -100px; }
footer .outline .link .sns li:nth-child(4) { background-position: 0 -149px; }
footer .outline .link .sns li:nth-child(5) { background-position: 0 -199px; }
footer .outline .link .sns li:nth-child(6) { background-position: 0 -249px; }
footer .outline .link .sns li a { display: block; line-height: 35px; font-size: 0; color: transparent; }
@media all and (max-width: 1280px) {
    /* ****** HEADER ****** */
    .outline { padding: 0 20px; }
    header .main_head .outline .home { left: 20px; width: 160px; }
    header .main_head .outline .issue p { font-size: 24px;  }
    /* main nav */
    header .main_head .main_menu .nav { padding: 0 15px 0 0; }
    header .main_head .main_menu .nav li > a {  padding: 0 30px; }
    header .main_head .main_menu .nav li .sub_menu { top: 60px; }
    header .main_head .main_menu .nav li .sub_menu li a { font-size: 15px; }
    /* search */
    header .main_head .main_menu .search_wrap .in_wrap input { width: 150px; }
    header .main_head .main_menu .search_wrap .in_wrap button { width: 25px; line-height: 30px; padding-left: 10px; }
    /* site map */
    .site_map .outline .in_box { min-height: 600px; }
    .site_map .outline .in_box li .category { font-size: 18px; line-height: 28px; }
    .site_map .outline .in_box li dl dt { margin-bottom: 2px; font-size: 13px; }
    .site_map .outline .in_box li dl dd a {  font-size: 16px; line-height: 1.3; }
    /* ****** FOOTER ****** */
    footer { padding: 40px 0 60px; }
    footer .outline .logo { width: 240px; }
    footer .outline .logo img { width: 190px; }
    footer .outline .col { width: calc(100% - 560px); }
    footer .outline .link { width: 320px; }
    footer .outline .link .outlink select { font-size: 15px; }
}
@media all and (max-width: 1024px) {
    /* ****** HEADER ****** */
    .outline { padding: 0 10px; }
    header {  height: 50px; }
    header .main_head {  height: 50px; }
    header .main_head .outline .home {  left: 10px; width: 140px; }
    header .main_head .outline .issue p {  font-size: 24px; }
    /* main nav */
    header .main_head .main_menu .nav { padding: 0 15px 0 0; }
    header .main_head .main_menu .nav li > a { padding: 0 25px; font-size: 16px; line-height: 50px; }
    header .main_head .main_menu .nav li .sub_menu { top: 50px; }
    header .main_head .main_menu .nav li .sub_menu li a {  padding: 12px; font-size: 15px; }
    /* search */
    header .main_head .main_menu .search_wrap .in_wrap input { width: 140px; }
    header .main_head .main_menu .search_wrap .in_wrap button { width: 25px;  line-height: 30px; padding-left: 10px; }
    /* hamburger btn */
    header .main_head .btn_wrap { padding: 17px 10px 10px; }
    /* site map */
    .site_map { top: 50px; height: calc(100vh - 50px); }
    .site_map .outline .in_box { min-height: 550px; }
    .site_map .outline .in_box li { padding: 10px 15px; width: calc(100% / 3 - 6px); }
    .site_map .outline .in_box li .category { font-size: 18px; line-height: 28px; }
    /* ****** FOOTER ****** */
    footer { padding: 40px 0 60px; }
    footer .outline .logo { width: 220px; }
    footer .outline .logo img { width: 180px; }
    footer .outline .col { width: calc(100% - 530px); }
    footer .outline .link { width: 310px; }
    footer .outline .link .outlink select { font-size: 15px; }
}
@media all and (max-width: 1023px) {
    /* ****** HEADER ****** */
    header .main_head:after { width: 50px; }
    header .main_head .outline .home { width: 130px; }
    header .main_head .outline .issue p { font-size: 22px; width: 40px; }
    header .main_head .outline .issue ul { width: calc(100% - 40px); }
    /* main nav */
    header .main_head .main_menu .nav {  display: none; }
    /* search */
    header .main_head .main_menu .search_wrap { display: none; }
    /* hamburger btn */
    header .main_head .btn_wrap { padding: 17px 10px 10px; margin-left: 10px; }
    /* site map */
    .site_map { top: 50px; width: 80vw; height: calc(100vh - 50px); }
    .site_map .outline { padding: 70px 20px 50px;  }
    .site_map .outline .search_wrap { display: block; position: absolute; top: 20px; right: 20px; width: 260px; }
    .site_map .outline .search_wrap .in_wrap { display: flex; flex-flow: row nowrap; border-bottom: 1px solid #000; }
    .site_map .outline .search_wrap .in_wrap input { padding-right: 30px; width: 260px; background-color: transparent; border: none; border-bottom: 1px solid #000; border-radius: 0; outline: none; color: #000; }
    .site_map .outline .search_wrap .in_wrap label { font-size: 0; color: transparent; }
    .site_map .outline .search_wrap .in_wrap button { position: absolute; right: 0; top: 0; width: 25px; height: 30px; line-height: 30px; padding-left: 10px; border: none; cursor: pointer; background-color: transparent; color: #000; }
    .site_map .outline .search_wrap .in_wrap button i { font-size: 17px; }
    .site_map .outline .in_box { flex-flow: row wrap; justify-content: flex-start; align-items: flex-start; height: auto; min-height: auto; }
    .site_map .outline .in_box li { padding: 10px 15px; width: 100%; }
    .site_map .outline .in_box li .img_wrap { display: none; }
    .site_map .outline .in_box li .sub_list { display: none; padding-left: 10px; }
    .site_map .outline .in_box li .category { position: relative; font-size: 18px; line-height: 28px; }
    .site_map .outline .in_box li .category .icon { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); display: inline; color: #111; transition: transform ease-in-out .6s; }
    .site_map .outline .in_box li .category.on .icon { transform: translateY(-50%) rotate(180deg); color: inherit; }
    /* ****** FOOTER ****** */
    footer { padding: 40px 0 60px; }
    footer .outline { flex-flow: row wrap; }
    footer .outline .logo { order: 2; margin-bottom: 10px; width: 100%; text-align: center; }
    footer .outline .logo img { width: 180px; }
    footer .outline .col { order: 3; width: 100%; }
    footer .outline .col li {text-align: center; }
    footer .outline .link { order: 1; margin-bottom: 30px; width: 100%; }
    footer .outline .link .outlink { width: 49.5%; }
    footer .outline .link .outlink select { font-size: 15px; height: 36px; line-height: 36px; }
    footer .outline .link .sns { justify-content: center; width: 100%; }
    footer .outline .link .sns li { margin-right: 5px; }
}
@media all and (max-width: 480px) {
    header .main_head .outline .home { width: auto; }
    header .main_head .outline .home img.logo { margin-bottom: 0; width: auto; height: 45px; }
    header .main_head .outline .issue { display: none; }
    /* site map */
    .site_map { width: 100vw; }
    .site_map .outline { padding: 80px 10px 50px;  }
    .site_map .outline .search_wrap { top: 30px; right: 25px; width: 200px; }
    .site_map .outline .search_wrap .in_wrap { width: 200px; }
    .site_map .outline .search_wrap .in_wrap input { padding-right: 30px; width: 200px; background-color: transparent; border: none; border-bottom: 1px solid #000; border-radius: 0; outline: none; color: #000; }
    .site_map .outline .search_wrap .in_wrap label { font-size: 0; color: transparent; }
    .site_map .outline .search_wrap .in_wrap button { position: absolute; right: 0; top: 0; width: 25px; height: 30px; line-height: 30px; padding-left: 10px; border: none; cursor: pointer; background-color: transparent; color: #000; }
    .site_map .outline .search_wrap .in_wrap button i { font-size: 16px; }
    .site_map .outline .in_box { flex-flow: row wrap; justify-content: flex-start; align-items: flex-start; height: auto; min-height: auto; }
    .site_map .outline .in_box li { padding: 10px 15px 5px; width: 100%; }
    .site_map .outline .in_box li .sub_list { display: none; }
    .site_map .outline .in_box li .category { position: relative; margin-bottom: 10px; font-size: 18px; line-height: 28px; }
    .site_map .outline .in_box li .category .icon { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); display: inline; color: #111; transition: transform ease-in-out .4s; }
    .site_map .outline .in_box li .category.on .icon { transform: translateY(-50%) rotate(180deg); color: inherit; }
    .site_map .outline .in_box li dl { margin-bottom: 10px; }
    .site_map .outline .in_box li dl:last-child { margin-bottom: 0; }
    /* ****** FOOTER ****** */
    footer .outline .col li { letter-spacing: -0.5px; }
}
/* ****** SUB PAGE (COMMON) ****** */
/* sub Visual */
#sub_vi { padding-top: 60px; }
#sub_vi .sub_visual { padding: 80px 0 40px; height: auto; }
#sub_vi .sub_visual .outline { min-height: 520px; }
#sub_vi .sub_visual .outline > div.tit_area { width: 55%; }
#sub_vi .sub_visual .outline > div.banner_img { width: 45%; }
#sub_vi .sub_visual .banner_img .img_wrap { height: 95%; }
#sub_vi.post10 .sub_visual .banner_img .img_wrap { background-image: url(../img/sub/banner/img_banner_post10.jpg); }
#sub_vi.post11 .sub_visual .banner_img .img_wrap { background-image: url(../img/sub/banner/img_banner_post11.jpg); }
#sub_vi.post12 .sub_visual .banner_img .img_wrap { background-image: url(../img/sub/banner/img_banner_post12.jpg); }
#sub_vi.post13 .sub_visual .banner_img .img_wrap { background-image: url(../img/sub/banner/img_banner_post13.jpg); }
#sub_vi.post14 .sub_visual .banner_img .img_wrap { background-image: url(../img/sub/banner/img_banner_post14.jpg); }
#sub_vi.post15 .sub_visual .banner_img .img_wrap { background-image: url(../img/sub/banner/img_banner_post15.jpg); }
#sub_vi.post21 .sub_visual .banner_img .img_wrap { background-image: url(../img/sub/banner/img_banner_post21.jpg); }
#sub_vi.post22 .sub_visual .banner_img .img_wrap { background-image: url(../img/sub/banner/img_banner_post22.jpg); }
#sub_vi.post23 .sub_visual .banner_img .img_wrap { background-image: url(../img/sub/banner/img_banner_post23.jpg); }
#sub_vi.post24 .sub_visual .banner_img .img_wrap { background-image: url(../img/sub/banner/img_banner_post24.jpg); }
#sub_vi.post25 .sub_visual .banner_img .img_wrap { background-image: url(../img/sub/banner/img_banner_post25.jpg); }
#sub_vi.post31 .sub_visual .banner_img .img_wrap { background-image: url(../img/sub/banner/img_banner_post31.jpg); }
#sub_vi.post32 .sub_visual .banner_img .img_wrap { background-image: url(../img/sub/banner/img_banner_post32.jpg); }
#sub_vi.post33 .sub_visual .banner_img .img_wrap { background-image: url(../img/sub/banner/img_banner_post33.jpg); }
#sub_vi.post34 .sub_visual .banner_img .img_wrap { background-image: url(../img/sub/banner/img_banner_post34.jpg); }
#sub_vi.post35 .sub_visual .banner_img .img_wrap { background-image: url(../img/sub/banner/img_banner_post35.jpg); }
#sub_vi.post36 .sub_visual .banner_img .img_wrap { background-image: url(../img/sub/banner/img_banner_post36.jpg); }
#sub_vi.search .sub_visual .banner_img .img_wrap { background-image: url(../img/sub/banner/img_banner_search.jpg); }
/* sub content area */
#sub_con .outline { padding: 80px 0 100px; }
#sub_con .outline p { color: #444; text-align: left; }
/* post 36 */
#sub_con.post36 .outline .mo_view { display: none; text-align: center; }
#sub_con.post36 .outline .mo_view img { max-width: 480px; }


/* post move btn */
#post_btn { position: relative; display: flex; flex-flow: row nowrap; justify-content: center; }
#post_btn:before { position: absolute; content: ""; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 2px; height: 20px; background-color: #444; }
#post_btn a { display: inline-block; padding: 0 30px; line-height: 40px; color: #333; transition: color ease-out .3s; }
#post_btn a:hover { color: #1547b9; }
#post_btn a.prev { padding-left: 50px; background: url(../img/sub/img_post_btn_left.png) no-repeat left center / contain; }
#post_btn a.prev:hover { background-image: url(../img/sub/img_post_btn_left_h.png); }
#post_btn a.next { padding-right: 50px; background: url(../img/sub/img_post_btn_right.png) no-repeat right center / contain; }
#post_btn a.next:hover { background-image: url(../img/sub/img_post_btn_right_h.png); }
@media all and (max-width: 1280px) {
    /* sub Visual */
    #sub_vi .sub_visual { padding: 70px 0 40px; }
    #sub_vi .sub_visual .outline { min-height: 480px; }
    /* sub content area */
    #sub_con .outline { padding: 80px 20px 100px; }
}
@media all and (max-width: 1024px) {
    /* sub Visual */
    #sub_vi .sub_visual { padding: 60px 0 40px; }
    #sub_vi .sub_visual .outline { min-height: 420px; }
    #sub_vi .sub_visual .tit_area h3:after { display: none; }
    /* sub content area */
    #sub_con .outline { padding: 70px 20px 100px; }
    /* post move btn */
    #post_btn:before { height: 18px; }
    #post_btn a { line-height: 36px; }
}
@media all and (max-width: 1023px) {
    /* sub Visual */
    #sub_vi .sub_visual { padding: 60px 0 20px; }
    #sub_vi .sub_visual .outline { min-height: auto; }
    #sub_vi .sub_visual .outline > div.tit_area { width: 100%; }
    #sub_vi .sub_visual .outline > div.banner_img { width: 100%; }
    #sub_vi .sub_visual .banner_img .img_wrap { height: 100%; }
    #sub_vi .sub_visual .tit_area h3 br { display: none; }
    #sub_vi .sub_visual .tit_area h3 br.all { display: inline; }
    /* post 36 */
    #sub_vi.post36 .sub_visual .outline > div.banner_img { display: none; }
    #sub_con.post36 .outline .mo_view { display: block; }
    #sub_con.post36 .outline .mo_view img { max-width: 85%; }
}
@media all and (max-width: 768px) {
    /* sub content area */
    #sub_con .outline { padding: 60px 20px 80px; }
    /* post move btn */
    #post_btn:before { height: 16px;  }
    #post_btn a { padding: 0 20px; line-height: 36px; }
    #post_btn a.prev { padding-left: 40px; background: url(../img/sub/img_post_btn_left.png) no-repeat left center; background-size: auto 24px; }
    #post_btn a.next { padding-right: 40px; background: url(../img/sub/img_post_btn_right.png) no-repeat right center; background-size: auto 24px; }
}
@media all and (max-width: 767px) {}
@media all and (max-width: 480px) {
    /* sub Visual */
    #sub_vi .sub_visual { padding: 20px 0 20px; }
    #sub_vi .sub_visual .tit_area p { text-align: justify; word-break: break-all; }
    #sub_vi .sub_visual .tit_area h3 { letter-spacing: -3px; }
    /* post move btn */
    #post_btn:before { height: 14px; }
    #post_btn a { padding: 0 15px; line-height: 34px;  }
    #post_btn a.prev { padding-left: 30px; background-size: auto 24px; }
    #post_btn a.next { padding-right: 30px; background-size: auto 24px; }
}
@media all and (max-width: 414px) {
    /* sub Visual */
    #sub_vi .sub_visual .tit_area h3 { line-height: 30px; }
}
