@charset "utf-8";

:root {
    --point-color: #776356;
    --basic-color: #333;
    --footer-bg: #262626;
    --footer-text: #747575;
    --table-th-bg: #f9f9f9;
    --table-txt:#222;
    --table-td-bg: #fff;
    --lightgray:#ebebeb;
    --white:#fff;
    --txt-point-color: #35bbe1;
    --dark: #222;
	--visual-txt:#95785e;
}

#container.hidden{}

/*내용관리 테이블*/
#ctt table{ border-top: 5px solid var(--point-color);}
#ctt table tr{}
#ctt table tr td{font-size: 1.5rem;padding: 25px 0 25px 25px !important;}
#ctt table tr td:first-child{background: var(--table-th-bg) !important;color: var(--table-txt) !important;font-weight: 500 !important;}
#ctt table tr td:last-child,
#ctt table tr td:last-child > p,
#ctt table tr td:last-child > p > span{ color: var(--table-txt) !important;}

/* 팝업레이어 */
#hd_pop {z-index:99999;    position: fixed; left: 50% !important; top: 50% !important; transform: translate(-50%, -50%);}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position: fixed; left: 50% !important; top: 50% !important; transform: translate(-50%, -50%);}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}
#hd_pops_overlay { position: fixed; z-index: 9998; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.3); width: 100vw; height: 100vh;}
#container .hd_pops_overlay{display: none;}
#container.hidden .hd_pops_overlay{ display: block;}

/*퀵메뉴*/
#quick {position:fixed;top:80%;right:0;z-index:1000;margin-top:-210px;letter-spacing:0;box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);border-radius: 15px 0 0 0;overflow: hidden;}
#quick .menu {width:90px;text-align:center;background:#fff;}
#quick .menu h2 {line-height:37px;color:#fff;font-weight:700;font-size:14px;background: var(--point-color);border-radius: 15px 0 0 0;}
#quick .menu li+li {border-top:1px solid #E2E2E2;}
#quick .menu li:last-child{border-radius:0 0 20px 0;}
#quick .menu a {display:block; padding:15px 0; font-size:1.4rem; line-height:1.2; font-weight:500;}
#quick .menu a span{color: var(--point-color);font-size: 2rem;display: block;margin-bottom: 10px;}
#quick .menu a strong {display:block;font-weight:500;font-size: 1rem;}
.quick_consult_pop {display:none;position:fixed;top:60%;right:96px;z-index:111111000;width:320px;margin-top:-210px;padding: 2rem;background:#fff;box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);}
.quick_consult_pop .btn_pop_close {position:absolute; top:20px; right:20px; width:16px; height:16px; background:url('../images/common/icon_quick_close.svg') no-repeat center/contain; font-size: 20px;}
.quick_consult_pop h3 {margin:12px 0;font-size:2rem;color:var(--point-color);font-weight:700;text-align:left;background:no-repeat center top;background-size:6rem auto;}
.quick_consult_pop .stxt {margin-bottom:25px; font-size:16px; line-height:1.37; text-align:center;}
.quick_consult_pop input[type="text"], 
.quick_consult_pop select {width:100%; height:44px; padding-left:15px; border:1px solid #E8E9ED; border-radius:3px; font-size:14px; color:#909090; margin-bottom: 13px;}
.quick_consult_pop .inp_chk{     padding: 5px 0; display: block;}
.quick_consult_pop .btn_submit {width:100%; height:44px; margin-top:10px; text-align:center; border-radius:3px; font-size:15px; font-weight:700; color:#fff; background:var(--point-color);}
.quick_consult_pop .tbox {border-radius:3px;color: var(--point-color);padding: 1rem 0;line-height:1.7;text-align: center;}
.quick_consult_pop .tbox strong {display:inline-block;font-size: 15px;color: var(--point-color);font-weight:500;margin-right: 7px;}
.quick_consult_pop .tbox span {display:inline-block;color: var(--point-color);font-size: 23px;font-weight: 600;}





/* 상단 레이아웃 */
#hd {background:#212020}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#tnb {border-bottom:1px solid #383838;margin:0 auto}
#tnb:after {display:block;visibility:hidden;clear:both;content:""}
#tnb .inner {margin:0 auto}

#hd_wrapper {position:relative;margin:0 auto;height:140px;zoom:1}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#logo {float:left;padding:30px 0 0}

.hd_sch_wr {float:left;padding:30px 0;;width:445px;margin-left:65px}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch {border-radius:30px;overflow:hidden}
#hd_sch #sch_stx {float:left;width:385px;height:45px;padding-left:10px;border-radius:30px 0 0 30px;background:#2c2c2c;border:0;border-right:0;font-size:1.25em;color:#fff}
#hd_sch #sch_submit {float:left;width:60px;height:45px;border:0;background:#2c2c2c;color:#fff;border-radius:0 30px 30px 0;cursor:pointer;font-size:16px}

#hd_qnb {float:right;text-align:right}
#hd_qnb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_qnb li {float:left;font-size:1.083em;line-height:14px;border-right:1px solid #4a4a4a;position:relative;text-align:center;margin:15px 10px 15px 0;padding-right:10px}
#hd_qnb li:last-child {padding-right:0;margin-right:0;border-right:0}
#hd_qnb li span {display:block;margin-top:5px;font-size:0.92em}
#hd_qnb li a {display:inline-block;color:#919191}
#hd_qnb .visit .visit-num {display:inline-block;line-height:16px;padding:0 5px;margin-left:5px;border-radius:10px;background:#da22f5;color:#fff;font-size:10px}


.hd_login {position:absolute;right:0;top:60px}
.hd_login li {float:left;margin:0 5px;border-left:1px solid #616161;padding-left:10px;line-height:13px}
.hd_login li:first-child {border-left:0}
.hd_login a {color:#fff}


/* 메인메뉴 */
#gnb {position:relative;}
#gnb > h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb .gnb_wrap {margin:0 auto;position:relative}

#gnb #gnb_1dul { display: flex; align-items: center; gap: 0 30px;}
#gnb ul:after {}
#gnb .gnb_1dli { padding:30px 50px; position: relative;}
#gnb .gnb_1dli.gnb_mnal { position: absolute; right: 0; display: none;}
#gnb .gnb_1dli:nth-child(2) {/* padding-left: 0; */}
#gnb .gnb_1dli:hover > a {color:var(--point-color);
-webkit-transition:background-color 2s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}

.gnb_1da { font-size:1.2rem;color:var(--basic-color); font-weight: 500;}
.gnb_2dul {display:none;position:absolute;top: 70px;min-width:140px;padding-top:2px}
.gnb_2dul .gnb_2dul_box {border:1px solid #e0e2e5;border-top:0;padding:0;
-webkit-box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2);
-moz-box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2);
box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2)}
.gnb_2dul .gnb_2dul_box li{
    text-align: center;
}
.gnb_2dul .gnb_2dul_box li > a{padding: 5px 0;font-size:0.9rem;color:var(--basic-color);font-weight: 500;text-align: center;}
.gnb_2da {display:block;padding:0 10px;line-height:40px;background:#fff;color:#080808;text-align:left;text-decoration:none}
a.gnb_2da:hover {color:#3a8afd;background:#f7f7f8;
-moz-transition:all 0.3s ease-out;
-o-transition:all 0.3s ease-out;
transition:all 0.3s ease-out}


header nav > ul > li > a {display:block; }
header nav .submenu {display:none; text-align:center;margin: 0}
header nav .submenu li a{display:block;}
header .hd_wrap .hd_tel{ font-size: 1.6rem; font-weight: 900; color: var(--white);  letter-spacing: -0.5px;}
header.fixed .hd_wrap .hd_tel{ color: var(--point-color);}
header .hd_wrap .hd_tel i{margin-right: 5px;}
header .hd_wrap .hd_tel > span{ col}

.gnb_1dli_air .gnb_2da {}
.gnb_1dli_on .gnb_2da {}
.gnb_2da:focus, .gnb_2da:hover {color:#fff}
.gnb_1dli_over .gnb_2dul {display:block;left: 50%;transform: translateX(-50%);}
.gnb_1dli_over2 .gnb_2dul {display:block;right:0}
.gnb_wrap .gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2.7em;color:#080808}
.gnb_wrap .gnb_empty a {color:#3a8afd;text-decoration:underline}
.gnb_wrap .gnb_al_ul .gnb_empty, .gnb_wrap .gnb_al_ul .gnb_empty a {color:#555}

#gnb .gnb_menu_btn {background:transparent;color:var(--white); border:0; font-size:1.8rem; outline: none; display: flex; align-items: start;}
header.fixed #gnb .gnb_menu_btn{ color: var(--point-color);}
#gnb .gnb_close_btn {background:#fff;color:#b6b9bb;width:50px;height:50px;border:0;vertical-align:top;font-size:18px;position:absolute;top:0;right:0}


#gnb_all {display:none;position: fixed; background:#fff;z-index:1000;}
#gnb_all h2 {font-size:1.3em;padding:15px 20px;border-bottom:1px solid #e7eeef}
#gnb_all .gnb_all_wrap{
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 80px;
}
#gnb_all .gnb_al_ul{
    padding: 65px 0 0;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}
#gnb_all .gnb_al_ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb_all .gnb_al_ul > li:nth-child(5n+1) {border-left:0}
#gnb_all .gnb_al_li {}
#gnb_all .gnb_al_li .gnb_al_a {}
#gnb_all .gnb_al_li li {line-height:2em}
#gnb_all .gnb_al_li li a {color:#555}
#gnb_all_bg {display:none;background:rgba(0,0,0,0.1);width:100%;height:100%;position:fixed;left:0;top:0;z-index:999}

header{position:fixed;z-index:20;left:0;top:0;width:100%;padding:0 42px;background-color:transparent;}
header.fixed{position:fixed;background-color:#fff; box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);}
header:after {display:block; content:''; clear:both;}
header .hd_wrap{ display: flex; align-items: center; justify-content: space-between; padding: 15px 0;}
header h1{z-index:10;}
header h1 a{ display: inline-block;}
header h1.logo{}
header h1.logo02{display: none;}
header.fixed h1.logo02{display: block;}
header.fixed h1.logo{display: none;}
header h2 {display:none;}
header nav { z-index:10;}
header nav > ul { display: flex; gap: 0 25px; justify-content: center;}
header nav > ul > li { }
header nav > ul > li > a {display:block; padding:30px 50px;font-size:1.2rem;color:var(--basic-color); font-weight: 500;}
header nav .submenu {display:none; text-align:center;margin: 0}
header nav .submenu li a{display:block;padding:10px 0;font-size:0.9rem;color:var(--basic-color); font-weight: 500;}
header nav .submenu li a:hover{color: --point-color font-weight: 600;}
header .menu{z-index:10;width:100px;text-indent:-9999px;background:url('../img/comm/ico-menu.png') center no-repeat;transition:.3s ease; padding: 30px 0;}
header .mail{position:absolute;right:100px;top:0;z-index:10;width:100px;height:100px;text-indent:-9999px;background:url('../img/main/ico01.png') #2e86d0 center no-repeat;transition:.3s ease}
header.open .menu{background-image:url('../img/comm/ico-close.png')}
header .submenu_bg {display:none; position:absolute; z-index:1; left:0; top:0; width:100%; height:320px;background-color:#fff;}

.gnb_1dli .bg {position:absolute;top:24px;right:8px;display:inline-block;width:10px;height:10px;overflow:hidden;background:url('../img/gnb_bg2.gif') no-repeat 50% 50%;text-indent:-999px; display: none !important;}





/* 중간 레이아웃 */
#wrapper {}
#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container_wr {margin:0 auto;height:100%;zoom:1}

#container_title {font-size:1.333em;margin:0 auto;font-weight:bold}
#container_title span {margin:0 auto 10px;display:block;line-height:30px}

.lt_wr {width:32%}
.lt_wr:nth-child(3n+1) {clear:both}
.latest_wr {margin-bottom:20px}
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}
.latest_top_wr {margin:0 -10px 20px}
.latest_top_wr:after {display:block;visibility:hidden;clear:both;content:""}

/* 하단 레이아웃 */
#ft {background:#212020;margin:0 auto;text-align:center}
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft_wr {max-width:1240px;margin:0;padding:40px 0;position:relative;display:inline-block;text-align:left}
#ft_wr:after {display:block;visibility:hidden;clear:both;content:""}
#ft_wr .ft_cnt {width:25%;float:left;padding:0 20px}

#ft_link {text-align:left}
#ft_link a {display:block;color:#fff;line-height:2em;font-weight:bold}
#ft_company h2 {font-size:1.2em;margin-bottom:20px}
#ft_company {font-weight:normal;color:#e3e3e3;line-height:2em}
#ft_catch {margin:20px 0 10px}
#ft_copy {text-align:center;width:1200px;margin:0 auto;padding:20px 0;color:#5b5b5b;font-size:0.92em;border-top:1px solid #383838}
#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #333;color:#333;text-align:center;font-size:15px;z-index:90;background:rgba(255,255,255,0.5)}
#top_btn:hover {border-color:#3059c7;background:#3059c7;color:#fff}



footer {padding:80px 0; background: var(--footer-bg); color: var(--footer-text);}

footer .f_logo {}
footer address {}
footer address > ul{ display: flex; justify-content: space-between; width: 100%;}
footer address > ul > li {display:inline-block; margin-right:30px;}
footer address > ul > li > ul{ display: flex; flex-direction: column; gap: 25px 0;}
footer address > ul > li > ul > li{ font-size: 1rem; font-weight: 300;}
footer address > ul li strong{ font-weight: 500;}
footer address > ul li p{ font-weight: 300; font-size: 0.8rem;}
footer address > ul li a {color:#fff; font-size:13px; font-weight:500;}
footer .ft_btm{     margin-top: 50px; padding-top: 25px; border-top: 1px solid var(--footer-text);}
footer .ft_btm span{ margin-top: 10px; font-size: 1rem; display: block;}

#aside{position:absolute;right:0;top:50%;z-index:5;transform:translateY(-50%);background-color:#847159;width:80px}
#aside li{border-bottom:1px solid #6b5840}
#aside li:last-child{border-bottom:0}
#aside a{display:block;text-align:center;color:#fff;padding:22px 0;opacity:.8}
#aside a:hover{opacity:1}
#aside .caption{margin-top:10px}

.sub-con{width:1200px;margin:100px auto;line-height:1.6;color:#333;font-size:1rem}
.sub-con .title-wrap{color:#222;font-size:2rem;font-weight:bold;text-align:center;margin-bottom:50px}
.sub-con .title-wrap:before{display:none;content:"-우진-";letter-spacing:5px;opacity:.6;font-size:.75rem;font-weight:normal}
.con-box{margin:100px 0}

.sub_bg{position:relative;display:table;width:100%;height: 450px;background:center no-repeat;background-size:cover;overflow:hidden;text-align:center;color:#fff}
.sub_bg{ background-image: linear-gradient(45deg, rgb(67, 196, 224) 0%, rgb(47, 153, 204) 49%, rgb(23, 111, 184) 100%);}
.sub_bg.sub_bg_bus{background-image:url('../img/sub/back08.jpg')}
.sub_bg.sub_bg_intro{background-image:url('../img/sub/back03.jpg')}
.sub_bg.sub_bg_history{background-image:url('../img/sub/back04.jpg')}
.sub_bg.sub_bg_org{background-image:url('../img/sub/back05.jpg')}
.sub_bg.sub_bg_way{background-image:url('../img/sub/back06.jpg')}
.sub_bg.sub_bg_product{background-image:url('../img/sub/back02.jpg')}

#sub_menu_title{display:table-cell;vertical-align:middle}
#sub_menu_title strong{display:block;font-size:2.25rem}
#sub_menu_title span{font-size:1rem;font-weight:400;color:rgba(255,255,255,.6)}
#submenu{position:relative;top: -60px;width:100%;background: #fff;border-bottom: 1px solid var(--lightgray);border-top: 1px solid var(--lightgray);}
#submenu ul{width:1200px;margin:0 auto}
#submenu .leftmenu{display:table;}
#submenu .leftmenu_s{background-color: #fff;}
#submenu .leftmenu.float{display:block;overflow:hidden;display: flex;width: 100%;display: flex;justify-content: left;align-items: center;box-sizing: border-box;}
#submenu .leftmenu.float .leftmenu_s{ display: flex; justify-content: center; border-right: 1px solid var(--lightgray); transition: var(--transition); transition-property: opacity;
opacity: 1; flex: 1;}
#submenu .leftmenu_s:first-child{border-left:1px solid #ccc}
#submenu .leftmenu_s a{color:#222;font-size:1.12rem;transition:.3s;display: inline-block;line-height: 1.2;width: 100%;padding: 1.3rem 2rem;text-align: center;}
#submenu .leftmenu_s a:hover,
#submenu .leftmenu_s.active a{background-image: linear-gradient(45deg, rgb(67, 196, 224) 0%, rgb(47, 153, 204) 49%, rgb(23, 111, 184) 100%);color:#fff;font-weight:bold}
#submenu .leftmenu_s.border-left{border-left:1px solid #ccc}
#submenu .leftmenu_s.border-topn a{}


@media all and (max-width: 1300px) {
	#gnb #gnb_1dul{gap: 0 15px;}
	header .hd_wrap .hd_tel span{ display: none;}
}

@media all and (max-width:1280px) {

	#gnb .gnb_1dli{ padding: 30px 20px;}
}


@media all and (max-width:1200px) {
	#submenu ul{width:100%}
	.sub-con{width:100%;padding:0 10px}

	#bo_w, #bo_v, #bo_gall, #bo_list{width:100%;padding:0 10px}
}

@media all and (max-width:1028px) {
	html{font-size:15px}

	.ab{font-size:3rem}
	.btn-view{margin-top:30px;padding:10px 25px}

	header{padding:0 20px}
	header h1{padding:25px 0;font-size:1.5rem}
	header .menu{width:78px;height:78px}
	header .mail{width:78px;height:78px;right:78px}
	header .submenu_bg{height:260px}

    .h2-wrap .h2-tit{font-size:2.4rem}
	.h2-wrap .h2-stit{font-size:1rem;margin-top:20px}

	footer .f_logo{float:none; margin-bottom:15px;}
	footer address {float:none; width:100%; margin-left:0;}
	footer address > p {margin-top:10px;}
	footer address > ul li{margin:0 10px 5px 0}

	#aside{display:none}

    /* sub */
	.sub-con{font-size:.875rem;margin:10vw auto}
	.con-box{margin:10vw auto}
	#submenu .leftmenu_s a{font-size:.875rem}
	.sub-intro .tit{font-size:1.4rem}
	.sub-intro .txt{font-size:.875rem}

}

@media all and (max-width:860px) {
	body.hide{overflow: hidden;height: 100vh;}
	header .hd_wrap{ justify-content: unset;}
	header .hd_wrap.on .logo{}
	header .hd_wrap.on .logo::before{content: '';position: fixed;left: 0;top: 0;width: calc(100% - 50px);height: 65px;background: #fff;z-index: -2;}
	#gnb #gnb_1dul .gnb_1dli{display: none;}
	#gnb #gnb_1dul .gnb_1dli.gnb_mnal{display: block;}
	#gnb{position: absolute; right: 0;}
	#gnb_all { display: none; position: fixed; width: 100%; height: 100vh; background: #fff; z-index: 1000; left: 0; top: 0;}
	#gnb_all .gnb_al_li > a{    color: #fff; font-size: 1.3rem; font-weight: 600; margin-bottom: 10px; display: block; background: var(--point-color); padding: 10px 20px;}	#gnb_all .gnb_al_li > ul{ padding: 0 20px; display: flex; flex-direction: column; gap: 8px 0;}
	#gnb_all .gnb_al_li > ul > li{}
	#gnb_all .gnb_al_li > ul > li > a{ font-size: .9rem;}
	#gnb .gnb_close_btn{height: 65px;color: #000;z-index: 8;}
	header .hd_wrap .hd_tel{ position: absolute; right: 20px; line-height: 0;}
	#quick {top:auto; left:0; bottom:0; width:100%; margin:0; border-radius: 0;}
	#quick .menu {width:auto;}
	#quick .menu h2 {display:none;}
	#quick .menu ul {display:flex;}
	#quick .menu li {width:33.3333%;}
	#quick .menu li+li {border-left:1px solid #E2E2E2; border-top:0;}
	#quick .menu a {height:100%; padding:8px 0;}
	#quick .menu a span{font-size: 1.5rem;}
	#quick .menu a strong {margin-top:1rem;}
	#quick .menu li:nth-child(4) a strong {margin-top:0; line-height:1.1;}

	.quick_consult_pop{ width: 100%; left: 0; top: auto !important; bottom: 70px; padding: 1rem 3rem;}
	.quick_consult_pop input[type="text"], .quick_consult_pop select{ height:35px; margin-bottom:10px;}
	.quick_consult_pop .tbox{ display:none;}
	.quick_consult_pop h3{font-size:1.3rem;}
	.quick_consult_pop .btn_submit{height:38px;}

	.sub_bg{height: 250px;}
	#sub_menu_title{ display: block; width: 100%; height: auto; position: absolute;  top: 50%;  transform: translateY(-0%);}
	#submenu{  top: -45px;}

}

@media all and (min-width:721px) {
	header.open .submenu,
	header.open .submenu_bg{display:block}
}

@media all and (max-width:720px) {
	html{font-size:14px}

	/* comm */
	.mb_hidden{display:none}
	.btn-view{padding:5px 20px 8px 20px;font-size:.813rem;font-weight:300;margin-top:20px}

	header h1 {z-index:15; padding:0;}
	header h1 a {display:block; font-size:20px; padding:14px 0}
	header h1 a img{height:25px;}
	header .menu{width:70px;height:70px}
	header .mail{width:70px;height:70px;right:70px}
	header.open nav{display:block}
	header.open h1 a{color:#005bac}

	footer {padding: 50px 15px 100px;}
	footer address > ul{ flex-direction: column; gap: 30px 0;}
	footer .ft_btm { margin-top: 20px; padding-top: 0px;}	
	.h2-wrap{margin-bottom:50px}
	.h2-wrap .h2-tit{font-size:2rem}
	.h2-wrap .h2-stit{margin-top:10px}
	.h2-wrap:after{width:60px;margin-top:20px}

	.layout-flex.resopnse{display:block}
	.layout-flex.resopnse .txt{margin:20px 0 0 0}

	.h3-wrap .h3-sub{font-size:.95rem}
	.h3-wrap .h3-tit{font-size:1.6rem;margin:15px 0}


	footer .sns{position:static;margin-top:15px}

	.ico-dot{width:40px;height:1px;top:12px}

    
	/* sub */

	#sub_menu_title strong{font-size:1.2rem}
	#sub_menu_title span{font-size:.7rem}
	#submenu .leftmenu_s a{font-size:.75rem;padding:10px 5px}
	.sub-con .title-wrap{font-size:1.6rem}
	.sub-con .title-wrap:before{font-size:.6rem}


}

@media all and (max-width:380px) {
.hd_pops_con{width: 80vw !important; height: 67vh !important;}
}