﻿#wrap{
    min-width:1220px;
}
/* header */
#header,
#footer {
    font-family: "Noto Sans KR", sans-serif;
}
#header {
    height:132px;
    border-bottom: 4px solid #e5e7e9;
}
#header .header-in{
    position:relative;
    width:1200px;
    height:100%;
    margin:0 auto;
}
.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', 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;
    -webkit-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: 77px;
}
.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;
    vertical-align:middle;
    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 0px 3px 0px;
}
.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.type-2 li.color-1 {
    font-weight: 500;
}
.gnb-depth-2 li:hover {
    color:#000;
}
.gnb-depth-2 li.on {
    color:#ff6600;
}
.gnb-depth-2.type-2{
    width:357px;
    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 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:205px;}
.gd1-3{width:145px;}
.gd1-4{width:205px;}
.gd1-5{width:125px;}
.gd1-2 .gnb-depth-2{margin-right:-15px;}
.gd1-3 .gnb-depth-2{margin-right:-40px;}
.gd1-4 .gnb-depth-2{margin-right:-40px;}
.gd1-5 .gnb-depth-2{margin-right: -30px;}

/* footer */
#footer {
    overflow: hidden;
    clear: both;
    background: #fff;
    color: #fff;
}
#footer a{
    color:#fff;
}
.footer-top {
    height: 50px;
    width: 100%;
    background: #ff591f;
    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: 287px;
    background: #ff6123 url(../imgs/common/footer_bg.jpg) no-repeat center bottom;
}
.footer-left,
.footer-right{
    padding-top:28px;
}
.footer-left {
    float: left;
    display: inline-block;
    width: 35%;
}
.footer-right {
    float: right;
    position:relative;
    display: inline-block;
    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;
}
/* content */
#content {
    margin: 0 auto;
    min-width: 1220px;
}
/* sub */
.sub-nav {
    height:60px;
    line-height: 60px;
    margin-bottom:40px;
    background: #f5f7f9;
    border-bottom: 1px solid #e5e7e9;
}
.sub-nav-in{
    width:1200px;
    margin:0 auto;
}
.sub-nav-title-box {
    float:left;    
    display:inline-block;
}
.sub-nav-title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    letter-spacing: -0.01em;
    margin-right: 20px;
    vertical-align: middle;
}
.sub-nav-info {
    font-size: 13px;
    color: #666;
    letter-spacing: -0.01em;
    vertical-align:middle;
}
.sub-nav .crumbs {
    float:right;
    text-align:right;
    font-size: 12px;
    color: #777;
}
.sub-content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding:0 0 80px 0;
}
.fixed-btn-report {
    position: fixed;
    right:5%;
    bottom:5%;
    width: 50px;
    height: 40px;
    padding:10px 0 0 0;
    border-radius: 25px;
    background: #ff5722;
    color: #fff;
    line-height: 110%;
    text-align:center;
    border:1px solid #fff;
    font-size:14px;
    font-weight:bold;
    z-index:90;
}