@charset "utf-8"; #wrap {
}

#wrap .wrap_inner {
    position: relative;
    overflow: hidden;
    min-width: 1280px;
}

/* common */
.inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.inner:after {
    display: block;
    clear: both;
    content: "";
}

#header {
    position: relative;
    z-index: 999;
    padding: 25px 20px 0 20px;
    background: #fff;
}

#header .header_inner {
    max-width: 1280px;
    margin: 0px auto;
    position: relative;
}

#header .header_inner:after {
    display: block;
    clear: both;
    content: "";
}

#header .header_inner h1.logo {
    float: left;
}

#header .header_inner h1.logo a {
    display: block;
    width: 152px;
}

#header .header_inner .kartoon {
    float: right;
}

#header .header_inner .kartoon a {
    display: inline-block;
    margin: 10px 5px 10px 0;
}

header .header_inner .kartoon a img {
    vertical-align: baseline;
}

#header .header_inner #btn_gnbm {
    display: none;
}

#header .header_inner .kartoon a.sns {
    background-position: center center;
    background-repeat: no-repeat;
    height: 22px;
    text-indent: -1000px;
    overflow: hidden;
}

#header .header_inner .kartoon a.youtube {
    background-image: url(../../images/sns-youtube-on.png);
    width: 29px;
}

#header .header_inner .kartoon a.instagram {
    background-image: url(../../images/sns-instagram-on.png);
    width: 22px;
}

#header .header_inner .kartoon a.youtube:hover {
    background-image: url(../../images/sns-youtube-on.png);
}

#header .header_inner .kartoon a.instagram:hover {
    background-image: url(../../images/sns-instagram-on.png);
}

#header .header_inner .user {
    float: right;
    /* position: relative; */
}

#header .header_inner .user a {
}
#header .header_inner .user a.cap {
    position: absolute;
    right: 48px;
    top: 6px;
}
#header .header_inner .user a i {
    font-size: 23px;
    font-weight: 700;
    color: #000;
    line-height: 44px;
    padding-left: 70px;
}

#header .header_inner #gnb {
    float: left;
    position: relative;
    margin-left: 50px;
    text-align: center;
}

#header .header_inner #gnb > ul {
    max-width: 100%;
    display: inline-block;
    text-align: left;
}

#header .header_inner #gnb > ul:after {
    display: block;
    clear: both;
    content: "";
}

#header .header_inner #gnb > ul > li {
    float: left;
    position: relative;
    padding-left: 77px;
    /* padding-left: 142px; */
}

#header .header_inner #gnb > ul > li > a, #header .header_inner #gnb > ul > li > span {
    position: relative;
    display: block;
    padding: 10px 0 40px;
    font-size: 17px;
    line-height: 1;
    color: #000;
    border-top: 2px solid #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#header .header_inner #gnb > ul > li > a:hover, #header .header_inner #gnb > ul > li > a:focus, #header .header_inner #gnb > ul > li > a.active, #header .header_inner #gnb > ul > li > span:hover, #header .header_inner #gnb > ul > li > span:focus, #header .header_inner #gnb > ul > li > span.active {
    border-top: 2px solid #000;
}

#header .header_inner #gnb > ul > li > a:hover:after, #header .header_inner #gnb > ul > li > a:focus:after, #header .header_inner #gnb > ul > li > a.active:after, #header .header_inner #gnb > ul > li > span:hover:after, #header .header_inner #gnb > ul > li > span:focus:after, #header .header_inner #gnb > ul > li > span.active:after {
    position: absolute;
    top: -2px;
    left: 5px;
    content: "";
    width: 3px;
    height: 2px;
    background: #fff;
}

#header .header_inner #gnb > ul > li .dep2 {
    display: none;
    position: absolute;
    top: 65px;
    left: 77px;
    z-index: 100;
    width: 100%;
}

#header .header_inner #gnb > ul > li .dep2 > ul {
    height: 100%;
    padding: 50px 0px;
}

#header .header_inner #gnb > ul > li .dep2 > ul > li {
    margin-right: -148px;
}

#header .header_inner #gnb > ul > li .dep2 > ul > li > a {
    display: inline-block;
    padding: 0px 2px;
    margin: 20px 0px 0px -2px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.33em;
    letter-spacing: -0.05em;
    color: #000;
}

#header .header_inner #gnb > ul > li .dep2 > ul > li:first-child > a {
    margin-top: 0;
}

#header .header_inner #gnb > ul > li .dep2 > ul > li > a:hover, #header .header_inner #gnb > ul > li .dep2 > ul > li > a:focus, #header .header_inner #gnb > ul > li .dep2 > ul > li > a.on {
    background: url(../../images/gnb_dep2_on.png) bottom repeat-x;
}

/* #header .header_inner #gnb > ul > li .dep2 > ul > li > .dep3{}
#header .header_inner #gnb > ul > li .dep2 > ul > li > .dep3 > ul{height: 100%;padding: 5px 0px 0px;}
#header .header_inner #gnb > ul > li .dep2 > ul > li > .dep3 > ul > li {}
#header .header_inner #gnb > ul > li .dep2 > ul > li > .dep3 > ul > li > a{display: inline-block;padding: 0px 2px;margin: 3px -115px 0px -2px;color: #089a7d;font-size: 16px;line-height: 1.5em;letter-spacing: -0.05em;}
#header .header_inner #gnb > ul > li .dep2 > ul > li > .dep3 > ul > li > a:hover,
#header .header_inner #gnb > ul > li .dep2 > ul > li > .dep3 > ul > li > a:focus,
#header .header_inner #gnb > ul > li .dep2 > ul > li > .dep3 > ul > li > a.active{background: url(../../images/bg_gnb_on.gif) bottom repeat-x;} */
#header .header_inner #dep2_bg {
    display: none;
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 99;
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #cccccc;
    margin-top: -25px !important;
}

#header .header_inner .inner #btn_gnbm {
    display: none;
}

#gnb_out_bg {
    display: none;
    position: absolute;
    top: 0;
    z-index: 98;
    width: 100%;
    height: 100%;
    ;background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#gnbm {
    display: none;
}

#gnbm_out_bg {
    display: none;
}

#footer {
    width: 100%;
    border-top: 1px solid #cccccc;
}

#footer .f_cont {
    width: 100%;
}

#footer .f_cont:after {
    display: block;
    clear: both;
    content: "";
}

#footer .f_cont .f_left {
    float: left;
    width: 80%;
    padding: 40px 0;
}

#footer .f_cont .f_left:after {
    display: block;
    clear: both;
    content: "";
}

#footer .f_cont .f_left .f_list {
}

#footer .f_cont .f_left .f_list ul {
}

#footer .f_cont .f_left .f_list ul:after {
    display: block;
    clear: both;
    content: "";
}

#footer .f_cont .f_left .f_list ul li {
    float: left;
}

#footer .f_cont .f_left .f_list ul li a {
    position: relative;
    margin-left: 14px;
    padding-left: 15px;
    font-size: 12px;
    font-weight: 600;
    color: #444444;
}

#footer .f_cont .f_left .f_list ul li a:after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 1px;
    height: 10px;
    margin-top: -5px;
    background: #939393;
}

#footer .f_cont .f_left .f_list ul li:first-child a {
    margin-left: 0;
    padding-left: 0;
}

#footer .f_cont .f_left .f_list ul li:first-child a:after {
    display: none;
}

#footer .f_cont .f_left .f_list ul li a:hover {
    text-decoration: underline;
}

#footer .f_cont .f_left address {
    margin-top: 10px;
    font-style: normal;
    overflow: hidden;
}

#footer .f_cont .f_left address ul {
    display: inline-block;
    margin: -5px 0 0 -25px;
}

#footer .f_cont .f_left address ul:after {
    display: block;
    clear: both;
    content: "";
}

#footer .f_cont .f_left address ul li {
    position: relative;
    float: left;
    margin: 5px 0 0 12px;
    padding-left: 13px;
}

#footer .f_cont .f_left address ul li:after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 1px;
    height: 9px;
    margin-top: -4px;
    background: #939393;
}

/* #footer .f_cont .f_left address ul li:first-child{margin-left: 0;padding-left: 0;}
#footer .f_cont .f_left address ul li:first-child:after{display: none;} */
#footer .f_cont .f_left address ul li em {
    float: left;
    display: inline-block;
    font-size: 12px;
    line-height: 1.5;
    font-style: normal;
    vertical-align: top;
    font-weight: 600;
    color: #444444;
}

#footer .f_cont .f_left address ul li a, #footer .f_cont .f_left address ul li span {
    float: left;
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: normal;
    color: #333;
    letter-spacing: 0;
}

#footer .f_cont .f_left address .copyright {
    display: block;
    margin-top: 5px;
}

#footer .f_cont .f_left address .copyright span {
    display: inline-block;
    font-size: 11px;
    line-height: 1.5;
    color: #444444;
    letter-spacing: 0;
}

#footer .f_cont .f_right {
    float: right;
    width: 20%;
    text-align: right;
    vertical-align: middle;
    padding: 58px 0;
}

#footer .f_cont .f_right .f_site {
    display: inline-block;
}

#footer .f_cont .f_right .f_site .f_site_box {
    display: inline-block;
}

#footer .f_cont .f_right .f_site .f_site_box select {
    width: 256px;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 10px;
    font-size: 12px;
    color: #2a2a2a;
    background: #f4f4f4;
    border: none;
}

#footer .f_cont .f_right .f_site .f_site_box select:focus {
    outline: none;
}
