@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
select,
time,
mark,
audio,
video,
textarea,
input,
button {
    font-family: 'Noto Sans KR', sans-serif
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
}

/* reset */
/*overflow:hidden;*/
* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    min-width: 320px;
    margin: 0px auto;
    position: relative;
    padding: 0px;
    color: #5c5c5c;
    font-size: 12px;
    background-color: #fff;
}

img,
fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}

dl,
ul,
ol,
li,
dt,
dd {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

table {
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    padding: 0px;
}

nav,
header,
footer,
section,
aside,
article {
    display: block;
}

input[type=text],
input[type=button],
select {
    color: #454545;
}

input[type=submit] {
    cursor: pointer;
}

input {
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #5c5c5c;
    transition-duration: 0.3s;
}

textarea,
select {}

.plugin.chrome.webkit.win.x1.Locale_ko_KR {
    margin: 0 !important;
}


html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.inner {
    max-width: 1300px;
    margin: 0 auto;
}

.header {
    /* height: 145px; */
    position: relative;
    z-index: 101;
}
.header > .inner{
    /* height: 104px; */
    
}

.head_top {
    background: #353535;
    text-align: right;
    font-size: 0;
}

.head_top>div>div {
    display: inline-block;
    color: #fff;
    vertical-align: top;
    height: 40px;
    line-height: 40px;
}

.acount {
    font-size: 13px;
}

.acount span {
    display: inline-block;
    padding: 0 15px;
    border-left: 1px solid #5a5a5a;
}

.head_btn a {
    display: inline-block;
    padding: 0 30px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

.register_btn1 {
    background: #dfe8ea;
    color: #2e7b8c;
    font-weight: 500;
}

.register_btn2 {
    background: #2e7b8c;
    font-weight: 500;
    color: #fff;
}

.header_login_btn {
    color: #fff;
    background: #4a4a4a;
}

.btn_goLogin {
    display: inline-block;
    padding: 10px 30px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 350;
    color: #fff;
    text-align: center;
    background: #4a4a4a;
    float: right;
}

.btn_goLogin.br0 {
    border-right: 0;
}

.family_top {
    float: left;
}

.family_top a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    border-right: 1px solid #5a5a5a;
    padding: 0 15px 0 35px;
    background-position: left 10px center;
    background-repeat: no-repeat;
}

.family_top a:first-child {
    border-left: 1px solid #5a5a5a;
}

.family_top a+a {}

.family_top a:nth-child(1).active {
    background-color: #7f79ac;
}

.family_top a:nth-child(3).active {
    background-color: #585ADB;
}

.family_top a:nth-child(1) {
    background-image: url('/images/fatop1.png');
}

.family_top a:nth-child(2) {
    background-image: url('/images/fatop2.png');
}

.family_top a:nth-child(3) {
    background-image: url('/images/fatop3.png');
}

.header_wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.logo {
	display:none;
	/* margin-top: 15px; */
    position: relative;
}

.logo:after {
    content: 'ON';
    display: inline-block;
    width: 55px;
    height: 25px;
    border-radius: 25px;
    background: #ef494d;
    text-align: center;
    line-height: 25px;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 12px;
    right: -75px;
}

.mobile_only_btn{
    display: none;
}

.gnb {
    float: right;
    font-size: 0;
}

.dep1 {
    display: inline-block;
    vertical-align: top;
    padding: 0 23px;
    position: relative;
}

.dep1>a {
    font-size: 17px;
    color: #252525;
    padding: 40px 12px;
    display: block;
    font-weight: 500;
}

.dep2 {
    position: absolute;
    background: #212437;
    top: 100%;
    width: 200px;
    left: -15px;
    font-size: 15px;
    z-index: 100;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition-duration: 0.3s;
}

.dep2.active {
    height: auto;
    opacity: 1;
}

.dep2 a {
    display: block;
    padding: 15px;
    color: #fff;
}

#pano {
    width: 100%;
    height: calc(100% - 145px);
}

/*modal*/
.item_popup {
	position:fixed;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	width:calc(100% - 30px);
	max-width:1120px;
	height:100%;
	max-height:600px;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:5px;
	z-index:9999;
}
.modal_wrap {
	position:relative;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 64px;
}
.modal_wrap .close_btn {
	position: fixed;
	top:20px;
	right:20px;
    overflow: visible;
    opacity: 1;
    cursor: pointer;
    background: url(/hall/close.png) no-repeat center;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 0px;
    border-radius: 0px;
    width: 19px;
    height: 19px;
    /* transform: translateZ(1e12px) translate(1077px, 24px) translate(0px, 0px) rotate(0deg) translate(0px, 0px); */
    z-index: 3100;

}

/*list*/
.hall_list_title {
    padding: 0 20px;
    height: 64px;
    line-height: 64px;
    color: #222;
    font-weight: 600;
    font-size: 24px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.hall_list_wrap {
    background: #f6f6f6;
    padding: 40px;
}

.modal_search {
    max-width: 402px;
    margin: 0 auto;
    position: relative;
}

.modal_search input[type="text"] {
    width: 100%;
    border: 0;
    background: transparent;
    height: 50px;
    border-bottom: 2px solid #000;
    font-size: 15px;
}

.modal_search button {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    background: transparent;
    border: 0;
}

.hall_list {
    padding-top: 30px;
    padding-bottom: 96px;
}

.hall_list ul {
    font-size: 0;
    margin-left: -16px;
    margin-right: -16px;
    margin-top: -25px;
}

.hall_list li {
    display: inline-block;
    width: 25%;
    box-sizing: border-box;
    padding: 0 16px;
    margin-top: 25px;
}

.hall_list li div {
    color: #000;
    font-size: 18px;
    letter-spacing: -1px;
    margin-top: 15px;
}

.hall_list a,
.hall_list img {
    display: block;
}

.hall_list a {
    border: 1px solid #ddd;
    background: #fff;
    position: relative;
    padding-top: 75%;
    overflow: hidden;
}

.hall_list img {
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pagination {
    padding: 30px 0;
    text-align: Center;
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

.pagination ul {
    font-size: 0;
}

.pagination li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
}

.pagination li.first {
    margin-right: 5px;
}

.pagination li.last {
    margin-left: 5px;
}

.pagination li.prev {
    margin-right: 17px;
}

.pagination li.next {
    margin-left: 17px;
}

.pagination li.first a,
.pagination li.last a,
.pagination li.next a,
.pagination li.prev a {
    background-color: #e4e7ea;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
    border: 0;
}

.pagination li.first a {
    background-image: url('../images/pa_first.png');
}

.pagination li.last a {
    background-image: url('../images/pa_last.png');
}

.pagination li.next a {
    background-image: url('../images/pa_next.png');
}

.pagination li.prev a {
    background-image: url('../images/pa_prev.png');
}

.pagination li.num+.num {
    margin-left: 10px;
}

.pagination a {
    display: block;
    font-size: 13px;
    width: 36px;
    height: 36px;
    line-height: 34px;
    border: 1px solid rgba(17, 27, 53, 0.4);
    border-radius: 50%;
    text-align: center;
    color: #a9b0b9;
    box-sizing: border-box;
    background: #fff;
}

.pagination li.active a {
    background: #188197;
    color: #fff;
    border: 1px solid #188197;
}

.product_ul {
    width: 100%;
    overflow: hidden;
}

.info_wrap {
    background: #f6f6f6;
    padding: 40px;
}

.dp_table {
    display: table;
    width: 100%;
}

.dp_table>div {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.info_wrap .dp_table>div {
    padding: 0 40px;
}

.company_logo {
    border: 1px solid #ddd;
    height: 375px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    font-size: 0;
}

.company_cate {
    color: #2e7b8b;
    font-size: 16px;
    font-weight: 500;
}

.company_info_wrap h3 {
    color: #222;
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    margin-top: 10px;
}

.company_eng {
    color: #777;
    font-size: 16px;
    font-weight: 350;
}

.company_info {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
}

.company_info li {
    position: relative;
    font-size: 15px;
    padding-left: 80px;
    line-height: 15px;
    min-height: 15px;
}

.company_info li+li {
    margin-top: 15px;
}

.company_info li div:first-child {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 600;
    color: #222;
    width: 63px;
    padding-right: 6px;
    border-right: 1px solid #555;
    text-align: center;
}

.info_content {
    padding: 40px;
}

.info_content_box {
    padding: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #454545;
    font-size: 16px;
    font-weight: 350;
    box-sizing: border-box;
    overflow-y: auto;
    height: 160px;
}

.product_wrap {
    padding: 20px 40px;
    border-top: 1px solid #ddd;
}

.product_top {
    position: relative;
    padding-left: 180px;
    height: 115px;
}

.p_company_logo {
    width: 158px;
    height: 113px;
    text-align: center;
    border: 1px solid #ddd;
    position: absolute;
    left: 0;
    top: 0;
}

.p_company_logo img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.p_company_title {
    padding-top: 15px;
}

.p_category {
    color: #2e7b8b;
    font-size: 13px;
    font-weight: 500;
}

.p_company_title h3 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
}

.product_buy {
    display: block;
    width: 138px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #b671b2;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    margin-top: 8px;
}

.product_buy:before {
    display: inline-block;
    content: '';
    background: url('../images/buy_icon.png') center center no-repeat;
    width: 14px;
    height: 14px;
    margin-right: 3px;
    position: relative;
    top: 1px;
}

.sns_sub {
    position: absolute;
    right: 0;
    top: 47px;
    font-size: 0;
}

.sns_sub li {
    display: inline-block;
}

.sns_sub li+li {
    margin-left: 30px;
}

.sns_sub a {
    display: block;
    color: #888;
    font-size: 15px;
    font-weight: 500;
    padding-left: 27px;
}

.sns_sub a.like_btn {
    background: url('../images/like_off.png') left center no-repeat;
}

.sns_sub a.like_btn.active {
    background: url('../images/like_on.png') left center no-repeat;
}

.sns_sub a.share_btn {
    background: url('../images/share.png') left center no-repeat;
}

.p_company_info {
    margin-top: 20px;
	/* background: #eff3f7; */
	background: #f6eff7;
}

.p_company_info ul {
    font-size: 0;
    margin: 0 -4px;
}

.p_company_info li {
    color: #454545;
    font-size: 15px;
    display: inline-block;
    width: 33.3333%;
    box-sizing: border-box;
    padding: 4px;
    line-height: 15px;
}

.p_company_info li:last-child {
    width: auto;
    display: block;
}

.p_company_info_div {
    border-radius: 5px;
    padding: 4px 15px;
}

.p_company_info_div>div {
    display: inline-block;
	line-height:1.3;
}

.p_company_info_div>div:first-child {
    margin-right: 10px;
    padding-right: 5px;
    border-right: 1px solid #555
}

.product_info {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.product_section {
    position: relative;
    padding-left: calc(50% + 40px);
    height: 378px;
}

.product_section+.product_section {
    margin-top: 30px;
}

.product_slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 538px;
}


.product_section h3 {
    color: #222;
    font-size: 26px;
    font-weight: 600;
}

.product_section h4 {
    margin-top: 10px;
    color: #2e7b8b;
    font-size: 18px;
    font-weight: 600;
}

.product_txt {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
    box-sizing: border-box;
    height: 255px;
    overflow-y: auto;
    color: #454545;
    font-size: 16px;
    font-weight: 350;
    margin-top: 10px;
}

.vr_footer {
    position: fixed;
    bottom: 30px;
    left: 80px;
    right: 80px;
}

.vr_footer ul {
    font-size: 0;
}

.vr_footer li {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.vr_footer li+li {
    margin-left: 13px;
    padding-left: 13px;
    position: relative;
}

.vr_footer li+li:before {
    width: 1px;
    background: #646361;
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 2px;
    display: block;
    content: '';
}

.vr_footer a {
    color: #000;
    font-size: 14px;
}

.vr_footer div {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-size: 14px;
}


footer.defu {
    background: #f5f5f5;
    padding: 60px 0;
    box-sizing: border-box;
}

footer.defu .inner {
    width: calc(100% - 20px);
    position: relative;
    display: flex;
    align-items: center;
}

.f_logo {
    /* display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); */
    margin: 0 45px 0 40px;
}

.f_cont {
    /* padding-left: 220px; */
    box-sizing: border-box;
    text-align: left;
    width: 100%;
}

.priv_list {
    font-size: 0;
    margin-bottom: 20px;
}

.priv_list li {
    display: inline-block;
    margin-right: 26px;
}

.priv_list li a {
    display: block;
    height: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #a9a9a9;
}

.priv_list li.on a {
    color: #178097;
    font-weight: 500;
}

address {
    font-size: 14px;
    color: #a9a9a9;
    font-weight: 350;
    font-style: normal;
    margin-bottom: 15px;
}

address p {
    line-height: 1;
    margin-bottom: 10px;
}

.contact_list {
    font-size: 0;
    margin-bottom: 10px;
}

.contact_list li {
    position: relative;
    font-size: 14px;
    font-weight: 350;
    /* color: #626262; */
    color: #a9a9a9;
    padding-right: 10px;
    margin-right: 10px;
    display: inline-block;
}

.contact_list li::after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 2px;
    width: 1px;
    height: 16px;
    background: #a9a9a9;
    right: 0;
}

.contact_list li:last-child::after {
    display: none;
}

.copyright {
    color: #a9a9a9;
    font-size: 14px;
    font-weight: 350;
}
.link_list{
    display: inline;
    height: 32px;
    width: auto;
}
.link_list ul{
    display: flex;
}
.link_list a{
    display: block;
    width: 32px;
    height: 32px;
    /* max-width: 32px;
    max-height: 32px; */
}

.link_list li + li a{
    margin-left: 20px;
}
.link_list a.inventor{
    background: url(../images/common/link_inventor.png) no-repeat center center;
}
.link_list a.inventor:hover{
    background: url(../images/common/link_inventor_h.png) no-repeat center center;
}
.link_list a.naver_blog{
    background: url(../images/common/link_nblog.png) no-repeat center center;
}
.link_list a.naver_blog:hover{
    background: url(../images/common/link_nblog_h.png) no-repeat center center;
}
.link_list a.kipo{
    background: url(../images/common/link_kipo.png) no-repeat center center;
}
.link_list a.kipo:hover{
    background: url(../images/common/link_kipo_h.png) no-repeat center center;
}
.link_list a.woman_idea{
    background: url(../images/common/link_womanidea.png) no-repeat center center;
}
.link_list a.woman_idea:hover{
    background: url(../images/common/link_womanidea_h.png) no-repeat center center;
}

.etc_box {
    position: absolute;
    right: 0;
    top: 0;
}

.etc_box>div {
    margin: 0 5px;
}

.etc_box form {
    display: inline-block;
    vertical-align: top;
}

.subscribe {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
}

.subscribe input {
    border: 2px solid #178097;
    border-right: 0;
    height: 44px;
    box-sizing: border-box;
    width: 210px;
    vertical-align: middle;
    padding-left: 10px;
    box-sizing: border-box;
}

.subscribe input::placeholder {
    font-size: 14px;
    color: #969696;
    font-weight: 400;
}

.subscribe input:focus::placeholder {
    color: transparent;
}

.subscribe button {
    background: #178097;
    text-align: center;
    width: 60px;
    height: 44px;
    border: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    vertical-align: middle;
}

.subscribe span {
    margin-top: 5px;
    font-size: 14px;
    color: #555;
    display: block;
}

.family_site {
    position: relative;
    font-size: 0;
    border: 2px solid #ddd;
    display: inline-block;
    width: 175px;
    height: 44px;
    box-sizing: border-box;
    vertical-align: middle;
}

.family_site>a {
    display: block;
    height: 100%;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #808080;
    background: #f5f5f5;
    line-height: 42px;
    padding-left: 15px;
    box-sizing: border-box;
}

.family_site>a::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 15px;
    background: url('../images/sub/family_site_arrow.png')no-repeat;
    width: 7px;
    height: 4px;
}

.family_list {
    position: absolute;
    bottom: 42px;
    display: none;
    background: #f5f5f5;
    z-index: 3;
    width: 100%;
    height: 150px;
    overflow-y: auto;
    font-size: 0;
    border: 1px solid #ccc;
    border-bottom: 0;
    margin-left: -1px;
}

.family_site>div>ul {
    font-size: 0;
    padding: 5px 0;
    box-sizing: border-box;
}

.family_site>div>ul>li>a {
    display: block;
    color: #252525;
    font-size: 13px;
    padding-left: 15px;
    box-sizing: border-box;
    line-height: 30px;
}


.fl_left {
    float: left;
}

.fl_right {
    float: right;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 100px;
}

.mt110 {
    margin-top: 110px;
}

.mt120 {
    margin-top: 120px;
}

.mt130 {
    margin-top: 130px;
}

.mt140 {
    margin-top: 140px;
}

.mt150 {
    margin-top: 150px;
}

.ml-10 {
    margin-left: -10px;
}

.mr-10 {
    margin-right: -10px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.ml50 {
    margin-left: 50px;
}

.ml60 {
    margin-left: 60px;
}

.ml70 {
    margin-left: 70px;
}

.ml80 {
    margin-left: 80px;
}

.ml90 {
    margin-left: 90px;
}

.ml100 {
    margin-left: 100px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

.mr60 {
    margin-right: 60px;
}

.mr70 {
    margin-right: 70px;
}

.mr80 {
    margin-right: 80px;
}

.mr90 {
    margin-right: 90px;
}

.mr100 {
    margin-right: 100px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pl30 {
    padding-left: 30px;
}

.pl35 {
    padding-left: 35px;
}

.pl40 {
    padding-left: 40px;
}

.pl50 {
    padding-left: 50px;
}

.pl60 {
    padding-left: 60px;
}

.pl70 {
    padding-left: 70px;
}

.pl80 {
    padding-left: 80px;
}

.pl90 {
    padding-left: 90px;
}

.pl100 {
    padding-left: 100px;
}

.pl110 {
    padding-left: 110px;
}

.pl120 {
    padding-left: 120px;
}

.pl130 {
    padding-left: 130px;
}

.pl140 {
    padding-left: 140px;
}

.pl150 {
    padding-left: 150px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr25 {
    padding-right: 25px;
}

.pr30 {
    padding-right: 30px;
}

.pr35 {
    padding-right: 35px;
}

.pr40 {
    padding-right: 40px;
}

.pr50 {
    padding-right: 50px;
}

.pr60 {
    padding-right: 60px;
}

.pr70 {
    padding-right: 70px;
}

.pr80 {
    padding-right: 80px;
}

.pr90 {
    padding-right: 90px;
}

.pr100 {
    padding-right: 100px;
}

.pr110 {
    padding-right: 110px;
}

.pr120 {
    padding-right: 120px;
}

.pr130 {
    padding-right: 130px;
}

.pr140 {
    padding-right: 140px;
}

.pr150 {
    padding-right: 150px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt35 {
    padding-top: 35px;
}

.pt40 {
    padding-top: 40px;
}

.pt45 {
    padding-top: 45px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pt70 {
    padding-top: 70px;
}

.pt75 {
    padding-top: 75px;
}

.pt80 {
    padding-top: 80px;
}

.pt90 {
    padding-top: 90px;
}

.pt95 {
    padding-top: 95px;
}

.pt100 {
    padding-top: 100px;
}

.pt110 {
    padding-top: 110px;
}

.pt120 {
    padding-top: 120px;
}

.pt130 {
    padding-top: 130px;
}

.pt140 {
    padding-top: 140px;
}

.pt150 {
    padding-top: 150px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb70 {
    padding-bottom: 70px;
}

.pb75 {
    padding-bottom: 75px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb90 {
    padding-bottom: 90px;
}

.pb100 {
    padding-bottom: 100px;
}

.pb110 {
    padding-bottom: 110px;
}

.pb120 {
    padding-bottom: 120px;
}

.pb130 {
    padding-bottom: 130px;
}

.pb140 {
    padding-bottom: 140px;
}

.pb150 {
    padding-bottom: 150px;
}

.pb160 {
    padding-bottom: 160px;
}

.pb170 {
    padding-bottom: 170px;
}


/*company*/


/*product*/


/* mobile menu */
.mMenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}

.mMenu.on {
    display: block;
}

.btn_mMenu {
    transition: all 0.3s ease;
}

.m_header_top {
    display: table;
    width: 100%;
    background: #0e7b93;
    text-align: center;
    font-size: 0;
}

.m_header_top li {
    display: inline-block;
    color: #fff;
    width: 33.3333%;
    text-align: center;
}

.m_header_top a {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
}

.m_header_top div {
    display: table;
    width: 100%;
    line-height: 17px;
    height: 53px
}

.m_header_top .inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.m_count {
    font-size: 0;
}

.m_count li {
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
}

.m_count li::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 3px;
    right: 0;
}

.m_count li:last-child::after {
    display: none;
}

.mMenu_cont {
    background: #fff;
}

.mMenu_list {
    font-size: 0;
}

.mMenu_list>li {
    border-bottom: 1px solid #ddd;
}

.mMenu_list>li>a {
    position: relative;
    display: block;
    height: 100%;
    line-height: 60px;
    padding-left: 20px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
    color: #777;
}

.mMenu_list>li>a::after {
    position: absolute;
    top: 22px;
    right: 20px;
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url('../images/main/mob_plus.png')no-repeat;
}

.mMenu_list>li>a.on::after {
    background: url('../images/main/mob_min.png')no-repeat;
}

.m_depth2 {
    display: none;
    border-top: 1px solid #ddd;
    background: #f9f9f9;
    padding: 15px 0;
    box-sizing: border-box;
}

.m_depth2>ul {
    font-size: 0;
    padding-left: 20px;
    box-sizing: border-box;
}

.m_depth2>ul>li {
    padding-left: 10px;
    box-sizing: border-box;
    position: relative;
}

.m_depth2>ul>li::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #074380;
    position: absolute;
    top: 22px;
    left: 0;
}

.m_depth2>ul>li>a {
    display: block;
    height: 100%;
    padding: 14px 0;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 350;
    color: #555;
}

.btn_mMenu.on::before {
    transform: matrix3d(0.707107, 0.707107, 0, 0, -0.707107, 0.707107, 0, 0, 0, 0, 1, 0, 0, 8, 0, 1);
}

.btn_mMenu.on::after {
    width: 100%;
    transform: matrix3d(0.707107, -0.707107, 0, 0, 0.707107, 0.707107, 0, 0, 0, 0, 1, 0, 0, -12, 0, 1);
}

.btn_mMenu {
    display: none;
    position: absolute;
    top: 35px;
    right: 20px;
    width: 34px;
    height: 24px;
}

.btn_mMenu::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 100%;
    height: 3px;
    background: #f4777a;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
}

.btn_mMenu span {
    display: inline-block;
    width: 22px;
    height: 3px;
    background: #f4777a;
    position: absolute;
    top: 11px;
    right: 0;
    transition: all 0.3s ease;
}

.btn_mMenu::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 27px;
    height: 3px;
    background: #f4777a;
    transition: all 0.3s ease;
}

.m_etc.mob .subscribe {
    width: 100%;
    position: relative;
    margin-top: 25px;
    margin-bottom: 20px;
}

.m_etc.mob .subscribe input {
    width: 100%;
    padding-right: 60px;
    box-sizing: border-box;
}

.m_etc.mob .subscribe button {
    position: absolute;
    right: 0;
    top: 0;
}

.m_etc.mob .family_site {
    width: 100%;
    margin-bottom: 30px;
}

.m_etc.mob .family_site>a {
    background: #fff;
}

.m_etc.mob .family_list {
    background: #fff;
}

.btn_mMenu.on {
    top: 20px;
    position: fixed;
}

.btn_mMenu.on::before {
    background: #fff;
}

.btn_mMenu.on::after {
    background: #fff;
}

.btn_mMenu.on>span {
    background: #fff;
}

.btn_mMenu.on>span {
    visibility: hidden;
    opacity: 0;
}

.mob_dim {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 998
}

.mob_dim.on {
    display: block;
}

.m_join_box {
    position: relative;
}

.m_join_box a {
    width: 33.3333%;
}

.m_join_box .mobile_close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}

.m_join_box .mobile_close img {
    width: 100%;
}

.btn_mLogin {
    position: absolute;
    top: 25px;
    right: 40px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('../images/main/m_login.png')no-repeat;
    display: none;
}

.btn_m_goLogin.buyer {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.btn_m_goLogin.guest_btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    box-sizing: border-box;
}

.m_join_box {
    background: #0e7b93;
    font-size: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding-right: 40px;
    position: relative;
}

.m_etc.mob {
    padding: 0 20px;
}


@media screen and (max-width:1200px) {

    .header_wrap {
        padding-left: 20px;
    }

    .vr_footer {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .f_logo{
        margin: 0 45px 0 0;
    }

}

@media screen and (max-width:1024px) {
    .header {
        height: 100px;
    }

    .header_wrap {
        padding: 0 20px;
    }

    .head_top,
    .gnb {
        display: none;
    }
    .mobile_only_btn{
        display: flex;
        justify-content: flex-end;
        width: 100%;
        padding-left: 20px;
        /* text-align: end; */
    }
    .mobile_only_btn .sign_up, .mobile_only_btn .login{
        /* display: block; */
        color: #fff;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile_only_btn .sign_up{
        width: 100%;
        max-width: 220px;
        height: 40px;
        border-radius: 20px;
        background-color: #2e7b8c;
    }
    .mobile_only_btn .login{
        width: 100%;
        max-width: 100px;
        height: 40px;
        border-radius: 20px;
        background-color: #4a4a4a;
        margin-left: 10px;
    }

    #pano {
        height: calc(100% - 100px);
    }

    .btn_mMenu {
        display: block;
    }

    .etc_box {
        position: static;
        margin-top: 20px;
        padding-left: 220px;
    }

    .f_logo {
        top: 0;
        transform: translateY(0);
        left: 20px;
    }

}

@media screen and (max-width:860px) {
    .header {
        height: 60px;
    }
    .header > .inner{
        height: 60px;
    }
    /* .logo {
        margin-top: 15px;
    } */

    .btn_mMenu {
        top: 30px;
    }

    .logo img {
        display: block;
        width: 140px;
    }

    .logo:after {
        /* width: 30px;
        height: 17px;
        border-radius: 17px;
        font-size: 12px;
        line-height: 17px;
        right: -38px;
        top: 8px; */
        width: 25px;
        height: 15px;
        border-radius: 17px;
        font-size: 10px;
        line-height: 15px;
        right: -30px;
        top: 8px;
    }

    #pano {
        width: 100%;
        height: calc(100% - 90px);
    }

	.list_popup {
		max-width:calc(100% - 30px);
	}

    .hall_list li {
        width: 50%;
        padding: 0 7px;
    }

    .hall_list ul {
        margin-left: -7px;
        margin-right: -7px;
    }

    .hall_list_wrap {
        padding: 20px;
    }

    .hall_list_title {
        font-size: 20px;
    }

    .hall_list img {
        height: auto;
    }

    .hall_list li div {
        font-size: 16px;
        margin-top: 6px;
    }


    .vr_footer {
        display: none;
    }
    footer.defu{
        padding: 40px 0;
    }
    footer.defu .inner{
        width: calc(100% - 40px);
        flex-direction: column;
        align-items: flex-start;
    }
    .priv_list{
        margin-top: 20px;
    }
    .link_list{
        margin-top: 40px;
    }





}


@media screen and (max-width:640px) {
    .logo img{
        width: 100%;
        max-width: 140px;
    }
    .mobile_only_btn .sign_up, .mobile_only_btn .login{
        font-size: 14px;
    }
    .mobile_only_btn .sign_up{
        max-width: 146.6666px;
        height: 26.6666px;
        border-radius: 13px;
    }
    .mobile_only_btn .login{
        max-width: 66.6666px;
        height: 26.6666px;
        border-radius: 13px;
        margin-left: 5px;
    }

    footer.defu {
        padding: 40px 0px;
    }

    .f_logo {
        position: static;
    }

    .f_cont {
        padding-left: 0;
    }

    .etc_box {
        padding-left: 0;
    }

    .contact_list li {
        /* display: block; */
        width: auto;
    }

    .contact_list li:after {
        /* display: none; */
    }

    .etc_box>div {
        margin: 0;
    }

    .family_site {
        margin-top: 15px !important;
    }

    .priv_list {
        margin: 10px 0;
    }
    .link_list{
        margin-top: 20px;
    }
    address{
        margin-bottom: 10px;
    }
    address p {
        word-break: keep-all;
        line-height: 1.642;
        margin-bottom: 0;
    }

    .dp_table {
        display: block;
    }

    .dp_table>div {
        display: block;
        width: auto;
    }

    .info_wrap .dp_table>div {
        padding: 0;
    }

    .company_logo {
        padding-top: 65%;
        height: auto;
    }

    .company_info_wrap {
        padding-top: 25px;
    }

    .p_company_info li {
        display: block;
        width: auto;
    }

    .p_company_info li+li {
        margin-top: 8px;
    }

    .product_slide {
        position: static;
        width: auto;
    }

    .product_section {
        padding-left: 0;
        height: auto;
    }

    .product_buy {
        margin-top: 20px;
    }

    .slick-slide img {
        width: 100% !important;
        height: auto !important;
    }

    .sns_sub li+li {
        margin-left: 15px;
    }

    .sns_sub {
        top: 40px;
    }

    .p_company_logo {
        position: relative;
        left: auto;
        top: auto;
        width: auto;
		height:auto;
    }

    .product_top {
        padding-left: 0;
        height: auto;
    }

    .sns_sub {
        position: static;
        margin-top: 15px;
    }

    .p_company_logo img {
		width: auto;
		position: relative;
		top: initial;
		left: initial;
		transform: none;
    }

    .product_buy {
        margin-top: 10px;
    }

    .product_section h3 {
        font-size: 20px;
    }

    .product_section h4 {
        font-size: 16px;
        margin-top: 5px;
    }

    .p_company_info li {
        font-size: 14px;
    }


    .f_logo img {
        width: 140px;
    }

    .pagination a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0 2px;
        background-size: 100% !important;
    }

    .pg_page {
        min-width: auto;
    }

    #hd_pop {
        width: 100%;
        font-size: 0;
    }

    #hd_pop>div {
        top: 10px !important;
        left: 10px !important;
        right: 10px;
    }

    .hd_pops_con {
        width: auto !important;
        height: auto !important;
    }

    .hd_pops_con table {
        width: 100% !important;
    }

    .hd_pops_con img {
        width: 100% !important;
        height: auto !important;
    }

}

.btn_popClose {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url('../images/sub/pop_close.png')no-repeat;
}

.btn_popClose img {
    display: none;
}



@media screen and (max-width:400px){
    .mobile_only_btn .sign_up, .mobile_only_btn .login{
        font-size: 12px;
    }

    .mobile_only_btn .sign_up{
        max-width: 125px;
        letter-spacing: -0.5px;
    }
    .mobile_only_btn .login{
        max-width: 50px;
    }
}