@charset "utf-8";


/* main css */
label, input, select{vertical-align:middle;}

/* ========== 01. layout ========== */
/* body{overflow-x:hidden;} */
#wrap{width:100%}
#header{width:100%;}
#container{width:100%;}
#footer{width:100%;}



/* header */
#header {position: fixed; top: 0; left: 0; z-index: 1000; -webkit-transition: background 0.3s; -moz-transition: background 0.3s; transition: background 0.3s;}
#main #header  {position: absolute;}
#header .h_inner {position: relative; max-width: 1720px; width: calc(100% - 40px); margin: 0 auto; box-sizing: border-box; height: 110px; padding: 0 222px 0 226px;}
#header .logo {position: absolute; width: 226px; height: 60px; font-size: 0; background: url(../images/common/logo.png) no-repeat center; left: 0; top: 25px; -webkit-transition: background 0.3s; -moz-transition: background 0.3s; transition: background 0.3s;}
#header .r_btn {position: absolute; right: 0; top: 30px; font-size: 0; padding-right: 46px;}
#header .r_btn .icon_b {display: inline-block; vertical-align: middle; margin-left: 10px; position: relative;}
#header .r_btn .icon_b:first-child {margin-left: 0;}
#header .r_btn .icon_b > a {display: block; width: 50px; height: 50px; border-radius: 50%; -moz-transition: background 0.3s; transition: background 0.3s;}
#header .r_btn .icon_b.icon1 > a {background: url(../images/icon/h_icon1.png) no-repeat center rgba(255,255,255,.1);}
#header .r_btn .icon_b.icon2 > a {background: url(../images/icon/h_icon2.png) no-repeat center rgba(255,255,255,.1);}
#header .r_btn .icon_b.icon3 > a {background: url(../images/icon/h_icon3.png) no-repeat center rgba(255,255,255,.1);}
#header .r_btn .icon_b.icon3 ul {width: 70px; position: absolute; left: 50%; margin-left: -35px; top: 65px; border-radius: 10px; box-shadow: 0 4px 10px rgba(0,0,0,0.3); text-align: center; visibility: hidden; z-index: -1; opacity: 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
#header .r_btn .icon_b.icon3:hover ul {visibility: visible; opacity: 1; z-index: 1; top: 55px;}
#header .r_btn .icon_b.icon3 ul > li {padding-bottom: 10px; background-color: #ffffff;}
#header .r_btn .icon_b.icon3 ul > li:first-child {padding-top: 14px; border-radius: 10px 10px 0 0;}
#header .r_btn .icon_b.icon3 ul > li:last-child {padding-bottom: 16px; border-radius: 0 0 10px 10px;}
#header .r_btn .icon_b.icon3 ul > li  a {font-size: 20px; color: #222222; letter-spacing: -0.02em; display: inline-block; line-height: 30px;}
#header .r_btn .menu_btn {position: absolute; width: 26px; height: 27px; right: 0; top: 12px; cursor: pointer; z-index: 10;}
#header .r_btn .menu_btn span {width: 100%; height: 3px; background-color: #fff; position: absolute; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; left: 0;}
#header .r_btn .menu_btn span:nth-child(1) {top: 0;}
#header .r_btn .menu_btn.on span:nth-child(1) {transform: rotate(135deg); top: 50%; margin-top: -1.5px;}
#header .r_btn .menu_btn span:nth-child(2) {top: 12px;}
#header .r_btn .menu_btn.on span:nth-child(2) {opacity: 0;}
#header .r_btn .menu_btn span:nth-child(3) {top: 24px;}
#header .r_btn .menu_btn.on span:nth-child(3) {transform: rotate(-135deg); top: 50%; margin-top: -1.5px;}

#header.scroll, #sub #header {background-color: #fff;}
#sub #header::before {content: ''; opacity: 0; width: 100%; height: 1px; background-color: #eee; position: absolute; bottom: 0; left: 0; -webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; transition: opacity 0.3s;}
#sub #header.scroll::before {opacity: 1;}
#header.scroll .logo, #sub #header .logo {background: url(../images/common/logo_on.png) no-repeat center;}
#header.scroll .menu_bx .dep1 > a, #sub #header .menu_bx .dep1 > a {color: #111111;}
#header.scroll .r_btn .icon_b.icon1 > a, #sub #header .r_btn .icon_b.icon1 > a {background-color: #2b95e7;}
#header.scroll .r_btn .icon_b.icon2 > a, #sub #header .r_btn .icon_b.icon2 > a {background-color: #0060aa;}
#header.scroll .r_btn .icon_b.icon3 > a, #sub #header .r_btn .icon_b.icon3 > a {background-color: #002d6f;}
#header.scroll .r_btn .menu_btn span, #sub #header .r_btn .menu_btn span {background-color: #000000;}



/* h_search */
#h_search {position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 100000; background-color: rgba(0,0,0,.6); overflow-y: auto; display: none;}
#h_search .s_bx {background: url(../images/common/h_search_bg.jpg) no-repeat center; background-size: cover;}
#h_search .s_inner {position: relative; max-width: 1720px; width: calc(100% - 40px); margin: 0 auto; box-sizing: border-box; padding: 46px 0 86px;}
#h_search .menu_btn {position: absolute; width: 26px; height: 27px; right: 0; top: 42px; cursor: pointer; z-index: 10;}
#h_search .menu_btn span {width: 100%; height: 3px; background-color: #fff; position: absolute; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; left: 0;}
#h_search .menu_btn span:nth-child(1) {transform: rotate(135deg); top: 50%; margin-top: -1.5px;}
#h_search .menu_btn span:nth-child(2) {opacity: 0;}
#h_search .menu_btn span:nth-child(3) {transform: rotate(-135deg); top: 50%; margin-top: -1.5px;}
#h_search .txt_bx {max-width: 1400px; margin: 0 auto; width: 100%; box-sizing: border-box;}
#h_search .txt_bx .txt1 {font-size: 60px; color: #ffffff; font-weight: 700;}
#h_search .txt_bx .txt2 {font-size: 30px; color: #ffffff; word-break: keep-all; line-height: 40px; margin-top: 20px;}
#h_search .txt_bx .f_bx {position: relative; margin-top: 59px;}
#h_search .txt_bx .f_bx input {height: 70px; width: 100%; border: none; border-bottom: 4px solid #ffffff; outline: none; padding: 0 50px 0 0; font-size: 22px; color: #fff; word-break: keep-all; background-color: transparent;}
#h_search .txt_bx .f_bx input::placeholder {color: rgba(255,255,255,.4);}
#h_search .txt_bx .f_bx .btn {width: 32px; height: 70px; font-size: 0; position: absolute; right: 0; top: 0; background: url(../images/icon/search1.png) no-repeat center;}
#h_search .txt_bx .hashtag {font-size: 0; margin-top: 49px;}
#h_search .txt_bx .hashtag li {display: inline-block; vertical-align: top; margin-right: 29px; margin-top: 5px;}
#h_search .txt_bx .hashtag li:last-child {margin-right: 0;}
#h_search .txt_bx .hashtag li a {font-size: 18px; color: #ffffff; line-height: 28px; display: inline-block;}



/* siteMap */
#siteMap {position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 100000; background-color: #fff; display: none;}
#siteMap::before {content: ''; width: 50%; height: 100%; background-color: #002d6f; position: absolute; left: 0; top: 0;}
#siteMap .bg_bx {position: absolute; width: 100%; height: 100%; top: 0; left: 50%; max-width: 1400px; transform:translate(-50%, 0%); -webkit-transform:translate(-50%, 0%); width: 100%; box-sizing: border-box; display: flex; flex-flow: wrap;}
#siteMap .bg_bx .l_bx {width: 250px; box-sizing: border-box; background-color: #002d6f;}
#siteMap .bg_bx .r_bx {width: calc(100% - 250px); box-sizing: border-box; background-color: #fff;}
#siteMap .top_bx {position: relative; max-width: 1720px; width: calc(100% - 40px); margin: 0 auto; box-sizing: border-box; height: 110px;}
#siteMap .top_bx .logo {position: absolute; width: 226px; height: 60px; font-size: 0; background: url(../images/common/logo.png) no-repeat center; left: 0; top: 25px;}
#siteMap .top_bx .menu_btn {position: absolute; width: 26px; height: 27px; right: 0; top: 42px; cursor: pointer; z-index: 10;}
#siteMap .top_bx .menu_btn span {width: 100%; height: 3px; background-color: #000; position: absolute; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; left: 0;}
#siteMap .top_bx .menu_btn span:nth-child(1) {top: 0;}
#siteMap .top_bx .menu_btn.on span:nth-child(1) {transform: rotate(135deg); top: 50%; margin-top: -1.5px;}
#siteMap .top_bx .menu_btn span:nth-child(2) {top: 12px;}
#siteMap .top_bx .menu_btn.on span:nth-child(2) {opacity: 0;}
#siteMap .top_bx .menu_btn span:nth-child(3) {top: 24px;}
#siteMap .top_bx .menu_btn.on span:nth-child(3) {transform: rotate(-135deg); top: 50%; margin-top: -1.5px;}



/* footer */
#top_btn {box-shadow: 0 10px 40px rgba(0,0,0,0.1); width: 60px; height: 60px; background-color: #fff; border-radius: 50%; cursor: pointer; font-size: 0; display: block;}
#main #top_btn {position: fixed; bottom: 30px; right: 30px; -webkit-transition: all 0.3s, bottom 0.67s; -moz-transition: all 0.3s, bottom 0.67s; transition: all 0.3s, bottom 0.67s;}
#main #top_btn.on {opacity: 1; z-index: 100;}
#main #top_btn.stop {position: absolute; bottom: 270px;}
#sub #top_btn {position: fixed; right: 30px; bottom: 60px; opacity: 0; z-index: -1; visibility: hidden;  -webkit-transition: all 0.3s, bottom 0s; -moz-transition: all 0.3s, bottom 0; transition: all 0.3s, bottom 0s;}
#sub #top_btn.on {opacity: 1; z-index: 100; visibility: visible;}
#sub #top_btn.stop {position: absolute; bottom: 300px; right: 30px;}
#sub #top_btn {z-index: 100;}
#top_btn::before {content: ''; width: 20px; height: 2px; background-color: #000000; position: absolute; left: 50%; margin-left: -10px; top: 18px;}
#top_btn::after {content: ''; width: 20px; height: 19px; position: absolute; left: 50%; margin-left: -10px; top: 23px; background: url(../images/icon/top_btn.png) no-repeat center top;}

#footer {background-color: #111111; text-align: left;}
#footer .f_inner {max-width: 1720px; width: calc(100% - 40px); margin: 0 auto; box-sizing: border-box; position: relative; padding: 49px 290px 50px 270px; min-height: 240px;}
#footer .logo {position: absolute; left: 0; top: 40px;}
#footer .info {font-size: 0;}
#footer .info li {display: inline-block; font-size: 18px; color: #aaaaaa; line-height: 40px; margin-right: 28px; position: relative;}
#footer .info li:last-child {margin-right: 0;}
#footer .info li::before {content: ''; width: 1px; height: 14px; background-color: #444444; position: absolute; right: -15px; top: 50%; margin-top: -7px;}
#footer .info li:last-child::before {display: none;}
#footer .info li.brN {margin-right: 0;}
#footer .info li.brN::before {display: none;}
#footer .info li strong {color: #ffffff; font-weight: 400;}
#footer .sns {position: absolute; right: 0; top: 60px; font-size: 0;}
#footer .sns li {display: inline-block; margin-right: 8px;}
#footer .sns li:last-child {margin-right: 0;}
#footer .sns li a {display: block; width: 40px; height: 40px; border-radius: 50%;}
#footer .sns li a.icon1 {background: url(../images/icon/sns1.png) no-repeat center #000000;}
#footer .sns li a.icon2 {background: url(../images/icon/sns2.png) no-repeat center #000000;}
#footer .sns li a.icon3 {background: url(../images/icon/sns3.png) no-repeat center #000000;}
#footer .sns li a.icon4 {background: url(../images/icon/sns4.png) no-repeat center #000000;}
#footer .sns li a.icon5 {background: url(../images/icon/sns5.png) no-repeat center #000000;}
#footer .sns li a.icon6 {background: url(../images/icon/sns6.png) no-repeat center #000000;}
#footer .link {font-size: 0; position: absolute; right: 0; bottom: 46px;}
#footer .link li {display: inline-block; margin-right: 30px;}
#footer .link li:last-child {margin-right: 0;}
#footer .link li a {font-size: 16px; color: #aaaaaa; display: inline-block; line-height: 25px;}
#footer .link li a.bold {font-weight: 700; color: #fff}
#footer .btm_txt {font-size: 16px; color: #444444; word-break: keep-all; margin-top: 40px;}



/* s_visual */
#s_visual {padding: 172px 0 81px; z-index: 100; position: relative;}
#s_visual .slogan {max-width: 1200px; margin: 0 auto; box-sizing: border-box; width: calc(100% - 40px);}
#s_visual .slogan .title {font-size: 80px; color: #111111; font-weight: 700;}



.pc_show2 {display: block !important;}
.m_show2 {display: none !important;}

/* PC */
@media all and (min-width:1025px){
    .pc_show{ display:block !important;}
    .pc_i_show{ display:inline-block !important;}
    .m_show{ display:none !important;}
    .m_i_show{ display:none !important;}

    
    
    /* header */
    #main #header {display: none;}
    #main #container #header {display: block;}
    #header .menu_bx {text-align: right;}
    #header .menu_bx .dep1_wrap {font-size: 0;}
    #header .menu_bx .dep1 {display: inline-block; position: relative; vertical-align: top; padding: 0 24px;}
    #header .menu_bx .dep1 > a {font-size: 22px; color: #ffffff; font-weight: 700; display:flex; justify-content:center; align-items:center; table-layout:fixed; height: 110px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s;}
    #header .menu_bx .dep2_wrap {background-color: #ffffff; width: 200px; position: absolute; left: 50%; margin-left: -100px; top: 100px; border-radius: 10px; box-shadow: 0 4px 10px rgba(0,0,0,0.3); text-align: center; visibility: hidden; z-index: -1; opacity: 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
    #header .menu_bx .dep1:hover .dep2_wrap {visibility: visible; opacity: 1; z-index: 1; top: 90px;}
    #header .menu_bx .dep2_wrap > li {margin-bottom: 10px;}
    #header .menu_bx .dep2_wrap > li:first-child {padding-top: 14px;}
    #header .menu_bx .dep2_wrap > li:last-child {margin-bottom: 0; padding-bottom: 16px;}
    #header .menu_bx .dep2_wrap > li > a {font-size: 20px; color: #222222; letter-spacing: -0.02em; display: inline-block; line-height: 30px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s;}
    
    #header:hover {background-color: #fff;}
    #header:hover .logo {background: url(../images/common/logo_on.png) no-repeat center;}
    #header:hover .menu_bx .dep1 > a {color: #111111;}
    #header:hover .r_btn .icon_b.icon1 > a {background-color: #2b95e7;}
    #header:hover .r_btn .icon_b.icon2 > a {background-color: #0060aa;}
    #header:hover .r_btn .icon_b.icon3 > a {background-color: #002d6f;}
    #header:hover .r_btn .menu_btn span {background-color: #000000;}
    
    
    
    /* siteMap */
    #siteMap .sm_bx {position: fixed; width: 100%; height: calc(100% - 110px); box-sizing: border-box; left: 0; top: 110px; overflow-y: auto; padding: 0 0 20px;}
    #siteMap .sm_bx .sm_w {display: table; table-layout: fixed; width: 100%; height: 100%;}
    #siteMap .sm_bx .sm_w .sm_inner {display: table-cell; width: 100%; height: 100%; vertical-align: middle;}
    #siteMap .sm_bx .sm_w .sm_inner .sm_con {max-width: 1400px; width: calc(100% - 40px); margin: 0 auto; box-sizing: border-box; display: flex; flex-flow: wrap;}
    #siteMap .sm_con .l_bx {width: 250px; box-sizing: border-box;}
    #siteMap .sm_con .l_bx .dep1_wrap {font-size: 0;}
    #siteMap .sm_con .l_bx .dep1 {margin-bottom: 87px;}
    #siteMap .sm_con .l_bx .dep02 {margin-bottom: 117px;}
    #siteMap .sm_con .l_bx .dep1:last-child {margin-bottom: 0;}
    #siteMap .sm_con .l_bx .dep1 > a {display: inline-block; font-size: 30px; color: #ffffff; font-weight: 800;}
    #siteMap .sm_con .l_bx .dep2_wrap {margin-top: 20px;}
    #siteMap .sm_con .l_bx .dep2_wrap > li {margin-bottom: 15px;}
    #siteMap .sm_con .l_bx .dep2_wrap > li:last-child {margin-bottom: 0;}
    #siteMap .sm_con .l_bx .dep2_wrap > li > a {font-size: 18px; color: rgba(255,255,255,.6); display: inline-block; line-height: 25px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s;}
    #siteMap .sm_con .l_bx .dep2_wrap > li > a:hover {color: #fff;}
    #siteMap .sm_con .r_bx {width: calc(100% - 250px); box-sizing: border-box; padding-left: 30px;}
    #siteMap .sm_con .r_bx .ttl {font-size: 30px; color: #002d6f; font-weight: 800; padding: 0 30px; margin-bottom: 92px;}
    #siteMap .sm_con .r_bx .dep1_wrap {display: flex; flex-flow: wrap;}
    #siteMap .sm_con .r_bx .dep1 {width: 25%; box-sizing: border-box; border-right: 1px solid #dddddd; padding: 47px 30px 0;}
    #siteMap .sm_con .r_bx .dep1:nth-child(4n) {border-right: none; padding-right: 0;}
    #siteMap .sm_con .r_bx .dep1:nth-child(-n+4) {padding-top: 0;}
    #siteMap .sm_con .r_bx .dep1 > a {display: inline-block; font-size: 20px; color: #111111; font-weight: 700;}
    #siteMap .sm_con .r_bx .dep2_wrap {margin-top: 24px;}
    #siteMap .sm_con .r_bx .dep2_wrap > li {margin-bottom: 15px;}
    #siteMap .sm_con .r_bx .dep2_wrap > li:last-child {margin-bottom: 0;}
    #siteMap .sm_con .r_bx .dep2_wrap > li > a {font-size: 18px; color: #666666; display: inline-block; line-height: 25px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s;}
    #siteMap .sm_con .r_bx .dep2_wrap > li > a:hover {color: #111;}
    
    
    
    /* footer */
    #top_btn::after {-webkit-transition: background 0.3s; -moz-transition: background 0.3s; transition: background 0.3s;}
    #top_btn:hover::after {background-position: center bottom}
    
    #footer .sns li a {-webkit-transition: background 0.3s; -moz-transition: background 0.3s; transition: background 0.3s;}
    #footer .sns li a:hover {background-color: #002d6f!important;}
    #footer .link li a:hover {text-decoration-thickness: 1px; text-underline-offset : 2px; text-decoration: underline;}
    
    
    
    /* s_visual */
    #s_visual .tab_bx {max-width: 1200px; width: calc(100% - 40px); margin: 14px auto 0; box-sizing: border-box;}
    #s_visual .tab_bx .dep2_wrap {font-size: 0; display: block!important;}
    #s_visual .tab_bx .dep2_wrap > li {display: inline-block; margin-right: 57px; margin-top: 10px;}
    #s_visual .tab_bx .dep2_wrap > li:last-child {margin-right: 0;}
    #s_visual .tab_bx .dep2_wrap > li > a {display: inline-block; font-size: 22px; color: #888888; font-weight: 700; word-break: keep-all; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s;}
    #s_visual .tab_bx .dep2_wrap > li > a:hover {color: #333;}
    #s_visual .tab_bx .dep2_wrap > li.on > a {color: #000000;}
}

@media all and (max-width:1100px){
}

/* 태블릿&모바일 공통*/
@media all and (max-width:1024px){	
	.pc_show{ display:none !important;}
	.pc_i_show{ display:none !important;}
	.m_show{ display:block !important;}
	.m_i_show{ display:inline-block !important;}

    
    
    /* header */
    #main #header {position: fixed; top: 0; left: 0; display: block;}
    #main #container #header {display: none!important;}
    #header .menu_bx {display: none;}
    #header .h_inner {height: 70px; padding: 0; z-index: 10;}
    #header .logo {width: 135px; height: 36px; background-size: 135px 36px!important; top: 17.5px;}
    #header .r_btn {padding-right: 30px; top: 20px;}
    #header .r_btn .icon_b {margin-left: 5px;}
    #header .r_btn .icon_b > a {width: 30px; height: 30px; background-size: 15px auto!important;}
    #header .r_btn .icon_b.icon3 ul {border-radius: 5px; padding-top: 0; width: 40px; margin-left: -20px; top: 45px;}
    #header .r_btn .icon_b.icon3:hover ul {top: 35px;}
    #header .r_btn .icon_b.icon3 ul > li {padding-bottom: 5px;}
    #header .r_btn .icon_b.icon3 ul > li:first-child {padding-top: 10px;}
    #header .r_btn .icon_b.icon3 ul > li:last-child {padding-bottom: 10px;}
    #header .r_btn .icon_b.icon3 ul > li a {font-size: 12px; line-height: 20px;}
    #header .r_btn .menu_btn {width: 20px; height: 20px; top: 5px;}
    #header .r_btn .menu_btn span {height: 2px;}
    #header .r_btn .menu_btn span:nth-child(1) {top: 0;}
    #header .r_btn .menu_btn.on span:nth-child(1) {margin-top: -1px;}
    #header .r_btn .menu_btn span:nth-child(2) {top: 9px;}
    #header .r_btn .menu_btn span:nth-child(3) {top: 18px;}
    #header .r_btn .menu_btn.on span:nth-child(3) {margin-top: -1px;}
    
    #header.mOn {background-color: #fff;}
    #header.mOn .logo {background: url(../images/common/logo_on.png) no-repeat center;}
    #header.mOn .r_btn .icon_b.icon1 > a {background-color: #2b95e7;}
    #header.mOn .r_btn .icon_b.icon2 > a {background-color: #0060aa;}
    #header.mOn .r_btn .icon_b.icon3 > a {background-color: #002d6f;}
    #header.mOn .r_btn .menu_btn span {background-color: #000000;}



    /* h_search */
    #h_search .s_inner {padding: 30px 0 40px;}
    #h_search .menu_btn {width: 20px; height: 20px; top: 25px;}
    #h_search .menu_btn span {height: 2px;}
    #h_search .menu_btn.on span:nth-child(1) {margin-top: -1px;}
    #h_search .menu_btn span:nth-child(3) {margin-top: -1px;}
    #h_search .txt_bx .txt1 {font-size: 30px;}
    #h_search .txt_bx .txt2 {font-size: 16px; line-height: 26px; margin-top: 8px;}
    #h_search .txt_bx .f_bx {margin-top: 31px;}
    #h_search .txt_bx .f_bx input {height: 46px; padding: 0 35px 0 0; border-width: 2px; font-size: 12px;}
    #h_search .txt_bx .f_bx .btn {height: 46px; width: 23px; background-size: 23px auto;}
    #h_search .txt_bx .hashtag {margin-top: 13px;}
    #h_search .txt_bx .hashtag li {margin-right: 30px;}
    #h_search .txt_bx .hashtag li a {font-size: 12px; line-height: 17px;}
    
    
    
    /* siteMap */
    #siteMap .top_bx .menu_btn {width: 20px; height: 20px;}
    #siteMap .top_bx .menu_btn span {height: 2px;}
    #siteMap .top_bx .menu_btn span:nth-child(1) {top: 0;}
    #siteMap .top_bx .menu_btn.on span:nth-child(1) {margin-top: -1px;}
    #siteMap .top_bx .menu_btn span:nth-child(2) {top: 9px;}
    #siteMap .top_bx .menu_btn span:nth-child(3) {top: 18px;}
    #siteMap .top_bx .menu_btn.on span:nth-child(3) {margin-top: -1px;}
    
    
    
    /* siteMap */
    #siteMap {height: calc(100% - 70px); top: 70px; overflow-y: auto;}
    #siteMap::before {display: none;}
    #siteMap .bg_bx {display: none;}
    #siteMap .top_bx {display: none;}
    #siteMap .sm_con {display: flex; flex-flow: wrap;}
    #siteMap .sm_con .l_bx {width: 100%; order: 2;}
    #siteMap .sm_con .l_bx .dep1_wrap {font-size: 0; text-align: center; padding: 43px 0 30px;}
    #siteMap .sm_con .l_bx .dep1 {margin-bottom: 28px;}
    #siteMap .sm_con .l_bx .dep1:last-child {margin-bottom: 0;}
    #siteMap .sm_con .l_bx .dep1 > a {font-size: 25px; color: #111111; font-weight: 800; display: block;}
    #siteMap .sm_con .l_bx .dep2_wrap {margin-top: 8px;}
    #siteMap .sm_con .l_bx .dep2_wrap > li {margin-bottom: 7px;}
    #siteMap .sm_con .l_bx .dep2_wrap > li:last-child {margin-bottom: 0;}
    #siteMap .sm_con .l_bx .dep2_wrap > li > a {font-size: 16px; color: #666666; display: inline-block; line-height: 25px;}
    #siteMap .sm_con .r_bx {width: 100%; order: 1; background-color: #002d6f; padding: 23px 20px 17px;}
    #siteMap .sm_con .r_bx .ttl {display: none;}
    #siteMap .sm_con .r_bx .dep1_wrap {display: flex; flex-flow: wrap;}
    #siteMap .sm_con .r_bx .dep1 {width: 25%; box-sizing: border-box; margin-top: 18px;}
    #siteMap .sm_con .r_bx .dep1:nth-child(-n+4) {margin-top: 0;}
    #siteMap .sm_con .r_bx .dep1 > a {display: block; text-align: center; font-size: 12px; color: #ffffff; line-height: 15px; min-height: 30px; font-weight: 500; letter-spacing: -0.02em; display:flex; justify-content:center; align-items:center; table-layout:fixed; padding-top: 36px;}
    #siteMap .sm_con .r_bx .dep1.icon1 > a {background: url(../images/icon/p_icon1_2.png) no-repeat center top; background-size: 31px auto;}
    #siteMap .sm_con .r_bx .dep1.icon2 > a {background: url(../images/icon/p_icon2_2.png) no-repeat center top; background-size: 31px auto;}
    #siteMap .sm_con .r_bx .dep1.icon3 > a {background: url(../images/icon/p_icon3_2.png) no-repeat center top; background-size: 31px auto;}
    #siteMap .sm_con .r_bx .dep1.icon4 > a {background: url(../images/icon/p_icon4_2.png) no-repeat center top; background-size: 31px auto;}
    #siteMap .sm_con .r_bx .dep1.icon5 > a {background: url(../images/icon/p_icon5_2.png) no-repeat center top; background-size: 31px auto;}
    #siteMap .sm_con .r_bx .dep1.icon6 > a {background: url(../images/icon/p_icon6_2.png) no-repeat center top; background-size: 31px auto;}
    #siteMap .sm_con .r_bx .dep1.icon7 > a {background: url(../images/icon/p_icon7_2.png) no-repeat center top; background-size: 31px auto;}
    #siteMap .sm_con .r_bx .dep1.icon8 > a {background: url(../images/icon/p_icon8_2.png) no-repeat center top; background-size: 31px auto;}
    #siteMap .sm_con .r_bx .dep2_wrap {display: none;}
    
    
    
    /* footer */
    #top_btn {display: none!important;}
    
    #footer .f_inner {padding: 50px 190px 46px 0;}
    #footer .logo {position: relative; top: auto; left: auto; max-width: 153px; width: 100%;}
    #footer .info {margin-top: 26px;}
    #footer .info li {font-size: 12px; line-height: 20px; margin-right: 19px;}
    #footer .info li::before {right: -10px; height: 10px; margin-top: -5px;}
    #footer .sns {top: 50px;}
    #footer .link li {margin-right: 20px;}
    #footer .link li a {font-size: 12px; line-height: 20px;}
    #footer .btm_txt {margin-top: 23px; font-size: 12px; line-height: 17px;}



    /* s_visual */
    #s_visual {padding: 111px 0 21px;}
    #s_visual .slogan {text-align: center;}
    #s_visual .slogan .title {font-size: 40px;}
    #s_visual .tab_bx {position: relative; margin-top: 2px;}
    #s_visual .tab_bx .on_txt {height: 30px; display:flex!important; justify-content:center; align-items:center; table-layout:fixed; cursor: pointer;}
    #s_visual .tab_bx .on_txt span {display: inline-block; padding: 0 25px; position: relative; font-size: 16px; color: #111111; font-weight: 700;}
    #s_visual .tab_bx .on_txt span::before {content: ''; width: 9px; height: 8px; background: url(../images/icon/arrow6.png) no-repeat center; position: absolute; right: 0; top: 50%; margin-top: -4px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
    #s_visual .tab_bx.arrowOff .on_txt span::before {display: none!important;}
    #s_visual .tab_bx .on_txt.on span::before {transform: rotate(180deg);}
    #s_visual .tab_bx .dep2_wrap {display: none; position: absolute; width: 100%; left: 0; top: 30px; background-color: #111; box-sizing: border-box; text-align: center; z-index: 1;}
    #s_visual .tab_bx.arrowOff .dep2_wrap {display: none!important;}
    #s_visual .tab_bx .dep2_wrap > li {margin-bottom: 5px;}
    #s_visual .tab_bx .dep2_wrap > li:first-child {padding-top: 10px;}
    #s_visual .tab_bx .dep2_wrap > li:last-child {padding-bottom: 10px; margin-bottom: 0;}
    #s_visual .tab_bx .dep2_wrap > li > a {color: #fff; font-size: 12px; letter-spacing: -0.03em; word-break: keep-all; display: inline-block; line-height: 25px;}
    
}


/* 모바일 */
@media all and (max-width:768px){
	.pc_show2 {display: none !important;}
	.m_show2 {display: block !important;}



    /* h_search */
    #h_search .s_inner {padding: 92px 0 76px;}
    #h_search .txt_bx .hashtag {margin-top: 10px;}
    #h_search .txt_bx .hashtag li {display: block; margin-right: 0; margin-top: 8px;}
    
    
    
    /* footer */
    #footer {text-align: center;}
    #footer .f_inner {padding-right: 0; min-height: auto;}
    #footer .info li.mbrN {border-right: none;}
    #footer .info li.mbrN::before {display: none;}
    #footer .sns {position: relative; right: auto; top: auto; margin-top: 27px;}
    #footer .link {position: relative; right: auto; bottom: auto; margin-top: 26px;}
}
