@charset "utf-8";

/* pc에서 않보임 */
.mob_blok{display: none !important;}


#wrap{width: 100%;height: 100%;min-width: 1260px;position: relative;_width:expression!(parseInt(document.body.offsetWidth) > 900 ? "100%" : document.body.offsetWidth );}
/* header  ************************************************************************************************/
#header{width: 100%;min-height: 100px;}
    .head_wrap > h1 > a{width: 100px;height: 100px;display: inline-block;}
    /* header color변경 */
    .head_default, .head_fix, .head_active, .head_backg_colorRe{height: 100px;margin: 0 auto;padding: 0 0;box-sizing: border-box;}
    .head_default h1, .head_fix h1, .head_active h1, .head_backg_colorRe h1{width: 100px;height: 100px;display: inline-block;position: absolute;top:0px;left: 50px;z-index: 3;}

    .head_default{position: absolute;top:0;z-index: 1001;}
    .head_default h1{background: url('../../images/common/logo.png') no-repeat 0 -100px;}

    .head_default .gnb_nav > li > a{color: #fff;-webkit-transition: color 0.7s;transition: color 0.7s;}
    .head_default .gnb_nav > li > a:hover{color:#d42930;}
    .head_default .gnb_nav > li.select > a{color: #d42930;}
	.head_default .gnb_nav > li.select_on > a{color: #d42930;}
	.head_default .utile_nav li a{color: #fff;}
    .head_default .utile_nav li a:hover{color: #d42930;}
    .head_default .utile_nav li a::after{color: #fff;background-position: 0 0;}
    .head_default button.btn_search_open{background-position: 0 0;}
    .head_default button.btn_fullMenu{background-position: 0 0;}

    /* header 이미지에 따라 변경되는 색상 */
    .head_backg_colorRe h1{background: url('../../images/common/logo.png') no-repeat 0 0px;}
    .head_backg_colorRe .gnb_nav > li > a{color: #000;}
    .head_backg_colorRe .gnb_nav > li > a:hover{color: #d42930;}
    .head_backg_colorRe .gnb_nav > li.select > a{color: #d42930;}
	.head_backg_colorRe .gnb_nav > li.select_on > a{color: #d42930;}
    .head_backg_colorRe .utile_nav li a{color: #000;}
    .head_backg_colorRe .utile_nav li a::after{color: #000;background-position: 0 -12px;}
    .head_backg_colorRe button.btn_search_open{background-position: 0 -28px;}
    .head_backg_colorRe button.btn_fullMenu{background-position: 0 -25px;}

    /* header 고정 형태 */
    .head_fix{min-width: 1260px;position: fixed;top:0;z-index: 100;background-color: #d42930;}
    .head_fix h1{width: 87px;height: 35px;top:30px;background: url('../../images/common/logo02.png') no-repeat 0 -36px;}
    .head_fix .gnb_nav > li > a{color: #fff;}
    .head_fix .gnb_nav > li > a:hover{color: #000;}
    .head_fix .gnb_nav > li.select > a{color: #000;}
	 .head_fix .gnb_nav > li.select_on > a{color: #000;}
    .head_fix .utile_nav li a{color: #fff;}
    .head_fix .utile_nav li a:hover{color: #000;}
    .head_fix .utile_nav li a::after{color: #fff;background-position: 0 0;}
    .head_fix button.btn_search_open{background-position: 0 0;}
    .head_fix button.btn_fullMenu{background-position: 0 0;}

    /* header active 형태 */
    .head_active{background-color: #d42930;}
    .head_active h1{width: 87px;height: 35px;top:30px;background: url('../../images/common/logo02.png') no-repeat 0 -36px;}
    .head_active .gnb_nav > li > a{color: #fff;-webkit-transition: all 0s ease 0s;transition: all 0s ease 0s;}
    .head_active .gnb_nav > li > a:hover{color: #fff;background: #d42930 url('../../images/common/gnb_select.png') no-repeat center 94px;}
    .head_active .gnb_nav > li.select > a:hover{color: #fff;background: #d42930 url('../../images/common/gnb_select.png') no-repeat center 94px;}
    .head_active .gnb_nav > li.select > a{color: #fff;background: #d42930 }
    .head_active .gnb_nav > li.select > a:after{content:'';display:block;width:11px;height:6px;background:url('../../images/common/gnb_select.png') no-repeat center 0;margin:0 auto;position:relative;z-index:2;}
	.head_active .gnb_nav > li.select_on > a:hover{color: #fff;background: #d42930 url('../../images/common/gnb_select.png') no-repeat center 94px;}
    .head_active .gnb_nav > li.select_on > a{color: #fff;background: #d42930 url('../../images/common/gnb_select.png') no-repeat center 94px;}
    .head_active .utile_nav li a{color: #fff;}
    .head_active .utile_nav li a:hover{color: #000;}
    .head_active .utile_nav li a::after{color: #fff;background-position: 0 0;}
    .head_active button.btn_search_open{background-position: 0 0;}
    .head_active button.btn_fullMenu{background-position: 0 0;}


    .head_wrap{max-width: 1920px;min-width: 1260px;margin: 0 auto;position: relative;}
    .sub_line01{border-bottom: 1px solid rgba(255,255,255,0.2);}
    .sub_line02{border-bottom: 1px solid rgba(0,0,0,0.2);}

/* sub_visual  ************************************************************************************************/
.sub_visual{height: 353px;background: #0146ad;}

/* container  *********************************************************************************************/
#container{width: 100%;min-width: 1260px;min-height: 90%;position: relative;}
/* email height editor by 2017. 10. 27 */
.email_container {min-height:55% !important;}
.email_container .sub_container_wrap {margin: 40px auto 0px !important;}
#container.fix {padding-top:100px;}
    .container_wrap{width: 100%;min-width: 1260px;min-height: 650px;margin: 0 auto;}

    /* 200806 - PC visual 영역 hide show 처리 - s */
    .sub_container_wrap{position: relative;width: 100%;min-width: 1080px;min-height: 650px;margin: 40px auto 80px;}
    .sub_container_wrap.visual_toggle{margin: 0 auto 80px;padding-top: 40px;background-color: #fff;}
    .btn_visual_toggle{position: absolute; top: -70px;left: 50%; margin-left: -44px;  width:88px; height:27px; background: url("../../images/common/btn_visual_toggle.png") no-repeat;}
    .btn_visual_toggle span{display:inline-block; font-size:13px; color: #fff; height: 27px; text-align: center;line-height: 27px;}
    .btn_visual_toggle i{position: relative; right:18px; margin-top:10.5px; margin-left: 5px; float: right; display: inline-block;vertical-align: middle;color: #fff;box-sizing: border-box; width: 12px;height: 6px;background: url("../../images/common/btn_visual_toggle_triangle.png") no-repeat; transform: rotate(180deg);}
    .btn_visual_toggle.up i{transform: rotate(360deg);}
    .btn_visual_toggle:focus{outline: 0;}
    /* 200806 - PC visual 영역 hide show 처리 - e */


    .inner{margin: 0 auto;padding-top: 80px;text-align: center;}
    .inner2{margin: 0 auto;padding-top: 60px;text-align: center;}
    .container_wrap h2{font-size: 26px;padding: 40px 0 20px;}

/* footer  ************************************************************************************************/
#footer{width: 100%;min-width: 1260px;position: relative;clear:both;background: #a7a7a7;}
    .footer_wrap{width: 1260px;margin: 0 auto;padding: 30px 0 30px;position: relative;font-size: 14px;font-weight: 300;text-align: left;color: #e7e7e7;}
    .footer_wrap h2{width: 172px;height: 37px;position: absolute;right: 0;top: 30px;background: url("../../images/common/footer_logo.png") no-repeat 0 0;text-indent: -10000px;}
    .linkArea{width: 100%;min-width: 1260px;height: 55px;border-bottom: 1px solid #d6d6d6;box-sizing: border-box;background: #fbfbfb;}
    .site_link{width: 1260px;margin: 0 auto;}
    .site_link ul{padding: 19px 0;display: inline-block;float: left;font-size: 14px;font-weight: 400;}
    .site_link li{display: inline-block;}
    .site_link li a{color: #898989;}
    .site_link li a:hover{color: #e8171a;}
    .site_link li a::after{content: "/";padding: 0 10px 0 15px;vertical-align: top;font-weight: 100;color: #d4d4d4;}
    .site_link li:last-child a::after{content: "";}
    .addA{}
    .addA p{padding-top: 10px;font-size: 12px;font-weight: 300;color: #e7e7e7;}
	.addA span{padding:0 0 0 0;}

    select.fam_select{ width: 170px;padding: 7px 5px;margin-top: 10px;float: right;color: #898989;background:#fbfbfb url('../../images/common/icon_select.png') no-repeat 95% 50%;-webkit-appearance: none;-moz-appearance: none; appearance: none;}
    select.fam_select::-ms-expand {display: none;}

    select.qa_select{ width: 160px;padding: 16px 10px;margin-top: 0;float: right;color: #898989;background:#f5f5f5 url('../../images/common/icon_select01.png') no-repeat 90% 50%;-webkit-appearance: none;-moz-appearance: none; appearance: none;}
    select.qa_select.type2{background-color:#fff;width:530px;border:1px solid #ddd;background-position:95% 50%;}
    select.qa_select::-ms-expand {display: none;}
    
    select.as_type_select {width: 160px; padding: 16px 10px; margin-top: 0; background:#fff url('../../images/common/icon_select01.png') no-repeat 90% 50%; border:1px solid #ddd; -webkit-appearance: none;-moz-appearance: none; appearance: none;}

    /* custom_footer */
    .custom_Zone{width: 100%;min-width: 1280px;/*height: 286px;*/height: auto;display: block;margin-top: 0;padding: 36px 0;border-top: 1px solid #e7e7e7;border-bottom: 1px solid #e7e7e7;box-sizing: border-box;background: #fff;}
        .custom_Zone ul{width: 1260px;display: block;margin: 0 auto;text-align: center;}
        .custom_Zone ul li{display: inline-block;padding: 0 0;text-align: left;}
/*         .custom_Zone ul li:last-child{border-right: none;padding-right: 0;} */
        .custom_Zone ul li:nth-child(1){width: auto;padding-right: 180px;}
        .custom_Zone ul li:nth-child(2){width: auto;padding-right: 210px}
        .custom_Zone ul li:nth-child(3){width: auto;padding-right: 200px; }
        .custom_Zone ul li:nth-child(4){width: auto;}
        .custom_Zone ul li strong{display: table-cell;padding-bottom: 18px;font-size: 18px;font-weight: 500;color: #666;}
        .custom_Zone ul li strong::after{content: "";width: 100%;height: 1px;display: block;margin-top: 10px;background: #adadad;}
        .custom_Zone ul li span{display: inline-block;width: 43px;height: 39px;margin: 20px auto 0;background: url("../../images/common/custom_Zone_icon.png") no-repeat 0 0;}
        .custom_Zone ul li:first-child p{width: 178px;padding-top: 0;color: #898989;}
        .custom_Zone ul li p{width: 217px;font-size: 14px;font-weight:300;color: #898989;line-height: 20px}
        .custom_Zone ul li p.centerTime{width: auto;padding: 17px 0 0 0;font-size: 14px;font-weight: 400;color: #666;}
/*         .custom_Zone ul li p.centerTime::before{content: "";width: 16px;height: 16px;margin-right: 12px;display: inline-block;vertical-align: middle;background: url("../../images/common/custom_tel_icon.png") no-repeat;} */

        .custom_Zone ul li p span{width: auto;height: auto;margin: 0;display: block;background: none;}
        .custom_Zone ul li p.pc_blok{width: 100%;padding: 26px 0 0;font-size: 28px;font-weight: bold;color: #666;line-height: 18px}
        .custom_Zone ul li > ul{width: auto;}
        .custom_Zone ul ul > li{min-height: auto;padding-bottom: 5px;padding-right: 0 !important;display: block;}
        .custom_Zone ul ul > li a{font-size: 14px;color: #898989;}
        .formNewsLetter{padding-top: 22px;}
        .formNewsLetter input{width: 83px;height: 40px;padding: 0 10px;line-height: 40px;border: 0;border-radius: 5px;box-sizing: border-box;color: #b9b9b9;background: #f5f5f5;}
        .formNewsLetter input + input{width: 134px;margin-left: 4px;}
        .formNewsLetter button{width: 65px;height: 40px;margin-left: 4px;line-height: 40px;font-size: 14px;text-align: center;color: #888;border: 1px solid #ddd;border-radius: 5px;box-sizing: border-box;}

		/*03-12*/
        .utile_nav ul.sns_link{position:static; margin-top:-3px;}
        .utile_nav ul.sns_link:after{content: "";width: 1px;height: 12px;display: inline-block;font-size: 10px;margin: 6px 20px 0 20px;vertical-align: top;color: #fff;background: url("../../images/common/gnb_icon_line.png") no-repeat 0 0;}
        .head_backg_colorRe .utile_nav ul.sns_link:after{color:#000; background-position:0 -12px}
        .head_fix .utile_nav ul.sns_link:after{color:#fff; background-position:0 0;}
        .head_fix .utile_nav ul.sns_link li a::after{display:none}
        .utile_nav ul.sns_link li a::after{display:none}
        ul.sns_link > li{height: 22px;padding: 0;display: inline-block;}
        ul.sns_link > li > a{height: 22px;display: inline-block; vertical-align:middle; width:28px; height:28px; background: url("../../images/common/sns_link_icon2.png") no-repeat; background-size:405px 32px;}
        ul.sns_link > li + li {margin-left:15px}
        .head_default ul.sns_link > li:nth-child(1) a{width:34px;background-position:-272px -2px;}
        .head_default ul.sns_link > li:nth-child(2) a{background-position: -340px -3px;}
        .head_default ul.sns_link > li:nth-child(3) a{background-position:-309px -3px;}
        .head_default ul.sns_link > li:nth-child(4) a{width:32px;background-position:-372px 0px;}
        .head_default ul.sns_link > li:nth-child(1) a:hover{background-position:-136px -2px} 
        .head_default ul.sns_link > li:nth-child(2) a:hover{background-position:-205px -2px}
        .head_default ul.sns_link > li:nth-child(3) a:hover{background-position:-175px -3px}      
        .head_default ul.sns_link > li:nth-child(4) a:hover{background-position:-238px 0px} 
        
        .head_backg_colorRe ul.sns_link > li:nth-child(1) a{width:34px; background-position:-1px -2px}
        .head_backg_colorRe ul.sns_link > li:nth-child(2) a{background-position:-70px -2px}
        .head_backg_colorRe ul.sns_link > li:nth-child(3) a{background-position:-40px -3px;}
        .head_backg_colorRe ul.sns_link > li:nth-child(4) a{width:32px; background-position:-103px 0px}
        
        .head_backg_colorRe ul.sns_link > li:nth-child(1) a:hover{background-position:-136px -2px}
        .head_backg_colorRe ul.sns_link > li:nth-child(2) a:hover{background-position:-205px -2px}
        .head_backg_colorRe ul.sns_link > li:nth-child(3) a:hover{background-position:-175px -3px}
        .head_backg_colorRe ul.sns_link > li:nth-child(4) a:hover{background-position:-238px 0px}
        
        .head_fix ul.sns_link > li:nth-child(1) a{background-position:-272px -2px;}
        .head_fix ul.sns_link > li:nth-child(2) a{background-position: -340px -3px;}
        .head_fix ul.sns_link > li:nth-child(3) a{background-position:-309px -3px;}
        .head_fix ul.sns_link > li:nth-child(4) a{background-position: -372px 0px; }
        .head_fix ul.sns_link > li:nth-child(1) a:hover{background-position:-1px -2px}
        .head_fix ul.sns_link > li:nth-child(2) a:hover{background-position:-70px -3px}
        .head_fix ul.sns_link > li:nth-child(3) a:hover{background-position:-40px -3px}        
        .head_fix ul.sns_link > li:nth-child(4) a:hover{background-position:-103px 0px}

/* nav */
.gnb_nav{width: 100%;height: 0;max-height:504px;position: relative;top: 100px;left:0;z-index: 2;padding-top: 0px;font-size: 0;text-align: left;background: #fbf9f9;-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2)}
    .gnb_nav.bg_gray:after{content:'';display:block;width:38%;height:100%;position:absolute;top:0;right:0;background-color:#fbf9f9;}
    .gnb_nav > li{display: inline-block;font-size:0;}
    .gnb_nav > li:first-child{margin-left: 196px;}
    .gnb_nav > li > a{color: #fff;height:100px;display: inline-block;text-align: center;font-size: 18px;font-weight: 500;margin-top: -100px;line-height:100px;}
    .gnb_nav > li:nth-child(1) > a{width: 107px;}
    .gnb_nav > li:nth-child(2) > a{width: 95px;}
    .gnb_nav > li:nth-child(3) > a{width: 106px;}
    .gnb_nav > li:nth-child(4) > a{width: 123px;}
    .gnb_nav > li:nth-child(5) > a{width: 93px;}
    .gnb_nav > li:nth-child(6) > a{width: 127px;}
    .gnb_nav .pc_show{display:block !important;}
    .gnb_nav > li > ul{width: 150px;height: 100%;position: absolute;top: 0;text-align: center;display: none;box-sizing: border-box;}
    .gnb_nav > li:nth-child(1) > ul{width:auto;text-align:left;left:220px;z-index:1;}
    .gnb_nav > li:nth-child(1) > ul > li > a{color:#d92628;font-size:18px;padding-bottom:24px;padding-top: 50px;}
    .gnb_nav > li:nth-child(1) > ul > li strong{color:#333;font-size:16px;font-weight:normal;display:inline-block;width:116px;float:left;height:32px;line-height:32px;cursor:pointer;}
    .gnb_nav > li:nth-child(1) > ul > li strong + ul{float:left;max-width:307px;padding-left:30px;border-left:1px solid #ccc;}
    .gnb_nav > li:nth-child(1) > ul > li:nth-child(2){width:454px;}
    .gnb_nav > li:nth-child(1) > ul > li:nth-child(3){width:164px;}
    .gnb_nav > li:nth-child(1) > ul > li:nth-child(3) .mob_3depth li strong{border:none;}
    .gnb_nav > li:nth-child(1) > ul > li:nth-child(3) .mob_3depth li ul.pc_show{display:none !important;}
    .gnb_nav > li:nth-child(1) > ul > li:nth-child(4){background-color:#fbf9f9;height:100%;width:auto;max-width:348px;padding-left:75px;}
    .gnb_nav > li:nth-child(1) > ul > li:nth-child(4) > ul{padding-bottom:80px;}
    .gnb_nav > li:nth-child(1) .keyword{height:34px;line-height:34px;padding:0 15px;text-align:center;background-color:#fff;border:1px solid #eee;color:#999;font-size:14px;font-weight:normal;display:inline-block;margin-bottom:10px;cursor:pointer;}
    .gnb_nav > li:nth-child(1) .keyword:hover{border:1px solid #d92628;color:#d92628;}
	.gnb_nav	.on_menu_2depth{float:left;}
    .gnb_nav > li:nth-child(1) > ul .on_menu_2depth + li{float:left;}
    .gnb_nav > li:nth-child(1) .mob_3depth > li{display:block;overflow:hidden;}
    .gnb_nav > li:nth-child(1) .mob_3depth > li > ul > li{display:inline-block;margin-right:20px;}
    .gnb_nav > li:nth-child(1) .mob_3depth > li > ul > li:last-child{margin-right:0;}
    .gnb_nav > li:nth-child(1) .mob_3depth > li > ul > li a{padding-bottom:0;}
    .gnb_nav > li:nth-child(1) .mob_3depth > li:nth-child(2) > strong{}
    .gnb_nav > li:nth-child(1) .mob_3depth > li:nth-child(2) > ul{/* width:260px; */}
    .gnb_nav > li:nth-child(2) > ul{width: auto;left:316px;text-align:left;}
    .gnb_nav > li:nth-child(2) > ul > li{display:inline-block;margin:50px 70px 0 0;}
    .gnb_nav > li:nth-child(2) > ul > li > a{padding-bottom:0;color:#d92628;font-size:18px;line-height:1;}
    .gnb_nav > li:nth-child(2) > ul > li .mob_3depth{padding-top:24px;}
    .gnb_nav > li:nth-child(2) > ul > li .mob_3depth a{color:#333;font-size:16px;padding-bottom:0;}
    .gnb_nav > li:nth-child(2) > ul > li .mob_3depth strong{color:#333;font-size:16px;font-weight:normal;line-height:32px;cursor:pointer;}
    .gnb_nav > li:nth-child(3) > ul{width: auto;left:400px;text-align:left;}
	.gnb_nav > li:nth-child(3) > ul > li{display:inline-block;margin:50px 70px 0 0;}
    .gnb_nav > li:nth-child(3) > ul > li > a{padding-bottom:0;color:#d92628;font-size:18px;line-height:1;}
    .gnb_nav > li:nth-child(4) > ul{width: auto;left:512px;text-align:left;}
    .gnb_nav > li:nth-child(4) > ul > li{display:inline-block;margin:50px 70px 0 0;}
    .gnb_nav > li:nth-child(4) > ul > li > a{padding-bottom:0;color:#d92628;font-size:18px;line-height:1;}
    .gnb_nav > li:nth-child(4) > ul > li .mob_3depth{padding-top:24px;}
    .gnb_nav > li:nth-child(4) > ul > li .mob_3depth a{color:#333;font-size:16px;padding-bottom:0;}
    .gnb_nav > li:nth-child(4) > ul > li .mob_3depth strong{color:#333;font-size:16px;font-weight:normal;line-height:32px;cursor:pointer;}
    .gnb_nav > li:nth-child(5) > ul{width: 93px;}
    .gnb_nav > li:nth-child(5) > ul .keyword{}
    .gnb_nav > li:nth-child(6) > ul{width: 127px;}
    .gnb_nav > li > ul > li{font-size: 17px;font-weight: 500;}
    .gnb_nav > li > ul > li:first-child{padding-bottom: 23px;}
    .gnb_nav > li > ul a{display: inline-block;padding-bottom: 20px;font-size: 16px;font-weight: 400;color: #989898;line-height:32px;}
    .gnb_nav > li > ul a:hover{color: #e8171a;}
    .gnb_nav > li > ul > li:nth-child(2){}
	.gnb_nav > li > ul {display:none;overflow:hidden;}
    .gnb_nav > li.select > ul{background: #ffff}
	.gnb_nav > li.select_on > ul{background: #fff;}
    .gnb_nav > li:first-child::before{content: "";height: 100px;margin-top:-100px;margin-left: -96px;padding: 0 48px;display: inline-block;}
    .gnb_nav > li:last-child::after{content: "";height: 100px;margin-top:-100px;padding: 0 90px;display: inline-block;}

.utile_nav{width: 100%;position: absolute;top: 30px;right: 0;}
    .utile_nav ul{position: absolute;right: 155px;top: 10px;}
    .utile_nav li{display: inline-block;}
    .utile_nav li a{color: #fff;font-size: 14px;}
    .utile_nav li a::after{content: "";width: 1px;height: 12px;display: inline-block;font-size: 10px;margin: 3px 20px 0 20px;vertical-align: top;color: #fff;background: url("../../images/common/gnb_icon_line.png") no-repeat 0 0;}

/* sub_nav */
.sub_nav{width: 100%; max-width: 1080px;min-height:70px;display: block;margin: 52px auto 0;position: relative;}
button.btn_sub_Full{width: 70px;height: 70px;display: inline-block;float: left;background: #d92628;}
button.btn_open_Full::before{content: "";width: 24px;height: 21px;display: block;margin: 0 auto;background: url("../../images/common/btn_sub_Full.png") no-repeat 0 2px;}
button.btn_close_Full::before{content: "";width: 24px;height: 21px;display: block;margin: 0 auto;background: url("../../images/common/btn_sub_Full.png") no-repeat 0 -18px;}

.prodt_nav{width: 100%; max-width: 1080px;min-height:70px;display: block;margin: 52px auto 0;position: relative;}
.prodt_nav > ul > li > span.sub_1dep_select{color:#d92628;text-decoration: underline;}

.sub_menu{width: 1010px;height: 70px;display: inline-block;background: #f5f5f5;box-sizing: border-box;overflow: hidden;}
    .sub_menu > ul{display: inline-block;background: #fff;font-weight: 500;}
    .sub_menu > ul > li, .sub_menu > .sub_2depth > ul{display: none;}
    .active_nor{display: block !important;cursor: pointer;}
    .sub_menu > ul > li > span{height: 70px;line-height: 70px;padding-left: 30px;}
    .sub_menu > ul > li::after{content: "";width: 25px;height: 70px;display: inline-block;float: right;position: relative;right: -25px;background: url("../../images/common/sub_menubg.png") no-repeat 0 0;}

    .prodts_menu{width: 1080px;height: 70px;display: block;text-align: center;background: #f5f5f5;}
    .prodts_menu > li{display: inline-block !important;margin-top: 28px;}
    .prodts_menu > li > span{cursor: pointer;}
    .prodts_menu > li::after{content: "/";padding: 0 20px;color:#dfdfdf;font-size: 13px;vertical-align: top;}
    .prodts_menu > li:last-child::after{content: "";width: 0;padding: 0 0;}
    .prodts_menu > li > span{font-size: 14px;}
    .prodts_menu > li > span:hover{color:#d92628;text-decoration: underline;}
    .prodts_menu > li > span:focus{color:#d92628;text-decoration: underline;}
    .prodts_menu > li > span:active{color:#d92628;text-decoration: underline;}
    .prodts_menu > li > a.selet_on{color:#d92628;text-decoration: underline;}
    .selet_on{color:#d92628;text-decoration: underline;}

.sub_menu_open{width: 1010px;display: inline-block;position: absolute;z-index: 10;background: #f5f5f5;box-sizing: border-box;border: 1px solid #ddd;-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);}
    .sub_menu_open > ul{display: inline-block;padding: 30px;padding-right: 0;margin-right: 25px;}
    .sub_menu_open > ul > li{display: block;padding: 15px 0;font-weight: 500;}
    .sub_menu_open > ul > li:first-child{padding-top: 0;}
    .sub_menu_open > ul > li:last-child{padding-bottom: 0;}

    .sub_2depth{display: inline-block;padding: 30px;margin-left: 25px;}
    .sub_menu_open .sub_2depth > ul{padding: 15px 0;}
    .sub_menu .sub_2depth > ul{padding: 0 0;}
    .sub_2depth > ul:first-child{padding-top: 0;}
    .sub_2depth > ul:last-child{padding-bottom: 0;}
    .sub_2depth > ul > li > a{font-size: 14px; color: #333;}
    .sub_2depth > ul > li > a.selet_on{color:#d92628;text-decoration: underline;}
    .sub_2depth > ul > li > a:hover{color:#d92628;text-decoration: underline;}
    .sub_2depth > ul > li > a:active{color:#d92628;text-decoration: underline;}
    .sub_2depth > ul > li::after{content: "/";padding: 0 10px;color:#dfdfdf;font-size: 13px;vertical-align: top;}
    .sub_2depth > ul > li:last-child::after{content: "";width: 0;padding: 0 0;}
    .sub_2depth > ul > li{display: inline-block;}

/* 용품 sub_nav */
.prodt_part{display: block;padding: 30px;text-align: center;}
    .prodt_part > ul{padding: 15px 0;}
    .prodt_part > ul:first-child{padding-top: 0;}
    .prodt_part > ul:last-child{padding-bottom: 0;}
    .prodt_part > ul > li{display: inline-block;}
    .prodt_part > ul > li > a{font-size: 14px; color: #333;}
    .prodt_part > ul > li > a:hover{color:#d92628;text-decoration: underline;}
    .prodt_part > ul > li > a:active{color:#d92628;text-decoration: underline;}
    .prodt_part > ul > li > a > span.sub_1dep_select{color:#d92628;text-decoration: underline;}
    .prodt_part > ul > li::after{content: "/";padding: 0 20px;color:#dfdfdf;font-size: 13px;vertical-align: top;}
    .prodt_part > ul > li:last-child::after{content: "";width: 0;padding: 0 0;}

/* full_nav */
.full_nav{display: none;width: 100%;min-width: 1080px;position: fixed;top: 0;z-index: 1000;background: #fff;}
.full_nav::after{content: "";width: 100%;height: 200%;position: absolute;bottom: -200%;z-index: 1;background: rgba(0,0,0,0.7);}
.fullmenu{width: 100%;background: #fff;}
.fullmenu_title{width: 100%;height: 100px;background: #d42930;position: relative;}
    .fullmenu_title h2{width: 86px;height: 34px;margin: 0 auto;position: relative;top: 30px;text-indent: -10000px;background: url('../../images/common/logo02.png') no-repeat 0 -36px;}
    .btn_close{width: 30px;height: 30px;position: absolute; right: 50px;top:35px;font-size: 0;background: #d42930 url('../../images/main/main_full_close.png') no-repeat center;}

    .fullmenu > ul{width: 1080px;margin: 57px auto 60px;}
    li.full_1depth{width: 140px;display: inline-block;margin-right: 13px;}
    li.full_1depth:first-child{width: 280px;display: inline-block;}
    li.full_1depth > a:hover{color: #dc0023;border-bottom: 1px solid #dc0023;}
    li.full_1depth > a{width: 100%;display: block;padding-bottom: 20px;font-size: 18px;border-bottom: 1px solid #666;}
    li.full_1depth > ul{margin-top: 15px;}
    li.full_1depth:first-child li.full_3depth > a{padding: 5px 0;display: block;color: #000;font-size: 14px;font-weight: 300;}
    li.full_1depth:first-child li.full_3depth > a:hover{color: #dc0023;}
    li.full_2depth{border-bottom: 1px solid #e8e8e8;padding: 0 0 0 9px;box-sizing: border-box;}
    li.full_2depth:last-child{border-bottom: none;}
    li.full_2depth > a{width: 100%;display: block;padding: 12px 0 12px 0;font-size: 16px;}
    li.full_2depth > a:hover{color: #dc0023;}
    li.full_2depth > a:hover::after{content: "";width: 15px;height: 7px;display: inline-block;background: url('../../images/common/full_icon_2depth.png') no-repeat 12px 0;}
    li.full_2depth > ul{padding-bottom: 10px;font-size: 14px;}
    li.full_3depth{padding: 0 0;}
    li.full_3depth > a{padding: 5px 0;display: block;color: #000;font-size: 14px;font-weight: 300;}
    li.full_3depth > a:hover{color:#dc0023;}
    li.full_3depth > ul{padding: 0 0 0 0;}
    li.full_3depth > ul > li{display: inline-block;padding: 0 10px 6px 3px;}
    li.full_3depth > ul > li > a{color: #707070;font-weight: 300;}
    li.full_3depth > ul > li > a:hover{color: #dc0023;}
    li.full_3depth > ul > li:last-child{padding-right: 0;}

    .full_nav_bg{width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 10;display: none;background: #000;opacity: 0.7;}

/* sub_visual_Text */
.sub_visual{position: relative;}
.sub_visual_Text{width: 600px;position: absolute;left: 50%;top:50%;margin-top: -35px;margin-left: -300px;text-align: center;}
    .sub_visual_Text h3{color: #fff;font-size: 48px;font-weight: 500;padding-bottom: 10px;}
    .sub_visual_Text p{line-height: 24px;font-size: 18px;color: #fff;font-weight: 300;}
    .sub_visual_Text a{display: inline-block;padding: 12px 25px;margin-top: 28px;font-size: 14px;color: #fff;background: #333;}

.swiper-pause{width: 9px;height: 13px;margin-bottom: 6px;position: absolute;left: 53%;z-index: 100000;display: inline-block;background: url("../../images/common/btnPause.png") no-repeat 0 0;cursor: pointer;}
.swiper-play{width: 9px;height: 13px;margin-bottom: 6px;position: absolute;left: 54.5%;z-index: 100000;display: inline-block;background:url("../../images/common/btnPlay.png") no-repeat 0 0;cursor: pointer;}

/* search */
button.btn_search_open{width:47px;top: 5px;right: 105px;background: url("../../images/common/gnb_icon_search.png") no-repeat 0 0;}
button.btn_fullMenu{width:28px;top:5px;right: 50px;background: url("../../images/common/gnb_icon_fullMenu.png") no-repeat 0 0;}
button.btn_search_open, button.btn_fullMenu{height: 25px;position: absolute;text-indent: -10000px;}
.search_area{display: none;position: absolute;top: -30px;left: 0;z-index: 4;width: 100%;height: 100px;background: #d42930 url('../../images/common/logo03.png') no-repeat 60px 36px;}
form.search_form{position: absolute;z-index: 3;width: 50%;right: 315px;}
    form.search_form > select, form.search_form > input{float: left}
    form.search_form > input{width: 634px;margin-top: 20px;padding: 15px 25px;position: relative;border: none;font-size: 20px;color: #d42930;border-radius: 30px;background: #fff;}
    form.search_form > input::-ms-clear {display: none;}

    form.search_form > input::placeholder{font-size: 20px;color: #d42930;}
    .btn_search{width:26px;height: 25px;position: absolute;top: 37px;right: 50%;z-index: 5;margin-right: -325px;text-indent: -10000px;background: url("../../images/common/btn_top_search.png") no-repeat 0 0;}
    .btn_close_search{width: 28px;height: 28px;position: absolute;top: 33px;right: 50px;z-index: 1;text-indent: -10000px;background: url("../../images/common/btn_close_search.png") no-repeat 0 0;}

/* location */
.loction_nav{width: 100%;max-width: 1080px;display: block;margin: 0 auto;text-align: right;}
.loction_nav li{display: inline-block;font-size: 13px;}
.loction_nav li a{color: #707070;}
.loction_nav li::after{content: "/";padding: 0 10px;color:#dfdfdf;}
.loction_nav li:last-child{color:#d92628;}
.loction_nav li:last-child::after{content: "";width: 0;padding: 0 0;}

/* sub_conts */
.sub_conts{width: 100%;min-width: 1080px;position: relative;}
    .sub_conts h3{width: 1080px;margin: 50px auto 0;font-size: 46px;font-weight: 500;text-align: center;}
    .sub_conts > p{width: 1080px;margin: 10px auto 0;text-align: center;color: #333;}
    .innerArea{width: 100%;display: block;}

/* input designs */
    .checks input[type="checkbox"]{position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip: rect(0,0,0,0);border: 0;}
    .checks input[type="checkbox"] + label {margin-right: 30px;display: inline-block; position: relative; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; }
    .checks input[type="checkbox"] + label:before {content: ''; display: inline-block; width: 24px;height: 24px;margin: -2px 8px 0 0; text-align: center; vertical-align: middle; background: url("../../images/common/checkbox_off.png") no-repeat;}
    .checks input[type="checkbox"] + label:active:before, .checks input[type="checkbox"]:checked + label:active:before {}
        .checks input[type="checkbox"]:checked + label{color: #d92628;}
    .checks input[type="checkbox"]:checked + label:before {content: '';background: url("../../images/common/checkbox_on.png") no-repeat;}

/* 레이어팝업 */
.lay_popup{position:absolute; top:0px; left:0px; min-width:240px; min-height:100px;z-index:99;display: none;}
.img_pop_area{position:relative;min-height:100px;text-align: center;word-break:break-all;background: #fff;}
    .img_pop_area img{max-width: 100%;}
.btn_poparea{width: 100%;display: inline-block;position:relative;border-top: 1px solid #f5f5f5;background: #fff;}
    .btn_poparea li{width: 100%;display: inline-block;}
    .btn_poparea li label{padding-bottom: 13px;margin: 0 0 0 20px;display: inline-block;font-size: 14px;color: #666;}
    .btn_poparea li span{width: 22px;height: 22px;margin-right: 20px;display: inline-block;float: right;cursor: pointer;text-indent: -100000px;background: url("../../images/common/pop_close.png") no-repeat;}

/* 임의 적용 */
.posi_L00{left:0;}
.posi_R00{right:0;}
.posi_B30{bottom: 30px !important;}
.posi_B50{bottom: 50px !important;}
.posi_B60{bottom: 60px !important;}
.posi_B100{bottom: 94px !important;}
.posi_B00{bottom: 0 !important;}
.transf_norl > span{width: 14px; height: 14px;border-radius: 30px;transform: skew(0);}
.transf_norl_text > span{width: 5px;height: 5px;transform: skew(0);}
.folt_no{float: none;}
.floR{float: right !important;}
.max_wid1080{max-width: 1260px !important;min-width: 1080px !important;}

form.search_form > input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { /* WebKit browsers */ color:transparent; }
form.search_form > input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color:transparent; }
form.search_form > input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { /* Mozilla Firefox 19+ */ color:transparent; }
form.search_form > input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { /* Internet Explorer 10+ */ color:transparent; }

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { /* WebKit browsers */ color:transparent; }
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color:transparent; }
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { /* Mozilla Firefox 19+ */ color:transparent; }
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { /* Internet Explorer 10+ */ color:transparent; }

@media all and (max-width:1370px){
    .container_wrap{width: 100%;min-width: 1260px;}
    .custom_Zone{width: 100%;min-width: 1260px;}
    .custom_Zone ul{width: 1260px;}
    .custom_Zone ul li{width: auto;padding: 0 0;}
	.custom_Zone ul li{width: auto;padding: 0 0;}
    .custom_Zone ul li:nth-child(1){width: auto;padding-right: 95px;padding-top:1px;padding-left: 0;}
    .custom_Zone ul li:nth-child(2){width: auto;padding-right: 95px;padding-top:1px;padding-left: 0;}
    .custom_Zone ul li:nth-child(3){width: auto;padding-right: 95px;padding-left: 0;}
    /*.custom_Zone ul li:nth-child(4){padding-right: 93px;}*/
    #footer{min-width: 1260px;}
    /*.sns_link{width: 1080px;}*/
    .site_link{width: 1080px;}
    .foot_sns{width: 100%;min-width: 1260px;}
    .footer_wrap{width: 1080px;}
    .gnb_nav > li:last-child::after{content: "";height: 100px;margin-top:-100px;padding: 0 30px;display: inline-block;}
}


.swiper-text {position:absolute;width:100%;left:0;bottom:40px;text-align:center;z-index: 1;}
.swiper-text span {display:none;}
.swiper-text span.active {display:block;}

/*어워드 추가*/
.award{position:absolute; top:50%; left:825px; margin-top:-22px;}

/* 2018-06-15 추가 */
.custom_Zone ul li:nth-child(1){width: auto;padding-right: 95px;}
.custom_Zone ul li:nth-child(2){width: auto;padding-right: 95px}
.custom_Zone ul li:nth-child(2) strong a {color:#666;}
.custom_Zone ul li:nth-child(3){width: auto;padding-right: 95px; }
.custom_Zone ul li:nth-child(4){width: auto; /*padding-right: 93px;*/ }
.custom_Zone ul li:nth-child(5){display:none;width: auto;}

.custom_Zone ul li:nth-child(2) strong {display:inline-block;width:100%;}
.custom_Zone ul li .mail_Wrap {padding-top:27px;font-size: 14px;font-weight: 400;color: #666;}
.custom_Zone ul li .mailto{display:block;width: auto;padding: 7px 0 0 0;font-size: 14px;font-weight: 400;color: #666;}
.custom_Zone ul li .mailto.first {padding-top:0;}

/* 스크롤 다운 아이콘 추가*/
.ico_scroll{position:absolute;bottom:80px;left:50%;margin-left:-42px;z-index:5;}