﻿/* common */
.table-view,
.table-view-inline,
.mo-view,
.mo-view-inline {
    display: none !important;
}
.web-hide {
    display: none !important;
}
/* header */
#header,
#footer {
    font-family: 'Noto Sans KR', 'Nanum Gothic','나눔고딕','Noto Sans KR',sans-serif;
}
#header {
    height:132px;
    border-bottom: 4px solid #e5e7e9;
}
#header .header-in{
    position:relative;
    width:1200px;
    margin:0 auto;
    height:100%;
}
.header-top {
    position:absolute;
    right:0;
    top:20px;
}
.header-top-right li{
    display: inline;
    float:left;
    font-size: 12px;
    color: #666666;
    letter-spacing: -0.5px;
    line-height:26px;
    font-family: 'Noto Sans KR', 'Nanum Gothic','나눔고딕',sans-serif;
}
.header-top-right li:after {
    display:inline-block;
    content: "|";
    padding: 0 10px;
    color: #ccc;
    vertical-align:middle;
}
.header-top-right li.last-2:after,
.header-top-right li.in-select:after{
    display:none;
}
.header-top-right li.in-select select{
    padding: 4px 6px;
    font-family: 'open sans', sans-serif;
    font-size: 13px;
    color: #888;
    border: 1px solid #ccc;
    margin-left: 20px;
    border-radius: 3px;
}
.header-top-right li span,
.header-top-right li em{
    vertical-align:middle;
}
.header-top-menu-action{
    position:relative;
}
.header-top-menu-action-box {
    display: none;
    position: absolute;
    top: 28px;
    left: -26px;
    background: #fff;
    border: 1px solid #ccc;
    text-align: left;
    z-index: 999;
    transition: 0.8s;
    padding: 8px 15px 3px 15px;
}
.header-top-menu-action:hover .header-top-menu-action-box{
    display:block;
}
.header-top-menu-action-box .header-top-menu-action-btn {
    display: block;
    font-size: 14px;
    color: #666;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    white-space:nowrap;
}
.header-top-menu-action-box .header-top-menu-action-btn:hover{
    color:#000;
}
.header-con {
    height: 100px;
}
.header-logo {
    position:absolute;
    left:0;
    top:82px;
}
.header-logo a{
    display:block;
}
.header-logo img{
    height:28px;
}
#gnb{
    position:absolute;
    right:30px;
    top:63px;
}
.gnb-depth-1 {
    position: relative;
    float: left;
}
.gnb-depth-1-btn {
    display: block;
    line-height: 70px;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -0.025em;
    color: #333;
    cursor: pointer;
    text-align:right;
}
.gnb-depth-2 {
    display: none;
    position: absolute;
    top: 58px;
    right:0;
    width: 145px;
    background: #fff;
    border: 1px solid #ccc;
    text-align: left;
    z-index: 999;
    transition: 0.8s;
    padding: 8px 0 3px 0;
}
.gnb-depth-1:hover .gnb-depth-1-btn{
    font-weight:700;
}
.gnb-depth-1:hover .gnb-depth-2 {
    display: block;
}
.gnb-depth-2 li {
    padding-left: 30px;
    font-size: 14px;
    color: #666;
    font-weight: 300;
    line-height: 20px;
    margin-bottom:10px;
    cursor: pointer;
}
.gnb-depth-2 li:hover {
    color:#000;
}
.gnb-depth-2 li.on {
    color:#ff6600;
}
.gnb-depth-2.type-2{
    width:315px;
    margin-left:0;
    right:0;
}
.gnb-depth-2.type-2 ul {
    float: left;
    margin-left:40px;
}
.gnb-depth-2.type-2 ul:first-child{
    margin-left:30px;
}
.gnb-depth-2.type-2 li{
    padding-left:0;
}
.gnb-depth-2.type-2 li.color-1{
    font-weight:500;
}
.gnb-depth-2 li.gnb-depth-2-title {
    color: #afafaf;
    font-weight: 400;
    font-size: 10px;
    margin-bottom:3px;
    cursor:default;
}
.gd1-1{width:130px;}
.gd1-2{width:163px;}
.gd1-3{width:120px;}
.gd1-4{width:163px;}
.gd1-5{width:120px;}
.gd1-6{width:101px;}
.gd1-2 .gnb-depth-2{margin-right:-15px;}
.gd1-3 .gnb-depth-2,
.gd1-5 .gnb-depth-2{margin-right:-40px;}
.gd1-6 .gnb-depth-2 {margin-right: -30px;}
/* ver b2b */
.gnb-depth-2.size-2 {
    width: 220px;
    margin-right:-70px;
}
.gnb-depth-2.size-3{
    width:315px;
}
/* footer */
#footer {
    overflow: hidden;
    clear: both;
    background: #fff;
    color: #fff;
}
#footer a{
    color:#fff;
}
.footer-top {
    height: 50px;
    width: 100%;
    background: #f83838;
    text-align: center;
}
.footer-in{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.footer-top .footer-top-in {
    height: 100%;
}
.footer-top span{
    display:inline-block;
}
.footer-top a {
    display: inline-block;
    line-height: 50px;
    padding: 0 15px;
    font-weight:300;
    color:#fff;
}
.footer-top .point a {
    font-weight: bold;
}
.footer-bottom {
    height: 200px;
    background: #ff4541 url(../imgs/common/footer_bg.jpg) no-repeat center bottom;
    background-size:cover;
}
.footer-left,
.footer-right {
    display: inline-block;
    padding-top: 28px;
}
.footer-left {
    float: left;
    width: 35%;
}
.footer-right {
    position: relative;
    float: right;
    width: 64%;
}
.footer-link-tell {
    display:inline-block;
    font-size: 24px;
    font-weight: bold;
    letter-spacing:0.04em;
    line-height:110%;
    cursor:pointer;
}
.footer-link-tell span{
    display:block;
    font-size: 16px;
    letter-spacing:0;
    line-height:110%;
}
.footer-link-mail{
    font-size: 18px;
    font-weight:bold;
}
.footer-socialLnk a,
.footer-socialLnk span{
    display:inline-block;
    padding:5px 0;
    width:33px;
    cursor:pointer;
}
#footer .copy-1 {
    font-size: 14px;
    line-height:140%;
    letter-spacing:-0.025em;
}
#footer .footer-left .li-1{
    margin-bottom:55px;
}
#footer .footer-left .li-2 {
    margin-bottom:3px;
}
.btn-google-play{
    position:absolute;
    right:0;
    top:28px;
}
.footer-mobile-btn-box {
    display: none;
}
.footer-mobile-btn {
    display: block;
    height: 60px;
    line-height: 60px;
    background: #ff4445;
    font-size:18px;
    font-weight:bold;
    letter-spacing:-0.025em;
    color:#fff;
    cursor:pointer;
    text-align:center;
}
/* container */
#container {
    min-height: 580px;
}
.divFloatingLeft,
.divFloatingRight {
    display: none;
    visibility: hidden;
}
/* 모바일 접속시 팝업 */
.pop-mobile-box {
    display:none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index:90;
}
.pop-mobile-in{
    display:table;
    width:100%;
    height:100%;
}
.pop-mobile-cell{
    display:table-cell;
    width:100%;
    vertical-align:middle;
    text-align:center;
}
.pop-mobile-text-1{
   margin-bottom:90px;
   font-size:66px;
   font-weight:900;
   color:#fff;
   letter-spacing:-0.025em;
}
.pop-mobile-li {
    margin-bottom:60px;
}
.pop-mobile-btn-1,
.pop-mobile-btn-2 {
    display: inline-block;
    line-height: 132px;
    min-width: 540px;
    padding: 0 30px;
    border-radius: 66px;
    font-size: 60px;
    font-weight: 900;
    letter-spacing: -0.025em;
    cursor: pointer;
}
.pop-mobile-btn-1 {
    color: #ff4444;
    background:#fff;
}
.pop-mobile-btn-2 {
    color: #fff;
    background: #ff4444;
}
.pop-mobile-btn-3{
    font-size:42px;
    color:#fff;
    font-weight:bold;
    text-decoration:underline;
    cursor:pointer;
}
/* 랜딩 페이지 헤더 */
#header-landing{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:114px;
    z-index:10;
}
#header-landing .header-landing-in{
    position:relative;
    width:1200px;
    margin:0 auto;
}
#header-landing h1 {
    position: absolute;
    left: 0;
    top: 32px;
    cursor:pointer;
}
#header-landing h1 img{
    width:84px;
}
#header-landing .header-landing-gnb{
    padding-top:40px;
    float:right;
}
#header-landing .header-landing-gnb li{
    position:relative;
    float:left;
    vertical-align:middle;
    margin-left:35px;
}
#header-landing .header-landing-gnb .last{
    margin-left:10px;
}
#header-landing .header-landing-gnb .btn{
    display:inline-block;
    cursor:pointer;
    letter-spacing:-0.025em;
}
#header-landing .header-landing-gnb .header-landing-btn-1{
    line-height:34px;
    font-size:16px; 
    color:#444;
}
#header-landing .header-landing-gnb .header-landing-btn-2,
#header-landing .header-landing-gnb .header-landing-btn-3{
    padding:0 32px;
    line-height:32px;
    border:1px solid #f83838;
    font-size:14px; 
    border-radius: 8px;
}
#header-landing .header-landing-gnb .header-landing-btn-2{
    color:#fff;
    background:#f83838;
}
#header-landing .header-landing-gnb .header-landing-btn-3{
    color:#f83838;
}
#header-landing  .header-landing-depth-2{
    display:none;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    padding-top:45px;
    text-align:center;
}
#header-landing  .header-landing-depth-2-li{
    display:block;
    margin-bottom:15px;
}
#header-landing  .header-landing-depth-2-btn{
    font-size:16px;
    color:#f83838;
    line-height:110%;
    cursor:pointer;
}
#header-landing .header-landing-gnb li:hover .header-landing-depth-2{
    display:block;
}