@charset "utf-8";

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: absolute; box-sizing: border-box; z-index: 100000; left: 0; top: 0; background-color: #fff; width: 100%;}
#header .h_inner {max-width: 1200px; width: calc(100% - 40px); box-sizing: border-box; margin: 0 auto; position: relative;}
#header .menu_btn {padding-left: 32px; cursor: pointer; height: 22px;}
#header .menu_btn .icon {width: 22px; height: 22px; left: 0; top: 0; position: absolute;}
#header .menu_btn .icon span {position: absolute; width: 100%; height: 2px; background-color: #111111; left: 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
#header .menu_btn .icon span:nth-child(1) {top: 0;}
#header .menu_btn.on .icon span:nth-child(1) {top: 50%; margin-top: -1px; transform: rotate(135deg);}
#header .menu_btn .icon span:nth-child(2) {top: 10px;}
#header .menu_btn.on .icon span:nth-child(2) {opacity: 0;}
#header .menu_btn .icon span:nth-child(3) {top: 20px;}
#header .menu_btn.on .icon span:nth-child(3) {top: 50%; margin-top: -1px; transform: rotate(-135deg);}
#header .menu_btn p {line-height: 22px; font-size: 14px; color: #111111; letter-spacing: -0.03em;}

#header .h_top {height: 121px;}
#header .h_top .h_top_w {border-bottom: 1px solid #eeeeee; background-color: #fff; z-index: 10; -webkit-transition: border 0.3s; -moz-transition: border 0.3s; transition: border 0.3s;}
#header .h_top .h_inner {padding: 35px 200px; -webkit-transition: padding 0.3s; -moz-transition: padding 0.3s; transition: padding 0.3s;}
#header .h_top .menu_btn {position: absolute; left: 0; top: 50%; margin-top: -11px; opacity: 0; -webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; transition: opacity 0.3s;}
#header .h_top .logo {width: 177px; height: 45px; position: absolute; left: 0; top: 38px; background: url(../images/common/logo.png) no-repeat center; font-size: 0; z-index: 1; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
#header .h_top .search_bx {max-width: 460px; width: 100%; margin: 0 auto; position: relative; box-sizing: border-box;}
#header .h_top .search_bx input {border: 2px solid #ee3424; height: 50px; border-radius: 25px; box-sizing: border-box; width: 100%; padding: 0 50px 0 20px; font-size: 16px; letter-spacing: -0.03em; word-break: keep-all; color: #111111; outline: none; -webkit-transition: border 0.3s; -moz-transition: border 0.3s; transition: border 0.3s;}
#header .h_top .search_bx input::placeholder {color: #aaaaaa;}
#header .h_top .search_bx .btn {position: absolute; right: 0; top: 0; font-size: 0; width: 50px; height: 50px; background: url(../images/icon/search1.png) no-repeat center;}
#header .h_top .r_bx {position: absolute; right: 4px; top: 33px; font-size: 0; -webkit-transition: top 0.3s; -moz-transition: top 0.3s; transition: top 0.3s;}
#header .h_top .r_bx li {display: inline-block; margin-right: 16px;}
#header .h_top .r_bx li:last-child {margin-right: 0;}
#header .h_top .r_bx li a {font-size: 12px; color: #666666; letter-spacing: -0.03em; display: block; position: relative; padding-top: 46px; overflow: hidden; box-sizing: border-box;}
#header .h_top .r_bx li a::before {content: ''; width: 26px; height: 26px; position: absolute; top: 8px; left: 50%; margin-left: -14px;}
#header .h_top .r_bx li.cart a {padding-right: 2px;}
#header .h_top .r_bx li.mypage a::before {background: url(../images/icon/mypage.png) no-repeat center;}
#header .h_top .r_bx li.cart a::before {background: url(../images/icon/cart.png) no-repeat center;}
#header .h_top .r_bx li.cart a .num {position: absolute; right: 0px; top: 0px; background-color: #ee3424; min-width: 20px; line-height: 20px; border-radius: 50%; text-align: center; font-size: 10px; color: #ffffff;}


/* footer */
#footer {border-top: 1px solid #dddddd; background-color: #fff;}
#footer .f_inner {max-width: 1200px; width: calc(100% - 40px); margin: 0 auto; box-sizing: border-box; display: flex; flex-flow: wrap; padding: 40px 0;}
#footer .f_inner .f_con {border-right: 1px solid #eeeeee; padding: 18px 0 0;}
#footer .f_inner .f_con:last-child {border-right: none;}
#footer .f_inner .f_con:nth-child(1) {width: calc(100% - 518px); box-sizing: border-box; padding-right: 40px;}
#footer .f_inner .f_con:nth-child(2) {width: 268px; box-sizing: border-box; padding-left: 40px; padding-right: 40px;}
#footer .f_inner .f_con:nth-child(3) {width: 250px; box-sizing: border-box; padding-left: 40px;}
#footer .link_bx {font-size: 0; margin-bottom: 20px;}
#footer .link_bx li {display: inline-block; margin-right: 22px;}
#footer .link_bx li:last-child {margin-right: 0;}
#footer .link_bx li a {font-size: 15px; color: #111111; font-weight: 500;}
#footer .link_bx li a.bold {font-weight: 700;}
#footer .info_bx {font-size: 0; margin-bottom: 20px;}
#footer .info_bx li {font-size: 14px; color: #444444; line-height: 24px; word-break: keep-all; margin-right: 30px; position: relative; display: inline-block;}
#footer .info_bx li:last-child {margin-right: 0;}
#footer .info_bx li::before {content: ''; width: 1px; height: 12px; background-color: #eeeeee; position: absolute; top: 50%; margin-top: -6px; right: -17px;}
#footer .info_bx li:last-child::before {display: none;}
#footer .btm_txt {font-size: 14px; color: #666666; font-weight: 500; line-height: 24px; word-break: keep-all;}
#footer .ttl {font-size: 15px; color: #111111; font-weight: 500; margin-bottom: 28px;}
#footer .img1 {margin-bottom: 9px; max-width: 70px;}
#footer .txt1 {font-size: 20px; color: #111111; font-weight: 700; margin-bottom: 11px;}
#footer .txt1.col2 {color: #ee3424;}
#footer .txt2 {font-size: 14px; color: #444444; line-height: 20px; word-break: keep-all; margin-bottom: 10px;}
#footer .txt2:last-child {margin-bottom: 0;}



/* s_visual */
#s_visual {padding-top: 190px;}



/* 팝업 */
.popup_bx {background-color: rgba(0,0,0,.2); position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 100000000; overflow-y: auto; padding: 100px 20px; box-sizing: border-box; display: none;}
.popup_bx .pop_w {display: table; width: 100%; height: 100%; table-layout: fixed;}
.popup_bx .pop_w .pop_inner {display: table-cell; height: 100%; vertical-align: middle;}
.popup_bx .pop_w .pop_inner .pop_con {max-width: 1200px; width: 100%; background-color: #fff; border-radius: 20px; padding: 76px 20px 80px; margin: 0 auto; box-sizing: border-box;}
.popup_bx .ttl {text-align: center; margin-bottom: 47px; font-size: 30px; color: #444444; letter-spacing: -0.05em; word-break: keep-all;}
.popup_bx .ttl strong {color: #111111; font-weight: 700;}
.popup_bx .btn_bx {max-width: 500px; margin: 0 auto; display: flex; flex-flow: wrap; justify-content: center; padding-top: 50px;}
.popup_bx .btn_bx a {width: calc(50% - 10px); margin-right: 20px; line-height: 70px; text-align: center; background-color: #cccccc; font-size: 18px; color: #ffffff; font-weight: 700; cursor: pointer;}
.popup_bx .btn_bx a:nth-child(2n) {margin-right: 0;}
.popup_bx .btn_bx a:last-child {margin-right: 0;}
.popup_bx .btn_bx a.col2 {background-color: #111111;}


.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 .h_w {height: 190px;}
    #header .h_btm {border-bottom: 1px solid #eeeeee; display: block!important}
    #header .h_btm .h_inner {display: flex; flex-flow: wrap;}
    #header .h_btm .menu_btn {width: 79px; box-sizing: border-box; margin-right: 41px; margin-top: 23px; position: relative;}
    #header .h_btm .r_bx {width: 120px; box-sizing: border-box; font-size: 0; padding-top: 22px;}
    #header .h_btm .r_bx li {display: inline-block; margin-right: 28px; position: relative;}
    #header .h_btm .r_bx li.mr0 {margin-right: 0;}
    #header .h_btm .r_bx li::before {content: ''; width: 1px; height: 12px; background-color: #dddddd; position: absolute; right: -15px; top: 50%; margin-top: -6px;}
    #header .h_btm .r_bx li.mr0::before {display: none;}
    #header .h_btm .r_bx li a {font-size: 14px; color: #666666; letter-spacing: -0.03em; display: block; line-height: 25px;}
    #header .h_btm .r_bx li.on a {color: #ee3424;}
    #header .h_btm .menu_bx {width: calc(100% - 120px); box-sizing: border-box; display: block!important;}
    #header .h_btm .menu_bx .dep1_bx {display: flex; flex-flow: wrap;}
    #header .h_btm .menu_bx .dep1_bx .dep1_wrap {font-size: 0; text-align: center; width: calc(100% - 120px); box-sizing: border-box;}
    #header .h_btm .menu_bx .dep1_bx .dep1_wrap .dep1 {display: inline-block; margin-right: 80px;}
    #header .h_btm .menu_bx .dep1_bx .dep1_wrap .dep1:last-child {margin-right: 0;}
    #header .h_btm .menu_bx .dep1_bx .dep1_wrap .dep1 > a {font-size: 17px; color: #111111; font-weight: 600; letter-spacing: -0.03em; line-height: 68px; display: block;}
    #header .h_btm .menu_bx .dep1_bx .r_bx {width: 120px; box-sizing: border-box; text-align: right;}
    #header .h_btm .menu_bx .dep2_bx {position: fixed; width: 100%; left: 0; top: 190px; height: calc(100% - 190px); box-sizing: border-box; background-color: #fafafa;  overflow-y: auto; z-index: 1; padding: 34px 0; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; visibility: hidden; opacity: 0; z-index: -10000;}
    #header .h_btm .menu_bx .dep2_bx.on {visibility: visible; opacity: 1; z-index: 10;}
    #header .h_btm .menu_bx .dep2_bx .dep2_wrap {max-width: 1200px; width: calc(100% - 40px); margin: 0 auto; box-sizing: border-box; display: flex; flex-flow: wrap;}
    #header .h_btm .menu_bx .dep2_bx .dep2_wrap .dep2 {width: 16.666%; box-sizing: border-box; margin-top: 69px;}
    #header .h_btm .menu_bx .dep2_bx .dep2_wrap .dep2:nth-child(-n+6) {margin-top: 0;}
    #header .h_btm .menu_bx .dep2_bx .dep2_wrap .dep2 > a {display: block; font-size: 17px; color: #111111; font-weight: 600; letter-spacing: -0.03em; word-break: keep-all; line-height: 27px;}
    #header .h_btm .menu_bx .dep2_bx .dep2_wrap .dep3_wrap {border-top: 1px solid #dddddd; margin-top: 14px; padding-top: 14px; padding-right: 20px; display: block!important;}
    #header .h_btm .menu_bx .dep2_bx .dep2_wrap .dep3_wrap .dep3 {margin-bottom: 6px;}
    #header .h_btm .menu_bx .dep2_bx .dep2_wrap .dep3_wrap .dep3:last-child {margin-bottom: 0;}
    #header .h_btm .menu_bx .dep2_bx .dep2_wrap .dep3_wrap .dep3 > a {display: inline-block; font-size: 14px; color: #666666; letter-spacing: -0.03em; word-break: break-all; line-height: 24px;}
    
    #header.scroll .h_top .h_top_w {position: fixed; width: 100%; top: 0; left: 0; border-bottom: 2px solid #ee3424;}
    #header.scroll .h_top .h_inner {padding: 15px 0;}
    #header.scroll .h_top .logo {opacity: 0; z-index: -1; visibility: hidden;}
    #header.scroll .h_top .menu_btn {opacity: 1; z-index: 2;}
    #header.scroll .h_top .search_bx input {border-color: #fff;}
    #header.scroll .h_top .r_bx {top: 20px;}
    #header.scroll .h_top .r_bx li a {height: 36px;}
    
    #header.scroll .h_btm .menu_bx .dep2_bx {height: calc(100% - 82px); top: 82px;}
    
    #header .q_bx {position: fixed; right: 60px; bottom: 60px;}
    #header .q_bx li {margin: 0 0 9px auto; box-shadow: 0 10px 20px rgba(17,17,17,0.2);}
    #header .q_bx li:last-child {margin-bottom: 0;}
    #header .q_bx .icon {width: 60px; height: 60px; box-sizing: border-box; border-radius: 30px; position: relative; overflow: hidden; -webkit-transition: width 0.3s; -moz-transition: width 0.3s; transition: width 0.3s;}
    #header .q_bx .icon:hover {width: 180px;}
    #header .q_bx .icon.icon1 {background-color: #ffcd01;}
    #header .q_bx .icon.icon2 {background-color: #ee3424;}
    #header .q_bx .icon.icon3 {background-color: #111111;}
    #header .q_bx .icon::before {content: ''; width: 60px; height: 60px; position: absolute; right: 0; top: 0;}
    #header .q_bx .icon.icon1::before {background: url(../images/icon/q_icon1.png) no-repeat center;}
    #header .q_bx .icon.icon2::before {background: url(../images/icon/q_icon2.png) no-repeat center;}
    #header .q_bx .icon.icon3::before {background: url(../images/icon/q_icon3.png) no-repeat center;}
    #header .q_bx .icon span {width: 180px; padding: 0 30px; box-sizing: border-box; position: absolute; right: 0; top: 0; line-height: 60px; font-size: 18px; color: #ffffff; font-weight: 600; letter-spacing: -0.02em;}
    #header .q_bx .top_btn {width: 60px; height: 60px; background-color: #fff; border-radius: 50%; font-size: 0; position: relative; cursor: pointer;}
    #header .q_bx .top_btn::before {content: ''; width: 21px; height: 21px; background: url(../images/icon/q_top.png) no-repeat  center top; position: absolute; left: 50%; top: 50%; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
    #header .q_bx .top_btn:hover::before {background-position: center bottom;}
}

/* 태블릿&모바일 공통*/
@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 .h_top .h_inner {padding: 60px 0 0; height: 120px;}
    #header .h_top .logo {width: 133px; height: 34px; background-size: 133px 34px; top: 13px;}
    #header .h_top .r_bx li.mypage {display: none;}
    #header .h_top .menu_btn {opacity: 1; padding: 0; left: auto; right: 0; top: 22px; margin-top: 0;}
    #header .h_top .menu_btn .icon {width: 17px; height: 18px; position: relative;}
    #header .menu_btn .icon span:nth-child(2) {top: 8px;}
    #header .menu_btn .icon span:nth-child(3) {top: 16px;}
    #header .h_top .menu_btn p {display: none;}
    #header .h_top .r_bx {top: 15px; right: 30px;}
    #header .h_top .r_bx li a {font-size: 0; width: 27px; height: 26px; padding: 0;}
    #header .h_top .r_bx li a::before {background-size: 20px auto!important; left: 0; margin-left: 0; width: 20px; top: auto; bottom: 0; height: 20px;}
    #header .h_top .r_bx li.cart a .num {min-width: 15px; font-size: 7.5px; line-height: 15px; right: 0; top: 0;}
    #header .h_top .search_bx {max-width: 100%; z-index: 10;}
    #header .h_top .search_bx input {border-width: 1px; height: 45px; padding: 0 50px 0 20px; font-size: 13px; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s;}
    #header .h_top .search_bx .btn {width: 50px; height: 45px; background-size: 17px auto; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
    
    #header .h_btm {position: fixed; width: 100%; height: calc(100% - 60px); top: 60px; left: 0; background-color: #fff; z-index: 100; border-top: 1px solid #eeeeee; box-sizing: border-box; display: none;}
    #header .h_btm .h_inner {width: 100%; display: flex; flex-flow: wrap;}
    #header .h_btm .menu_btn {display: none}
    
    #header .h_btm .q_bx {height: 80px; box-sizing: border-box; width: 100%; position: fixed; left: 0; bottom: 0;}
    #header .h_btm .q_bx ul {display: flex; flex-flow: wrap;}
    #header .h_btm .q_bx ul li {width: 33.333%; box-sizing: border-box;}
    #header .h_btm .q_bx ul li.top_btn {display: none;}
    #header .h_btm .q_bx ul li > a {height: 80px; display: block; text-align: center; display:flex; justify-content:center; align-items:center; table-layout:fixed; font-size: 13px; color: #ffffff; font-weight: 600; letter-spacing: -0.02em;}
    #header .h_btm .q_bx ul li.icon1 > a {background-color: #ffcd01;}
    #header .h_btm .q_bx ul li.icon2 > a {background-color: #ee3424;}
    #header .h_btm .q_bx ul li.icon3 > a {background-color: #111111; }
    #header .h_btm .q_bx ul li > a span {display: block; width: 100%; text-align: center; padding-top: 36px;}
    #header .h_btm .q_bx ul li.icon1 > a span {background: url(../images/icon/q_icon1.png) no-repeat center top; background-size: 26px auto;}
    #header .h_btm .q_bx ul li.icon2 > a span {background: url(../images/icon/q_icon2.png) no-repeat center top; background-size: 26px auto;}
    #header .h_btm .q_bx ul li.icon3 > a span {background: url(../images/icon/q_icon3.png) no-repeat center top; background-size: 26px auto;}
    
    #header .h_btm .menu_bx .dep1_bx {width: 120px; height: calc(100% - 140px); box-sizing: border-box; position: fixed; top: 60px; left: 0; overflow-y: auto; display: flex; flex-flow: wrap; background-color: #f6f6f6;}
    #header .h_btm .menu_bx .dep1_bx .dep1_wrap {box-sizing: border-box; width: 100%;}
    #header .h_btm .menu_bx .dep1_bx .dep1_wrap .dep1 {}
    #header .h_btm .menu_bx .dep1_bx .dep1_wrap .dep1 a {height: 50px; padding: 0 20px; display:flex; justify-content:left; align-items:center; table-layout:fixed; font-size: 15px; color: #111111; font-weight: 700; position: relative;}
    #header .h_btm .menu_bx .dep1_bx .dep1_wrap .dep1 a::before {content: ''; width: 10px; height: 14px; background: url(../images/icon/menu_arrow1.png) no-repeat center; background-size: 10px 14px; position: absolute; right: 0; top: 50%; margin-top: -7px; opacity: 0;}
    #header .h_btm .menu_bx .dep1_bx .dep1_wrap .dep1.on a {color: #fff; background-color: #ee3424;}
    #header .h_btm .menu_bx .dep1_bx .dep1_wrap .dep1.on a::before {opacity: 1;}
    #header .h_btm .menu_bx .dep1_bx .r_bx {box-sizing: border-box; padding: 24px 20px; width: 100%; align-items:end; display: flex;}
    #header .h_btm .menu_bx .dep1_bx .r_bx li {margin-bottom: 6px;}
    #header .h_btm .menu_bx .dep1_bx .r_bx li:last-child {margin-bottom: 0;}
    #header .h_btm .menu_bx .dep1_bx .r_bx li a {display: inline-block; font-size: 13px; color: #aaaaaa; font-weight: 600; line-height: 23px;}
    #header .h_btm .menu_bx .dep2_bx {width: calc(100% - 120px); height: calc(100% - 140px); box-sizing: border-box; position: fixed; top: 60px; right: 0; overflow-y: auto; padding: 13px 20px; display: block!important;}
    #header .h_btm .menu_bx .dep2_bx::before {content: '전체메뉴'; font-size: 18px; color: #ee3424; font-weight: 700; line-height: 25px; display: block; margin-bottom: 17px;}
    #header .h_btm .menu_bx .dep2_bx .dep2_wrap {border-top: 1px solid #222222;}
    #header .h_btm .menu_bx .dep2_bx .dep2 {border-bottom: 1px solid #dddddd;}
    #header .h_btm .menu_bx .dep2_bx .dep2 > a {min-height: 45px; padding: 0 40px 0 20px; position: relative; display:flex; justify-content:left; align-items:center; table-layout:fixed; font-size: 14px; line-height: 21px; font-weight: 600; color: #111111;}
    #header .h_btm .menu_bx .dep2_bx .dep2 > a::before {content: ''; width: 14px; height: 9px; background: url(../images/icon/menu_arrow2.png) no-repeat center; background-size: 14px 9px!important; position: absolute; right: 15px; top: 50%; margin-top: -4px;}
    #header .h_btm .menu_bx .dep2_bx .dep2 > a.on {color: #fff; background-color: #333333;}
    #header .h_btm .menu_bx .dep2_bx .dep2 > a.on::before {background: url(../images/icon/menu_arrow3.png) no-repeat center; transform: rotate(180deg); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
    #header .h_btm .menu_bx .dep2_bx .dep3_wrap {background-color: #fafafa; padding: 0 20px; display: none;}
    #header .h_btm .menu_bx .dep2_bx .dep3_wrap .dep3 {margin-bottom: 22px;}
    #header .h_btm .menu_bx .dep2_bx .dep3_wrap .dep3:first-child {padding-top: 13px;}
    #header .h_btm .menu_bx .dep2_bx .dep3_wrap .dep3:last-child {margin-bottom: 0; padding-bottom: 11px;}
    #header .h_btm .menu_bx .dep2_bx .dep3_wrap .dep3 > a {display: inline-block; font-size: 13px; color: #444444; line-height: 18px; word-break: break-all;}
    
    #header.scroll .h_top .search_bx {position: fixed; width: 100%; left: 0; top: 0; background-color: #fff;}
    #header.scroll .h_top .search_bx input {height: 60px; border-color: #fff; border-bottom-color: #ee3424; border-radius: 0; padding: 0 70px 0 20px;}
    #header.scroll .h_top .search_bx .btn {width: 70px; height: 60px;}


    /* footer */
    #footer .f_inner {padding: 29px 0 20px;}
    #footer .f_inner .f_con {padding-top: 15px;}
    #footer .f_inner .f_con:nth-child(1) {padding-right: 20px; width: calc(100% - 420px);}
    #footer .f_inner .f_con:nth-child(2) {padding-left: 20px; padding-right: 20px; width: 220px;}
    #footer .f_inner .f_con:nth-child(3) {padding-left: 20px; width: 200px;}
    #footer .link_bx {margin-bottom: 16px;}
    #footer .link_bx li {margin-right: 20;}
    #footer .link_bx li a {font-size: 13px;}
    #footer .info_bx {margin-bottom: 18px;}
    #footer .info_bx li {margin-right: 23px; font-size: 11px; line-height: 17px;}
    #footer .info_bx li::before {height: 8px; margin-top: -4px; right: -12px;}
    #footer .info_bx li.w100 {display: block; width: 100%; margin-right: 0;}
    #footer .info_bx li.brN {margin-right: 0;}
    #footer .info_bx li.w100::before {display: none;}
    #footer .info_bx li.brN::before {display: none;}
    #footer .btm_txt {font-size: 11px; line-height: 17px;}
    #footer .ttl {margin-bottom: 18px; font-size: 13px;}
    #footer .img1 {margin-bottom: 0; max-width: 56px; width: 100%:}
    #footer .txt1 {margin-bottom: 8px; font-size: 16px;}
    #footer .txt2 {margin-bottom: 7px; font-size: 11px; line-height: 17px;}



    /* s_visual */
    #s_visual {padding-top: 121px;}



    /* 팝업 */
    .popup_bx {padding: 50px 20px;}
    .popup_bx .pop_w .pop_inner .pop_con {border-radius: 10px; padding: 36px 20px 30px;}
    .popup_bx .ttl {margin-bottom: 17px; font-size: 20px;}
    .popup_bx .btn_bx {padding-top: 20px; max-width: 250px;}
    .popup_bx .btn_bx a {font-size: 13px; line-height: 45px; 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 .f_inner .f_con:nth-child(1) {width: 100%; border-right: none; padding-right: 0; border-bottom: 1px solid #eeeeee; margin-bottom: 20px; padding-bottom: 27px;padding-top: 0;}
    #footer .f_inner .f_con:nth-child(2) {padding-left: 0; padding-right: 15px; width: 50%; padding-top: 8px; padding-bottom: 7px;}
    #footer .f_inner .f_con:nth-child(3) {width: 50%; padding-top: 8px; padding-bottom: 7px;}
}

