/* include 공통 CSS */

/************************* 공통 시작*************************/
.sub_title_navi {
    display: block;
}

img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.sub_left {}

.sub_right {
    width: 100%;
    position: relative;
}

.sub_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 120px 0;
}

@media(max-width:1259px) {
    .sub_inner {
        padding: 80px 3%;
    }
}

@media(max-width:1100px) {

    .sub_right {
        width: 100%;
        float: none;
    }
}

@media(max-width:768px) {
    .sub_title_navi {}

    .sub_tab {
        display: none
    }

}

.content_title {
    margin: 15px 0;
    padding: 15px 0;
    border-bottom: 1px solid #dfdfdf;
}

.content_title h1 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.content_title p {
    font-size: 12px;
}

.content_desc {
    min-height: 500px;
}

/************************* 공통 끝 *************************/



/************************* header_inc 시작*************************/
/**/
.header_t {
    width: 100%;
    margin: 0 auto;
    padding: 30px 6%;
    position: fixed;
    left: 0;
    top: 0px;
    z-index: 99;
    background: #fff;
    z-index: 1000000;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    /* -webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out; */
}

.header_t.isMain {
    background: black;
}

.header_logo {
    flex: 1 0 auto;
    z-index: 10000000;
}

.header_gnb_bg {
    flex: 1 0 auto;
    max-width: 1200px;
    z-index: 10000000;
}

.mo_nav {
    display: none;
    flex: 1 0 auto;
    text-align: right;
    z-index: 10000000;
}

.mo_lang_btn {
    margin-left: 5px;
}

a.shop_link {
    font-size: 19px;
    color: #ea5414;
}

a.career_link {
    font-size: 19px;
    color: #ea5414;
}

a.shop_link_mo {
    display: none;
}

@media(max-width:1199px) {
    .mo_nav {
        display: block;
    }

    .mo_lang_btn2 {
        display: none;
    }

    a.shop_link {
        display: none;
    }

    a.shop_link_mo {
        display: block;
    }
}


/* 로고 */
.logo_mo {
    display: none;
}

/* 로그인버튼 */
.header_btn dl dd {
    font-size: 0.75rem;
    padding-top: 5px;
}


.heightBlank {
    height: 100px;
}

.site_map_wrap {
    display: none;
    background-color: white;
    width: 100%;
    /* border-top: 1px solid #ddd; */
    /* border-bottom: 1px solid #ddd; */
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 5;
    height: 150px;
}

.site_map a:hover,
.site_map_wrap .site_map_sub_menu .flex-sub-menu a:hover {
    color: #e75525
}

.flex-sub-menu {
    height: 98px;
}

/* 햄벅 */

.mo_nav * {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.mo_nav .navbar-toggle {
    position: relative;
    background-color: transparent;
    background-image: none;
    border-radius: 3px;
    border: 0;
}

.mo_nav .navbar-toggle:focus {
    outline: 0;
}

.mo_nav .navbar-toggle .icon-bar {
    background: #111;
    display: block;
    width: 28px;
    height: 2px;
    border-radius: 5px;
}

.mo_nav .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
}

.mo_nav .navbar-toggle .icon-bar+.icon-bar+.icon-bar {
    margin-top: 6px;
}

.mo_nav .navbar-toggle .icon-bar.isMain {
    background: #ffffff;
}

@media(max-width:1599px) {
    /* .site_map			{max-width:96%; padding-left:14%;} */
}

@media(max-width:1469px) {
    .header_t {
        padding: 20px 3%;
    }

    .heightBlank {
        height: 83px;
    }

    .site_map_wrap {
        top: 83px;
    }

    /* .site_map			{max-width:98%; padding-left:10%;} */
    .site_map div.site_ul {
        width: 20%;
    }

    .site_map div.site_ul2 {
        width: 19%;
    }

    .site_map div.site_ul3 {
        width: 58%;
        height: 190px;
    }

}

@media(max-width:1199px) {
    .header_t {
        padding: 20px 2%;
        height: 70px
    }

    ;

    .mo_nav {
        display: block;
        float: right;
        width: 15%;
        max-width: 50px;
    }

    .header_gnb_bg {
        display: none;
    }

    .header_btn {
        display: none;
    }

    .site_map_wrap {
        display: none !important;
    }

    .heightBlank {
        height: 70px;
    }

}

@media(max-width:768px) {
    .header_logo {
        flex: 0 0 auto;
    }

    .logo_pc {
        display: none;
    }

    .logo_mo {
        display: block;
    }



}

@media(max-width:479px) {}


/**/
.f-nav {
    padding: 10px 2% 0px 2%;
    height: 60px;
    background: #f8f8f8;
    border-bottom: 1px solid #dfdfdf;
}

/*.f-nav .header_btn			{transform:translateY(-99px); overflow:hidden; width:0; font-size:0;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;}*/
/************************* header_inc 끝*************************/



/************************* main_inc 시작*************************/
.main_visual {
    position: relative;
    margin: 0 auto;
}

.main_center {
    margin: 0 auto;
}

.main_visual .mo {
    display: none;
}


@media(max-width:768px) {
    .main_visual .mo {
        display: block;
    }

    .main_visual .pc {
        display: none;
    }

    .main_visual .mo ul li {
        width: 100%;
        position: relative;
    }

    .main_visual .mo ul li img {
        margin: 0;
        padding: 0;
        display: block;
    }

    /*.main_visual .mo ul li:nth-child(1)			{background:url('./img/mo_main_01.jpg') no-repeat top center; background-size:cover; }
.main_visual .mo ul li:nth-child(2)		{background:url('./img/mo_main_02.jpg') no-repeat top center; background-size:cover;}
.main_visual .mo ul li:nth-child(3)			{background:url('./img/mo_main_03.jpg') no-repeat top center; background-size:cover;}
.main_visual .mo ul li:nth-child(4)			{background:url('./img/mo_main_04.jpg') no-repeat top center; background-size:cover;}*/

    .main_visual .mo ul li:nth-child(4) h1,
    .main_visual .mo ul li:nth-child(4) h2,
    .main_visual .mo ul li:nth-child(4) p {
        color: #fff
    }

    .mo_main_txt_wrap {
        position: absolute;
        top: 7%;
        left: 0;
        padding: 0 3%;
    }

    .mo_main_txt_wrap .flex {
        flex-wrap: wrap;
    }

    .mo_main_txt h1 {
        color: #000;
        font-weight: 700;
        line-height: 100%;
        margin: 0;
        padding: 0;
        font-size: 26px;
    }

    .mo_main_txt h2 {
        display: block;
        font-weight: 700;
        line-height: 100%;
        color: #000;
        font-size: 26px;
        margin: 0px 0 10px 0 !important;
    }

    .mo_main_txt p {
        font-size: 14px;
        margin-bottom: 10px;
        color: #000;
        line-height: 120%;
    }

    .mo_main_txt span.br2 {}

    .mo_main_txt a.more_btn {
        font-size: 14px;
        color: #ea5414;
        position: relative;
    }

    span.br {
        display: inline;
    }


}

/************************* title_navi 시작 *************************/
.navi_all {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    line-height: 60px;
    height: 60px;
    z-index: 4;
}

.navi_in {
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    line-height: 60px;
    height: 60px;
    margin: 0 auto;
}

.navi_in:after {
    clear: both;
    content: '';
    display: block;
    width: 100%;
}

.home_btn_all {
    display: none;
    float: left;
    width: 10%;
    max-width: 50px;
}

.home_btn_all a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.home_btn_all a:hover {
    background: #f8f8f8;
}

.home_btn_all a img {
    max-width: 18px;
    height: auto;
    vertical-align: middle;
}

.navi_left {
    float: left;
    width: 90%;
    max-width: 550px;
}

.navi_left:after {
    clear: both;
    content: '';
    display: block;
    width: 100%;
}

.navi_left div {
    float: left;
}

.navi_left div:hover {
    border-bottom: 2px solid #ea5414;
}

.navi_main {
    width: 50%;
    max-width: 250px;
    padding: 0 0 0 0;
    height: 60px;
    position: relative;
    line-height: 60px;
    cursor: pointer;
}

.navi_title01 {
    width: 100%;
    position: relative;
    line-height: 40px;
    height: 40px;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    padding-left: 10px;
}

.navi_title01 h1 {
    color: #777;
    font-size: 14px;
    margin-left: 10px;
    width: 100%;
}

.navi_title01 h1.sub_menu:hover {
    color: #e75525
}

.navi_main h1 {
    color: #7f7f7f !important;
    font-size: 14px;
    margin-left: 10px;
    display: inline;
}

.navi_main h1.h1_focus {
    font-size: 16px;
}

.navi_main h1.sub_manu:hover {
    color: #e75525;
}

.navi_main>.deco_right {
    float: right;
}

.navi_main>a.down_btn1 {
    position: absolute;
    right: 10px;
    top: 0px;
}

.navi_main>a.down_btn2 {
    position: absolute;
    right: 10px;
    top: 0px;
}

.navi_main>a.down_btn3 {
    position: absolute;
    right: 10px;
    top: 0px;
}

.h1_focus {
    color: #333 !important;
    ;
}

.navi_sub {
    width: 50%;
    max-width: 250px;
    padding: 0;
    height: 60px;
    line-height: 60px;
    position: relative;
    cursor: pointer;
}

.navi_sub>h2 {
    display: inline;
    color: #7f7f7f;
    font-size: 16px;
    cursor: pointer;
    margin-left: 10px;
    height: 60px;
    line-height: 60px;
}

.navi_sub>a.down_btn4 {
    position: absolute;
    right: 10px;
    top: 0px;
}

.navi_left img {
    opacity: .7;
}

.navi_sub>p {
    float: right;
}

.extend1 {
    position: relative;
    top: -1px;
    width: 100%;
}

.extend1>ul {
    position: absolute;
    left: 0px;
    top: 1px;
    min-height: 1px;
    width: 100%;
    padding-left: 0px;
    margin: 0;
    border-top: 0;
    z-index: 999;
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 0;
    display: none;
}

.extend1>ul a {
    text-decoration: none;
}


.extend2 {
    position: relative;
    top: -1px;
    width: 100%;
}

.extend2>ul {
    position: absolute;
    left: -1px;
    top: 1px;
    min-height: 1px;
    width: 251px;
    padding-left: 0px;
    margin: 0;
    z-index: 999;
    background: #fff;
    display: none;
}

.extend2>ul a {
    text-decoration: none;
}

@media(max-width: 768px) {
    .mo_main_txt h1 {
        font-size: 22px;
    }

    .mo_main_txt h2 {
        font-size: 22px;
    }

    .navi_in {
        height: 50px;
        line-height: 50px;
    }

    .navi_left {
        width: 100%;
        float: none;
        max-width: 100% !important;
    }

    .home_btn_all {
        display: none;
    }

    .navi_all {
        height: 50px;
    }

    .navi_main {
        max-width: 50% !important;
        height: 50px;
        line-height: 50px;
    }

    .navi_sub {
        max-width: 50% !important;
        height: 50px;
        line-height: 50px;
    }

    .navi_main h1.h1_focus,
    .navi_main h1,
    .navi_sub>h2 {
        font-size: 14px;
    }

    .navi_sub>h2 {
        height: 50px;
        line-height: 50px;
    }

    .extend2>ul {
        top: 1px;
        left: 0px;
        width: 100%;
    }


}

/*
position:absolute; left:-20px; min-height:1px; width:256px; padding-left:20px;  border-top:1px solid #efefef; z-index:999; background:#ddd; 
*/

.extend>ul>li {
    min-height: 20px;
}

.down_btn {
    cursor: pointer;
}

/************************* title_navi 끝 *************************/


.mouse {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 70px;
    margin-left: -61px;
    z-index: 1000;
    /*animation:updown 2.5s infinite;*/
}


@-webkit-keyframes updown {
    0% {
        margin-left: -61px;
    }

    50% {
        margin-left: -41px;
    }

    100% {
        margin-left: -61px;
    }

}

@media(max-width: 989px) {
    .mouse {
        bottom: 0;
        top: 40vh;
    }

    .mouse img {
        max-height: 36px;
    }
}

/************************* footer_inc 시작 *************************/
.f_mo {
    display: none;
}

.footer_t {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 0 30px 0;
}

.footer_logo img {
    height: auto;
}

.footer_t .flex {
    align-items: center;
    margin-bottom: 10px;
}

.footer_txt {
    flex: 1 0 auto;
}

.footer_t p {
    font-size: 14px;
    color: #111;
    line-height: 140%;
    padding: 0;
    margin: 0;
    padding-left: 40px;
}

.footer_t p span {
    margin: 0 10px;
}

.footer_t a {
    color: #111;
    font-weight: 700
}

.footer_link {}

.footer_right {
    width: 20%;
    margin-bottom: 10px;
    padding-right: 40px;
}

.footer_familysite {
    position: relative;
    margin-right: 0px;
}

.footer_lang {
    position: relative;
}

.footer_sns {
    width: 20%;
    padding: 0;
    padding-right: 40px;
    margin: 0
}

.footer_sns li {
    width: 14%;
}

.footer_sns li a {
    display: block;
}

.total {
    width: 100%;
    cursor: pointer;
}

.select_d {
    border: none;
    border: 1px solid #ddd;
    width: 100%;
    line-height: 40px;
    height: 40px;
    padding-left: 10px;
    position: relative;
    font-size: 14px;
    color: #878787;
}

.select_d span {
    font-size: 12px;
    position: absolute;
    right: 10px;
}

.select_op {
    border: 1px solid #ddd;
    border-bottom: none;
    width: 100%;
    margin-top: 0px;
    display: none;
    position: absolute;
    z-index: 3;
    background: #fff;
    font-size: 11px;
    left: 0;
    bottom: 40px;
    padding-left: 0;
}

.select_op li {
    line-height: 40px;
    height: 40px;
    border: 0px solid red;
    padding-left: 8px;
}

.select_op li a {
    cursor: pointer;
    width: 100%;
    height: 30px;
    display: block;
    letter-spacing: -0.3px;
    font-size: 13px;
}

.select_op li:hover {
    background: #eee;
}

.a_focus {
    background: #8e8e8e;
    color: #fff !important;
}


/* 패밀리사이트 클릭시 밑으로 떨어지는  CSS*/
/*
.select_op						{border:1px solid #ddd;border-top:none; width:168px; margin-top:0px; display:none; position:absolute; z-index:3px; background:#fff; font-size:11px;}
*/

.footer_copyright {
    background: #323232;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.footer_copyright p {
    color: #fff;
    font-size: 12px;
}

.footer_copyright p a {
    font-size: 11px;
    color: #fff;
    margin-left: 15px;
}

@media(max-width:1439px) {
    .footer_t {
        padding: 40px 3%;
    }

}

@media(max-width:1098px) {
    .f_mo {
        display: block;
    }

    .f_pc {
        display: none;
    }

    .footer_t p {
        padding-left: 0;
    }

    .footer_t .flex {
        justify-content: flex-start;
    }

    .footer_t .f_add {
        margin: 20px 0
    }

    .f_mo>div a:first-child {
        margin-right: 20px;
    }

    .footer_txt {
        width: 100%;
    }

    .footer_sns {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .footer_sns li {
        width: auto;
        display: inline-block;
        margin-right: 15px;
    }

    .footer_sns img {
        max-width: 30px !important;
        height: auto;
    }

    .footer_right {}

    .footer_familysite {
        width: 50%;
        max-width: 180px;
        margin: 15px 0 0 0;
        padding-right: 0;
    }

    .footer_logo img {
        max-width: 122px;
        height: auto;
    }

    div.f_add {
        position: relative;
        align-items: flex-start !important;
    }

}


/*
@media(max-width:1259px){
.footer_link			{width:30%;}
 
}

@media(max-width:1189px){
.footer_t			{flex-wrap:wrap;}
.footer_link		{ padding-left:40px;}
.footer_link			{width:100%; max-width:300px; display:flex; flex-wrap:wrap; }
.select_d, .select_op		{width:240px;}
.footer_familysite		{order:2; margin-bottom:0;}
.footer_sns				{order:1; margin:20px 0;}
.footer_sns li		{width:auto; margin-right:10px;}

}
 

@media(max-width:599px){
.footer_logo		{margin-bottom:10px;}
.footer_t .flex					{width:100%; }
.footer_t p			{font-size:13px; line-height:150%; padding-left:0}
.footer_t .copy		{margin:0 0 10px 0;}
.footer_link		{padding-left:40px;}
.footer_t p span		{display:block;}
.select_d			{font-size:13px;}
.footer_link		{padding-left:0}
.mo_none		{display:none !important;}
.mo_flex		{display:flex; justify-content:space-between; align-items:center;}  
div.mo_flex		{ margin-bottom:15px;}
p.mo_flex		{ margin-top:15px;}

}
*/

/************************* footer_inc 끝 *************************/



/************************* left_lnb_inc 시작 *************************/
.left_lnb {}

/************************* left_lnb_inc 끝 *************************/



/************************* ui.totop 시작 *************************/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 51px;
    height: 51px;
    border: none;
    text-indent: 100%;
    background: url("./img/ui.totop6.png") no-repeat left top;
}

#toTopHover {
    background: url("./img/ui.totop6.png") no-repeat left -51px;
    width: 51px;
    height: 51px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

#toTop:active,
#toTop:focus {
    outline: none;
}

/************************* ui.totop 끝 *************************/