@charset "utf-8";

/*
font-family: "Montserrat", sans-serif;
*/

label, input, select{vertical-align:middle;}
body{font-size:14px; font-family:'Pretendard', '맑은 고딕', 'Malgun Gothic', Dotum, "돋움",Gulim, "굴림", Verdana, Tahoma, AppleGothic, sans-serif; color:#333; letter-spacing:0; }
input, textarea, select{ font-family:'Pretendard', sans-serif !important; }
input[type="checkbox"]{ border:1px solid #ddd;}



/* header */
#header {position: fixed; width: 100%; left: 0; top: 0; z-index: 10000; box-sizing: border-box; -webkit-transition: background 0.3s; -moz-transition: background 0.3s; transition: background 0.3s;}
#header::before {content: ''; width: 100%; height: 1px; background-color: rgba(240,240,240,0.6); position: absolute; left: 0; top: 100px; z-index: 3; opacity: 0; -webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; transition: opacity 0.3s;}
#header .h_inner {max-width: 1800px; width: calc(100% - 40px); margin: 0 auto; box-sizing: border-box; position: relative; padding: 0 220px;}
#header .logo {position: absolute; left: 0; top: 25px; width: 230px; height: 50px; background: url(../images/common/logo.png?v=251107) no-repeat center; position: absolute; font-size: 0; -webkit-transition: background 0.3s; -moz-transition: background 0.3s; transition: background 0.3s; z-index: 2;}
#header .search_bx input {height: 50px; width: 100%; background-color: rgba(255,255,255,0.2); border-radius: 25px; padding: 0 50px 0 25px; border: 2px solid transparent; outline: none; font-size: 15px; color: #fff;}
#header .search_bx input::placeholder {color: rgba(255,255,255,0.6); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
#header .search_bx .s_btn {width: 50px; height: 50px; font-size: 0; position: absolute; right: 0; top: 0; background: url(../images/icon/search1.png) no-repeat center; -webkit-transition: background 0.3s; -moz-transition: background 0.3s; transition: background 0.3s;}

#header.on, #header.scroll {background-color: #fff;}
#header.on::before, #header.scroll::before {opacity: 1;}
#header.on .logo, #header.scroll .logo, #sub #header .logo {background: url(../images/common/logo_on.png?v=251107) no-repeat center;}



/* footer */
#footer {background-color: #fff; border-top: 1px solid #eeeeee; padding: 64px 0 36px;}
#footer .f_inner {max-width: 1400px; width: calc(100% - 40px); margin: 0 auto; box-sizing: border-box; position: relative;}
#footer .logo {position: absolute; left: 0; top: -6px;}
#footer .link1 {text-align: right; font-size: 0; padding-left: 220px;}
#footer .link1 li {display: inline-block; vertical-align: middle; margin-right: 60px;}
#footer .link1 li:last-child {margin-right: 0;}
#footer .link1 li a {display: block; font-size: 18px; color: #111111; font-weight: 600; letter-spacing: -0.02em; word-break: keep-all; line-height: 25px;}
#footer .info {margin-top: 59px;}
#footer .info li {font-size: 16px; line-height: 30px; color: #111111; letter-spacing: -0.02em; line-height: 300px; padding-left: 90px; position: relative; line-height: 30px;}
#footer .info li strong {position: absolute; left: 0; top: 0; font-weight: 600;}
#footer .link2 {font-size: 0; position: absolute; bottom: 0; right: 0; z-index: 1;}
#footer .link2 li {display: inline-block; margin-right: 60px;}
#footer .link2 li:last-child {margin-right: 0;}
#footer .link2 li a {font-size: 16px; color: #111111; letter-spacing: -0.05em; display: inline-block; line-height: 30px;}
#footer .link2 li a.bold {font-weight: 600;}
#footer .btm_txt {border-top: 1px solid #eeeeee; font-size: 16px; color: #aaaaaa; letter-spacing: -0.02em; word-break: keep-all; margin-top: 35px; padding-top: 33px;}
#footer .q_bx {position: fixed; z-index: 100; right: 60px; bottom: 60px; -webkit-transition: padding 0.3s; -moz-transition: padding 0.3s; transition: padding 0.3s;}
#footer .q_bx.on {padding-bottom: 70px;}
#footer .q_bx .icon {position: relative; z-index: 2; margin-top: 10px; box-shadow: 0 10px 20px rgba(17,17,17,0.1); width: 60px; height: 60px; border-radius: 30px; overflow: hidden; cursor: pointer; display: block;}
#footer .q_bx .icon:first-child {margin-top: 0;}
#footer .q_bx .icon.navercafe {background: url(../images/icon/navercafe.png) no-repeat right 17px center #03c157;}
#footer .q_bx .icon span {position: absolute; width: 120px; right: 60px; top: 0; height: 60px; display:flex; justify-content:left; align-items:center; table-layout:fixed; font-size: 16px; color: #ffffff; font-weight: 500; letter-spacing: -0.02em; padding-left: 30px; box-sizing: border-box;}
#footer .q_bx .top_btn {width: 60px; height: 60px; border-radius: 50%; background-color: #fff; font-size: 0; box-shadow: 0 10px 20px rgba(17,17,17,0.1); position: absolute; cursor: pointer; bottom: 0; right: 0;  -webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; transition: opacity 0.3s; opacity: 0;}
#footer .q_bx.on .top_btn {opacity: 1;}
#footer .q_bx .top_btn::before {content: ''; width: 21px; height: 21px; background: url(../images/icon/top_btn.png) no-repeat top center; position: absolute; left: 50%; top: 50%; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%);}



/* s_visual */
#s_visual {position: relative; box-sizing: border-box; z-index: 50; padding-top: 100px;}
#s_visual .slogan { display:table; width:100%; table-layout:fixed; height: 260px; box-sizing:border-box; z-index: 1; overflow: hidden;}
#s_visual .slogan > .title_box{ display:table-cell; vertical-align:middle; position: relative; padding: 0 20px;}
#s_visual .slogan > .title_box .ttl_w {position: relative; z-index: 1; max-width: 1200px; width: 100%; text-align: left; margin: 0 auto;}
#s_visual .slogan > .title_box .title {display:block; font-size: 60px; color: #111111; font-weight: 700; position: relative; margin-top: 16px; word-break: keep-all;}
#s_visual .slogan > .title_box .sub_tit {position: relative; font-size: 20px; color: #111111; letter-spacing: -0.02em; font-family: "Montserrat", sans-serif; text-transform: uppercase;}
#s_visual .slogan > .title_box .sub_tit strong {font-weight: 700;}




/* 팝업 */
.popup_bx {position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 1000000; background-color: rgba(0,0,0,0.2); overflow-y: auto; padding: 50px 0; box-sizing: border-box; display: none;}
.popup_bx .pop_w {display: table; width: 100%; height: 100%;}
.popup_bx .pop_w .pop_inner {display: table-cell; vertical-align: middle; height: 100%;}
.popup_bx .pop_w .pop_con {background-color: #fff; border-radius: 20px; width: calc(100% - 40px); margin: 0 auto; box-sizing: border-box;}
.popup_bx .pop_w .pop_con.type1 {max-width: 680px; padding: 72px 30px 80px;}
.popup_bx .pop_w .pop_con.type1 .txt {font-size: 30px; color: #444444; line-height: 40px; letter-spacing: -0.05em; word-break: keep-all; text-align: center;}
.popup_bx .pop_w .pop_con.type1 .txt strong {color: #111111; font-weight: 700;}
.popup_bx .pop_w .pop_con.type1 .f_bx {max-width: 500px; margin: 34px auto 0; width: 100%;}
.popup_bx .pop_w .pop_con.type1 .f_bx input {width: 100%; height: 60px; padding: 0 10px; border: none; border-bottom: 2px solid #eeeeee; outline: none; font-size: 16px; color: #444;}
.popup_bx .pop_w .pop_con.type1 .f_bx input::placeholder {color: #cccccc;}
.popup_bx .pop_w .pop_con.type1 #board .btm_btn {padding-top: 40px; display: flex; flex-flow: wrap; justify-content: center;}
.popup_bx .pop_w .pop_con.type1 #board .btm_btn a {width: calc(50% - 10px); margin-right: 20px;}
.popup_bx .pop_w .pop_con.type1 #board .btm_btn a:nth-child(2n) {margin-right: 0;}



.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 */
    #header .bg_bx {position: absolute; width: 100%; /*height: 277px;*/ background-color: #fff; display: none; top: 100px; left: 0; box-shadow: 0 10px 10px rgba(0,0,0,0.03);}
    
    #header .menu_bx {display: block!important;}
    #header .menu_bx .dep1_wrap {font-size: 0; max-width: 1080px; width: 100%; display: table!important; table-layout: fixed; margin: 0 auto;}
    #header .menu_bx .dep1 {display: table-cell; vertical-align: top; position: relative; text-align: center;}
    #header .menu_bx .dep1::before {content: ''; width: 100%; height: 100%; background-color: #0051b4; position: absolute; left: 0; top: 0; opacity: 0; z-index: -1; visibility: hidden; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
    #header .menu_bx .dep1 > a {font-size: 20px; color: #fff; font-weight: 600; letter-spacing: -0.02em; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s; height: 100px; display:flex; justify-content:center; align-items:center; table-layout:fixed; position: relative; z-index: 2;}
    #header .menu_bx .dep2_wrap {/*height: 245px;*/ position: relative; display: none; padding: 16px 0;}
    /*#header .menu_bx .dep2_wrap > li {margin-bottom: 16px; position: relative;}
    #header .menu_bx .dep2_wrap > li:last-child {margin-bottom: 0;}
    #header .menu_bx .dep2_wrap > li:first-child {padding-top: 26px;}*/
    #header .menu_bx .dep2_wrap > li {position: relative; -webkit-transition: background 0.3s; -moz-transition: background 0.3s; transition: background 0.3s;}
    /*#header .menu_bx .dep2_wrap > li:first-child {padding-top: 16px;}
    #header .menu_bx .dep2_wrap > li:last-child {margin-bottom: 15px;}*/
    #header .menu_bx .dep2_wrap > li > a {display: block; font-size: 16px; color: rgba(68,68,68,0.6); line-height: /*22px*/40px; letter-spacing: -0.02em; border-bottom: 1px solid transparent;  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
    #header .menu_bx .dep3_wrap {position: absolute; width: 180px; right: -180px; bottom: 0; z-index: -1; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; display: block!important; max-height: 300px; overflow-y: auto;}
    #header .menu_bx .dep2_wrap > li:nth-child(-n+9) .dep3_wrap {top: 0; bottom: auto;}
    #header .menu_bx .dep2_wrap > li:hover > .dep3_wrap {z-index: 2; opacity: 1; visibility: visible;}
    #header .menu_bx .dep3_wrap > li {text-align: center; background-color: #062978; padding: 0 10px; padding-bottom: 18px;}
    #header .menu_bx .dep3_wrap > li:first-child {padding-top: 15px;}
    #header .menu_bx .dep3_wrap > li:last-child {padding-bottom: 15px;}
    #header .menu_bx .dep3_wrap > li > a {font-size: 16px; color: rgba(255,255,255,.6); display: inline-block; line-height: 21px; letter-spacing: -0.02em; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; /*border-bottom: 1px solid transparent;*/}
    /*#header .menu_bx .dep3_wrap > li > a:hover {border-color: #fff; color: #fff;}*/
    #header .menu_bx .dep3_wrap > li > a:hover {text-decoration: underline; text-underline-offset : 3px; color: #fff;}
    
    #header .search_bx {position: absolute; right: 0; top: 25px; width: 210px; z-index: 2;}
    #header .nc_btn {display: none!important;}
    
    #header .menu_bx .dep1:hover::before {visibility: visible; opacity: 1; z-index: 1;}
    #header.on .menu_bx .dep1 > a, #header.scroll .menu_bx .dep1 > a, #sub #header .menu_bx .dep1 > a {color: #111111;}
    #header .menu_bx .dep1:hover > a {color: #fff!important;}
    #header.on .menu_bx .dep1 .dep2_wrap {visibility: visible; opacity: 1; z-index: 1;}
    #header.on .menu_bx .dep1 .dep2_wrap:hover {z-index: 2;}
    #header .menu_bx .dep1:hover .dep2_wrap > li > a {color: #fff;}
    #header .menu_bx .dep1 .dep2_wrap > li:hover {background-color: #062978;}
    #header .menu_bx .dep1 .dep2_wrap > li > a:hover {/*border-color: #fff;*/}
    #header.on .search_bx input, #header.scroll .search_bx input, #sub #header .search_bx input {border-color: #0e377f; color: #111;}
    #header.on .search_bx input::placeholder, #header.scroll .search_bx input::placeholder, #sub #header .search_bx input::placeholder {color: rgba(170,170,170,0.6);}
    #header.on .search_bx .s_btn, #header.scroll .search_bx .s_btn, #sub #header .search_bx .s_btn {background: url(../images/icon/search2.png) no-repeat center;}



    /* footer */
    #footer .q_bx .icon {-webkit-transition: width 0.3s; -moz-transition: width 0.3s; transition: width 0.3s;}
    #footer .q_bx .icon:hover {width: 180px;}
    #footer .q_bx .top_btn::before {-webkit-transition: background 0.3s; -moz-transition: background 0.3s; transition: background 0.3s;}
    #footer .q_bx .top_btn:hover::before {background-position: bottom center;}



    /* s_visual */
    #s_visual .tab_box {position: relative;}
    #s_visual .tab_box::before {content: ''; width: 100%; height: 1px; background-color: #eeeeee; position: absolute; bottom: 0; left: 0;}
    #s_visual .tab_box .dep2_wrap {max-width: 1200px; width: calc(100% - 40px); margin: 0 auto; box-sizing: border-box; font-size: 0; position: relative; z-index: 1; display: block!important;}
    #s_visual .tab_box .dep2_wrap > li {display: inline-block; margin-right: 55px;}
    #s_visual .tab_box .dep2_wrap > li:last-child {margin-right: 0;}
    #s_visual .tab_box .dep2_wrap > li > a {display: block; font-size: 18px; color: #aaaaaa; line-height: 60px; font-weight: 600; border-bottom: 2px solid transparent; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
    #s_visual .tab_box .dep2_wrap > li > a:hover {color: #0e377f;}
    #s_visual .tab_box .dep2_wrap > li.on > a {color: #0e377f; border-color: #0e377f;}
    #s_visual .tab_box2 {padding-top: 90px;}
    #s_visual .tab_box2 .ttl {text-align: center; font-size: 40px; color: #111111; font-weight: 700; word-break: keep-all; margin-bottom: 20px;}
    #s_visual .tab_box2 .dep3_wrap {display: block!important; font-size: 0; text-align: center; max-width: 800px; margin: 0 auto; width: calc(100% - 40px);}
    #s_visual .tab_box2 .dep3_wrap li {display: inline-block; vertical-align: middle; margin: 10px 5px 0;}
    #s_visual .tab_box2 .dep3_wrap li a {padding: 10px 20px; font-size: 16px; color: #aaaaaa; font-weight: 500; background-color: #fafafa; border: 1px solid #fafafa; border-radius: 50px; display: block; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
    #s_visual .tab_box2 .dep3_wrap li a:hover {border-color: #0051b4; color: #0051b4;}
    #s_visual .tab_box2 .dep3_wrap li.on a {background-color: #0051b4; color: #fff; border-color: #0051b4;}
}

@media all and (max-width:1350px){
    #header .menu_bx .dep1 > a {font-size: 14px;}
    #header .menu_bx .dep2_wrap > li > a {font-size: 13px;}
    #header .menu_bx .dep3_wrap {width: 140px; right: -140px;}
    #header .menu_bx .dep3_wrap > li > a {font-size: 13px;}
}

@media all and (max-width:1200px){
    #s_visual .tab_box .dep2_wrap > li {margin-right: 35px;}
}

/* 태블릿&모바일 공통*/
@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 */
    #header::before {top: 70px;}
    #header .h_inner {padding: 0; height: 70px;}
    #header .logo {width: 138px; height: 30px; background-size: 138px 30px !important; top: 20px;}
    #header .menu_btn {position: absolute; width: 25px; height: 24px; right: 0; top: 23px; z-index: 2; cursor: pointer;}
    #header .menu_btn span {position: absolute; width: 100%; height: 2px; background-color: #fff; left: 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
    #header .menu_btn span:nth-child(1) {top: 0;}
    #header.mOn .menu_btn span, #header.scroll .menu_btn span, #sub #header .menu_btn span {background-color: #111111;}
    #header .menu_btn.on span:nth-child(1) {transform: rotate(135deg); top: 50%; margin-top: -1px;}
    #header .menu_btn span:nth-child(2) {top: 11px;}
    #header .menu_btn.on span:nth-child(2) {opacity: 0;}
    #header .menu_btn span:nth-child(3) {top: 22px;}
    #header .menu_btn.on span:nth-child(3) {transform: rotate(-135deg); top: 50%; margin-top: -1px;}
    
    #header .menu_bx {position: fixed; width: 100%; height: 100%; background-color: #fff; left: 0; top: 0; padding-top: 70px; box-sizing: border-box; display: none;}
    #header .menu_bx .dep1_wrap {position: fixed; width: 100%; height: calc(100% - 240px); left: 0; top: 70px; overflow-y: auto; padding: 16px 20px; box-sizing: border-box;}
    #header .menu_bx .dep1 {text-align: center;}
    #header .menu_bx .dep1 > a {font-size: 20px; color: #111111; letter-spacing: -0.02em; font-weight: 600; height: 45px; display:flex; justify-content:center; align-items:center; table-layout:fixed; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; position: relative;}
    #header .menu_bx .dep1 > a::before {content: ''; width: 100%; height: 1px; background-color: rgba(255,255,255,0.2); position: absolute; bottom: 0; left: 0; opacity: 0; -webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; transition: opacity 0.3s;}
    #header .menu_bx .dep1.on > a {margin-top: 6px; background-color: #0051b4; height: 60px; color: #fff; border-radius: 10px 10px 0 0;}
    #header .menu_bx .dep1.on > a::before {opacity: 1;}
    #header .menu_bx .dep2_wrap {margin-bottom: 6px; background-color: #0051b4; border-radius: 0 0 10px 10px; font-size: 0; text-align: left; display: none; overflow: hidden; padding: 0!important}
    /*#header .menu_bx .dep2_wrap > li {width: 50%; display: inline-block; text-align: center; margin-top: 10px; vertical-align: top;}
    #header .menu_bx .dep2_wrap > li:nth-child(-n+2) {margin-top: 0; padding-top: 14px;}
    #header .menu_bx .dep2_wrap > li:last-child {padding-bottom: 14px;}*/
    #header .menu_bx .dep2_wrap > li {text-align: center;}
    #header .menu_bx .dep2_wrap > li > a {font-size: 16px; color: rgba(255,255,255,0.6); letter-spacing: -0.02em; display: block; line-height: 40px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
    #header .menu_bx .dep2_wrap > li.arrow.on > a {background-color: #062978; color: #fff;}
    #header .menu_bx .dep3_wrap {border-top: 1px solid #385493; display: none; width: 100%; right: auto;}
    #header .menu_bx .dep3_wrap > li {background-color: #062978; padding-bottom: 12px;}
    #header .menu_bx .dep3_wrap > li:first-child {padding-top: 13px;}
    #header .menu_bx .dep3_wrap > li:last-child {padding-bottom: 13px;}
    #header .menu_bx .dep3_wrap > li > a {display: inline-block; font-size: 16px; color: rgba(255,255,255,.6); line-height: 22px;}
    
    #header .search_bx {position: absolute; left: 20px; bottom: 100px; width: calc(100% - 40px);}
    #header .search_bx input {height: 60px; border-width: 1px; border-color: #0e377f; padding: 0 60px 0 25px; font-size: 15px; border-radius: 30px; color: #111;}
    #header .search_bx input::placeholder {color: rgba(170,170,170,0.6);}
    #header .search_bx .s_btn {width: 60px; height: 60px; background: url(../images/icon/search2.png) no-repeat center; background-size: 18px auto; background-position: left 15px center;}
    #header .nc_btn {position: absolute; left: 20px; bottom: 30px; width: calc(100% - 40px); height: 60px; border-radius: 30px; background-color: #03c157; padding: 0 23px 0 25px; display:flex; justify-content:center; align-items:center; table-layout:fixed; font-size: 15px; color: #ffffff; font-weight: 500; letter-spacing: -0.02em; box-sizing: border-box; line-height: 23px;}
    #header .nc_btn span {display: block; width: 100%; background: url(../images/icon/navercafe.png) no-repeat right center;}
    
    #header.mOn::before {opacity: 0;}
    #header.mOn .logo {background: url(../images/common/logo_on.png?v=251107) no-repeat center;}



    /* footer */
    #footer {padding: 35px 0 20px;}
    #footer .logo {max-width: 153px; width: 100%; top: -2px;}
    #footer .link1 {padding-left: 170px;}
    #footer .link1 li {margin-right: 30px;}
    #footer .link1 li a {font-size: 13px;}
    #footer .info {margin-top: 29px;}
    #footer .info li {font-size: 13px; line-height: 25px; min-height: 25px; padding-left: 60px;}
    #footer .link2 li {margin-right: 30px;}
    #footer .link2 li a {font-size: 13px; line-height: 25px;}
    #footer .btm_txt {margin-top: 20px; padding-top: 20px; font-size: 13px; line-height: 20px;}
    #footer .q_bx {display: none;}



    /* s_visual */
    #s_visual {padding-top: 70px; font-size: 0;}
    #s_visual .slogan {height: 150px;}
    #s_visual .slogan > .title_box .ttl_w {text-align: center;}
    #s_visual .slogan > .title_box .title {margin-top: 7px; font-size: 30px;}
    #s_visual .slogan > .title_box .sub_tit {font-size: 12px;}
    #s_visual .tb_bx {position: relative;}
    #s_visual.dep3On .tab_box {display: inline-block; width: 50%; vertical-align: top;}
    #s_visual.dep3On .tab_box2 {display: inline-block; width: 50%; vertical-align: top;}
    #s_visual.dep3On .tab_box2::before {content: ''; width: 1px; height: 50px; background-color: #fff; position: absolute; left: 0; top: 0;}
    #s_visual.dep3On .tab_box2 .ttl {display: none!important;}
    #s_visual .tb_bx .on_txt {background-color: #0051b4; padding: 0 20px; display:flex!important; justify-content:center; align-items:center; table-layout:fixed; height: 50px; cursor: pointer;}
    #s_visual .tb_bx .on_txt span {display: block; width: 100%; position: relative; font-size: 15px; color: #ffffff; font-weight: 600;}
    #s_visual .tb_bx .on_txt span::before {content: ''; width: 9px; height: 8px; background: url(../images/icon/arrow1.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 .tb_bx .on_txt.on span::before {transform: rotate(180deg);}
    #s_visual .tb_bx > ul {position: absolute; left: 0; top: 50px; z-index: 10; border: 1px solid #0051b4; border-top: none; box-sizing: border-box; padding: 0 20px; width: 100%; background-color: #fff; display: none;}
    #s_visual .tb_bx > ul > li {margin-bottom: 5px;}
    #s_visual .tb_bx > ul > li:first-child {padding-top: 10px;}
    #s_visual .tb_bx > ul > li:last-child {margin-bottom: 0; padding-bottom: 10px;}
    #s_visual .tb_bx > ul > li > a {font-size: 12px; color: #111; letter-spacing: -0.02em; display: inline-block; line-height: 25px;}




    /* 팝업 */
    .popup_bx .pop_w .pop_con {border-radius: 10px;}
    .popup_bx .pop_w .pop_con.type1 {padding: 35px 20px 35px; max-width: 340px;}
    .popup_bx .pop_w .pop_con.type1 .txt {font-size: 15px; line-height: 20px;}
    .popup_bx .pop_w .pop_con.type1 .f_bx {margin-top: 15px;}
    .popup_bx .pop_w .pop_con.type1 .f_bx input {height: 40px; font-size: 12px;}
    .popup_bx .pop_w .pop_con.type1 #board .btm_btn {padding-top: 20px;}
    .popup_bx .pop_w .pop_con.type1 #board .btm_btn a {width: calc(50% - 5px); margin-right: 10px;}
}

/* 모바일 */
@media all and (max-width:768px){
    .pc_show2 {display: none!important;}
    .m_show2 {display: block!important;}



    /* footer */
    #footer {padding: 70px 0 21px;}
    #footer .logo {position: relative; top: auto; left: auto;}
    #footer .link1 {display: none;}
    #footer .info {margin-top: 22px;}
    #footer .link2 {position: relative; right: auto; bottom: auto; margin-top: 15px;}
    #footer .btm_txt {margin-top: 22px; padding-top: 19px;}
}

