@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600&family=Roboto&display=swap');
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 100;src: url(font/NotoSansKR-Thin.woff) format('woff'), url(font/NotoSansKR-Thin.otf) format('opentype');} 
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 300;src: url(font/NotoSansKR-Light.woff) format('woff'), url(font/NotoSansKR-Light.otf) format('opentype');} 
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;src: url(font/NotoSansKR-Regular.woff) format('woff'), url(font/NotoSansKR-Regular.otf) format('opentype');} 
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 500;src: url(font/NotoSansKR-Medium.woff) format('woff'), url(font/NotoSansKR-Medium.otf) format('opentype');} 
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 700;src: url(font/NotoSansKR-Bold.woff) format('woff'), url(font/NotoSansKR-Bold.otf) format('opentype');} 
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 900;src: url(font/NotoSansKR-Black.woff) format('woff'), url(font/NotoSansKR-Black.otf) format('opentype');}

@font-face {font-family: 'Pretendard';font-weight: 900;font-display: swap;src: local('Pretendard Black'), url('/css/font/Pretendard-Black.woff2') format('woff2'), url('./woff/Pretendard-Black.woff') format('woff');}
@font-face {font-family: 'Pretendard';font-weight: 800;font-display: swap;src: local('Pretendard ExtraBold'), url('/css/font/Pretendard-ExtraBold.woff2') format('woff2'), url('./woff/Pretendard-ExtraBold.woff') format('woff');}
@font-face {font-family: 'Pretendard';font-weight: 700;font-display: swap;src: local('Pretendard Bold'), url('/css/font/Pretendard-Bold.woff2') format('woff2'), url('./woff/Pretendard-Bold.woff') format('woff');}
@font-face {font-family: 'Pretendard';font-weight: 600;font-display: swap;src: local('Pretendard SemiBold'), url('/css/font/Pretendard-SemiBold.woff2') format('woff2'), url('./woff/Pretendard-SemiBold.woff') format('woff');}
@font-face {font-family: 'Pretendard';font-weight: 500;font-display: swap;src: local('Pretendard Medium'), url('/css/font/Pretendard-Medium.woff2') format('woff2'), url('./woff/Pretendard-Medium.woff') format('woff');}
@font-face {font-family: 'Pretendard';font-weight: 400;font-display: swap;src: local('Pretendard Regular'), url('/css/font/Pretendard-Regular.woff2') format('woff2'), url('./woff/Pretendard-Regular.woff') format('woff');}
@font-face {font-family: 'Pretendard';font-weight: 300;font-display: swap;src: local('Pretendard Light'), url('/css/font/Pretendard-Light.woff2') format('woff2'), url('./woff/Pretendard-Light.woff') format('woff');}
@font-face {font-family: 'Pretendard';font-weight: 200;font-display: swap;src: local('Pretendard ExtraLight'), url('/css/font/Pretendard-ExtraLight.woff2') format('woff2'), url('./woff/Pretendard-ExtraLight.woff') format('woff');}
@font-face {font-family: 'Pretendard';font-weight: 100;font-display: swap;src: local('Pretendard Thin'), url('/css/font/Pretendard-Thin.woff2') format('woff2'), url('./woff/Pretendard-Thin.woff') format('woff');}

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.75em;font-family:'Noto Sans KR', sans-serif;/* background:#e7e7e7 */}
html, body{height:100%;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Noto Sans KR', sans-serif;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family:'Noto Sans KR', sans-serif;;font-size:1em}
input[type="submit"]{cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'Noto Sans KR', sans-serif;;font-size:1em}
select {margin:0}
p {margin:0;padding:0;/* word-break:break-all */}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}

*, :after, :before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

input[type=text],input[type=password], textarea {-webkit-transition: all 0.30s ease-in-out;-moz-transition: all 0.30s ease-in-out;-ms-transition: all 0.30s ease-in-out;-o-transition: all 0.30s ease-in-out;outline: none;}
 
input[type=text]:focus,input[type=password]:focus,  textarea:focus,select:focus {-webkit-box-shadow:  0 0 5px #9ed4ff;-moz-box-shadow:  0 0 5px #9ed4ff;box-shadow: 0 0 5px #9ed4ff;border: 1px solid #558ab7 !important;}
.placeholdersjs { color: #aaa !important; }

.clr:after{content:'';display:block;clear:both;}
.fl{float:left;}
.fr{float:right;}
.contain{width:1587px;margin:0 auto;position:relative;}
@media(max-width:1600px){
	.contain{width:90%;margin:0 auto;position:relative;}
}

.contain:after{content:'';display:block;clear:both;}
img.center{display:block;margin:0 auto;}

/* 레이아웃 크기 지정 */
#hd, #wrapper, #ft{min-width:1442px;}

#hd_pop,#hd_wrapper,#tnb ul,#gnb .gnb_wrap,#container_wr,#ft_wr{width:1442px}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;}
.hd_pops img{max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding: 0;background:#000;color:#fff;text-align:left;position:relative;}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding: 10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject{background:#000;text-align:left}
.hd_pops_footer .hd_pops_close{background:#393939;position:absolute;top:0;right:0}

/* 상단 레이아웃 */
#hd {position:absolute;z-index:8;width:100%;}

#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

.header_v2{position:relative;width:100%;min-width:1000px;z-index:999;height: 78px; /* padding:24px 23px 30px 28px; */}
.header_v2.on,
.header_v2.sub_header
{background:#fff; border-bottom: 1px solid #ddd;}
/* .header_v2.sub_header{background:url(../img/sub_header.png) 0 0 repeat-x;} */

.header_v2.sub_header{position:relative;}
.header_v2.sub_header:after{content:'';display:block;clear:both;}
.header_v2 .h_logo{position:absolute;top:24px;left:28px;display: block;width:149px;height:21px;background: url(/img/main_v2/logo_costel_w.svg) no-repeat center;text-indent: -9999px;}
.header_v2.on .h_logo, 
.header_v2.sub_header .h_logo
{background: url(/img/main_v2/logo_costel_b.svg) no-repeat center;}
.header_v2.cb .h_logo{background: url(/img/main_v2/logo_costel_b.svg) no-repeat center;}
.header_v2 .gnb_wrap {}
.header_v2 .gnb_wrap ul.gnb{position:absolute;left:230px;}
.header_v2 .gnb_wrap ul.gnb > li{position:relative;float:left;padding: 0 28px;}
.header_v2.on .gnb_wrap li.hv .sub_menu,
.header_v2.on .sub_header li.hv .sub_menu
 {display:block;height: 80px;opacity: 1;z-index: 100;}

.header_v2  .gnb_wrap ul.gnb li .sub_menu{position:absolute;top:78px;left:0;width:100%;min-width:1442px;padding:30px 0 ;/*border-bottom: 1px solid #ddd; background-color:rgba(255,255,255,0.85); */display:none;}
.header_v2  .gnb_wrap ul.gnb li .sub_menu li{float:left;}
.header_v2 .gnb_wrap ul.gnb li .sub_menu a{font-size:16px;color:#444;font-weight:600;display:inline-block;margin-left:47px;}

.header_v2 .gnb_wrap ul.gnb li .sub_menu .contain{width:100%;text-align:right;}
.header_v2 .gnb_wrap ul.gnb li .sub_menu.sm1 .contain{padding-right:630px;}
.header_v2 .gnb_wrap ul.gnb li .sub_menu.sm2 .contain{padding-right:705px;}
.header_v2 .gnb_wrap ul.gnb li .sub_menu.sm3 .contain{padding-right:395px;}
.header_v2 .gnb_wrap ul.gnb li .sub_menu.sm4 .contain{padding-right:315px;}
.header_v2 .gnb_wrap ul.gnb li .sub_menu.sm5 .contain{padding-right:210px;}
.header_v2 .gnb_wrap ul.gnb li .sub_menu.sm6 .contain{padding-right:150px;}
#hd.hd_fixed .header_v2 .gnb_wrap ul.gnb{display:none;}

.header_v2.on .gnb_wrap li.hv .h_menu_t:after, 
.header_v2.sub_header .gnb_wrap li.hv .h_menu_t:after
 {content: '';position: absolute;width: 100%;height: 5px;background-color: #242424;left: 0;bottom:7px;}
.header_v2 .gnb_wrap li .h_menu_t{display:block;font-size:17px;color:#fff;font-weight:400;position:relative;line-height: 65px;height:85px;cursor: pointer;}
.header_v2.on .gnb_wrap li .h_menu_t,
.header_v2.sub_header .gnb_wrap li .h_menu_t
{color:#000}
.header_v2 .gnb_wrap li a .arrow{display:inline-block;width:10px;height:7px;background:url(../img/h_menu_arrow.png) 0 0 no-repeat;vertical-align:middle;margin-right:3px;}
.header_v2 .navi .move{display:none;}
.pc_fix_Bg{opacity:0;position:absolute;top:78px;left:0;width:100%;height:0;background:#fff; border-top:1px solid #ddd; border-bottom:1px solid #eee; transition:all 0.2s ease;-webkit-transition:all 0.2s ease;z-index:20}
.header_v2.sub_header .pc_fix_Bg{border-top:none;}
.pc_fix_Bg.on{opacity:1;height:80px;}

.header_v2 .navi{position:absolute;right:23px;top:16px;text-indent:-999999px;font-size:0;}
.header_v2 .navi span {display: block;width: 30px;height: 2px;background: #fff;margin-top: 8px;}
.header_v2.on .navi span,
.header_v2.sub_header .navi span
 { background: #000;}
.header_v2.cb .navi span { background: #000;}







.header_v2 #s_menu{position:absolute;right:80px;top:0;}
#hd.hd_fixed .header_v2 .gnb_wrap #s_menu{display:none;}
.header_v2 #s_menu:after{content:'';display:block;clear:both;}
.header_v2 #s_menu li{position:relative;float:left;padding:0 19px;/* border-left:1px solid #d1d1d1 */}
.header_v2 #s_menu li:before{content:'';position:absolute;left:0;top:50%;margin-top:-5px;;width:1px;height:10px;vertical-align:middle;background-color:#d1d1d1;}
.header_v2 #s_menu li:first-child:before{width:0;}
.header_v2 #s_menu li a{position:relative;display:block;font-size:15px;line-height:75px;color:#6b6b6b;}
.header_v2 #s_menu li:hover a:after, .header_v2 #s_menu li.on a:after, .header_v2 #s_menu li.menu_on a:after, .header_v2 #s_menu li.point_none.on a:after{content:'';position:absolute;width:9px;height:8px;background:url(../img/icon_down_arrow.png) 0 0 no-repeat;top:56px;left:50%;margin-left:-4.5px;}
.header_v2 #s_menu li.point_none a:after{content:'';width:0;height:0;}
.header_v2 #s_menu li.state:hover a:after{width:0;height:0;overflow:hidden;}
.header_v2 #s_menu li.state .arrow{display: inline-block;width: 12px;height: 12px;margin-left: 15px;margin-top: -8px;border-top: 2px solid #fff;border-left: 2px solid #fff;transform: rotate(-135deg);background:unset;}
.header_v2.on #s_menu li.state .arrow{border-top: 2px solid #000;border-left: 2px solid #000;}
.header_v2.sub_header #s_menu li.state .arrow{border-top: 2px solid #6b6b6b;border-left: 2px solid #6b6b6b;}
.header_v2 #s_menu li.state{position:relative;cursor:pointer;}
.header_v2 #s_menu li.state .change{font-size:15px;line-height:71px;color:#fff}
.header_v2.sub_header #s_menu li.state .change{color:#6b6b6b}
.header_v2.on #s_menu li.state .change{color:#000}
.header_v2 #s_menu li.state .change .global{display:inline-block;width:17px;height:17px;background:url(../img/icon_global.png) no-repeat;vertical-align:middle;margin-right:10px;}
.header_v2 #s_menu li.state .change_list{position:absolute;width:100%;z-index:9;left:0;top:6px; background-color:rgb(255 255 255 / 0%);padding:52px 0 0;display:none;box-shadow: 1px 1px 10px rgb(0 0 0 / 30%);transition: box-shadow .2s ease, background-color .5s ease;}
.header_v2 #s_menu li.state .change_list dd{padding: 12px 0;background: #fff;border-top: 1px solid #ddd;}
.header_v2 #s_menu li.state .change_list a{line-height:inherit;display:block;text-align:center;}
.header_v2 #s_menu li.state:hover .change_list{display:block;}


#hd.hd_fixed{position:fixed;width:100%;}
#hd.hd_fixed .header_v2 .h_menu ul{padding-top:11px;}
#hd.hd_fixed .header_v2 .h_menu ul#s_menu{padding-top:3px;}
#hd.hd_fixed .header_v2 .h_menu li .h_menu_t:hover:after, #hd.hd_fixed .header_v2 .h_menu li .h_menu_t.on:after{bottom:-21px;}
#hd.hd_fixed .header_v2 .sub_menu{top:66px;border-bottom:1px solid #ddd;}
#hd.hd_fixed .header_v2 .navi .def{display:none;}
#hd.hd_fixed .header_v2 .navi .move{display:block;}
#hd.hd_fixed .header_v2 .h_logo{padding-top:13px;}



.h_menu_wrap_v2{position:fixed;width:100%;height:100%;background-color:#191919;z-index:1001;display:none;top:0}
.h_menu_wrap_v2 .contain{height:100%;padding-top:210px;}
.h_menu_wrap_v2 .h_logo{position:absolute;top:24px;left:28px;z-index:2;}
.h_menu_wrap_v2 .lang_list{position: absolute;z-index: 99999999;top: 26px;right: 124px;display:inline-block;margin-left:20px;vertical-align:middle;}
.h_menu_wrap_v2 .lang_list li{float:left;}
.h_menu_wrap_v2 .lang_list li + li{padding-left:9px;margin-left:9px;}
.h_menu_wrap_v2 .lang_list li + li:before{content:'';position: absolute;top: 5px;display:inline-block;clear:both;width:1px;height:12px;background-color:#818181;}
.h_menu_wrap_v2 .lang_list li a{font-size:15px;color:#fff;font-weight:600;margin-left: 19px;}
.h_menu_wrap_v2 .lang_list li a.on{text-decoration:underline;}
.h_menu_wrap_v2 .h_close{position:absolute;top:24px;right:27px;z-index:2;}
.h_menu_wrap_v2 .menu_list{float:left;margin-left:75px;}
.h_menu_wrap_v2 .menu_list:first-child{margin-left:0;}
.h_menu_wrap_v2 .menu_list.last{float:right;margin-left:0;}
@media(max-width:1600px){
	.h_menu_wrap_v2 .menu_list{margin-left:6%; min-height: 314px;}
	.h_menu_wrap_v2 .menu_list.last {float: left;margin-left: 6%;}
}

.h_menu_wrap_v2 .menu_list dt{font-size:21px;line-height:24px;font-weight:500;letter-spacing:0.02em;}
.h_menu_wrap_v2 .menu_list dd{font-size:14px;font-weight:300;margin-top:26px;letter-spacing:0.04em;}
.h_menu_wrap_v2 .menu_list dd.all-1depth-menu{}
.h_menu_wrap_v2 .menu_list a{color:#fff;font-family:'Noto Sans KR', sans-serif;}

.h_menu_wrap_v2 .menu_list dd ul.all-2depth-menu{border-top: 1px solid rgb(255 255 255 / 0.2);margin-top:10px;padding-top:10px;}
.h_menu_wrap_v2 .menu_list dd .all-2depth-menu a {font-size: 13px;color: #ccc;}
.h_menu_wrap_v2 .menu_list dd .all-2depth-menu a::before{content:'';display:inline-block;clear:both;width:3px;height:3px; border-radius: 50%;
    background-color: rgb(255 255 255 / 0.4);
    margin-right: 5px;
    position: relative;
    top: -2px;}

.h_menu_wrap_v2 .menu_list .link a{float:left;display:block;margin-right:12px;}
.h_menu_wrap_v2 .bottom{position:absolute;bottom:0;width:100%;border-top:1px solid #717171;padding-bottom:60px;}
.h_menu_wrap_v2 .bottom .left{float:left;margin-top:34px;}
.h_menu_wrap_v2 .bottom .left li{float:left;padding-left:15px;background:url(../img/ico_h_point.jpg) 2px 50% no-repeat;margin-right:50px;}

.h_menu_wrap_v2 .bottom .right{float:right;margin-top:10px;}
.h_menu_wrap_v2 .bottom .right li{float:left;height:37px;text-align:center;margin-left:20px;}
.h_menu_wrap_v2 .bottom .right .gray{background-color:#767676;line-height:37px;}
.h_menu_wrap_v2 .bottom .right .bd{border:1px solid #767676;line-height:35px;}

.h_menu_wrap_v2 .bottom a{font-size:15px;color:#fff;font-weight:300;}

@media(max-width:1442px){
	#hd{width:1442px;}
	.body_main #hd{width:100%; min-width:1250px;}
}

/* intro */
.intro_wrap{padding:106px 0;}
.intro_wrap .contain{width:1540px;}
.intro_wrap .logo{display:block;margin:0 auto;}
.intro_wrap .list{margin-top:125px;}
.intro_wrap .list:after{content:'';display:block;clear:both;}
.intro_wrap .list li{float:left;width:498px;padding:19px 19px 59px;}
.intro_wrap .list li:hover{box-shadow: 4px 4px 7px rgba(0,0,0,0.31)}
.intro_wrap .list li + li{margin-left:23px;}
.intro_wrap .list li .text_box{position:relative;width:352px;float:right;margin-top:-53px;background-color:#fff;z-index:2;padding-top:38px;padding-left:42px;}
.intro_wrap .list li .text_box .comm{font-size:18px;color:#222;line-height:18px;}
.intro_wrap .list li.con1 .text_box .comm{font-family: 'Lato', Lato;letter-spacing:0.047rem;}
.intro_wrap .list li .text_box .more{display:block;font-size:50px;margin-top:25px;font-weight:300;letter-spacing:-4px;line-height:50px;}
.intro_wrap .list li .text_box .more img{margin-left:22px;margin-top:-11px;}
.intro_wrap .list li.con3 .text_box{padding-left:30px;width:360px;}
.intro_wrap .list li.con3 .text_box .more img{margin-left:12px;}

/* main */
#main_wrap{height:100%;min-width:1442px;}
#main_wrap .section{min-width:1442px;height:100%;}
.main_top{height:100%;overflow:hidden;position:relative;}
.main_top .arrow{position:absolute;bottom:120px;z-index:9;left:50%;margin-left:-18px;}
.main_top .main_top_slider{padding-top:117px;}
.main_top .main_top_slider, .main_top .main_top_slider .swiper-wrapper{height:100%;position:relative;}
.main_top .main_top_slider .swiper-wrapper .swiper-slide{height:100%;position:relative;overflow:hidden;}
.main_top .slider1{background:url(../img/main_visual_img1-min.jpg) center center no-repeat;background-size:cover;}
.main_top .slider2{background:url(../img/main_visual_img2-min.jpg) center center no-repeat;background-size:cover;}
.main_top .slider3{background:url(../img/main_visual_img3-min.jpg) center center no-repeat;background-size:cover;}

.main_top .shadow{position:absolute;z-index:4;width:100%;height:168px;background:url(../img/top_shadow.png) repeat-x;}
.main_top .pattern{position:absolute;z-index:5;width:100%;height:100%;background:#000 url(../img/pattern_bg.png) repeat; opacity: 0.5;}
.main_top .txt_box{position:absolute;width:90%;text-align:center;color:#fff;word-break:break-word;top:365px;left:50%;margin-left:-45%;z-index:6}
.main_top .txt_box .tt{font-size:50px;font-weight:700;text-shadow: 0 0 20px black;}
.main_top .txt_box .txt{font-size:25px;font-weight:300;margin-top:25px;text-shadow: 3px 2px 4px black;}
.main_top .slider3 .txt_box{color:#fff;}
.main_top .down{position:absolute;bottom:33px;left:50%;margin-left:-18px;z-index:9;}

@media (max-width:1920px){
	.main_top .txt_box{top:224px;}
}


.main_divided .container{display:table;width:100%;height:100%;}
.main_divided .left{vertical-align:middle;display:table-cell;width:50%;}
.main_divided .right{vertical-align:middle;display:table-cell;width:50%;}
.main_divided .stt{font-size:21px;}
.main_divided .btt{font-size:67px;line-height:72px;font-weight:600;margin-top:7px;font-family: 'Open Sans','Noto Sans KR', sans-serif;}
.main_divided .stxt{font-size:15px;line-height:1.5;margin-top:27px;margin-bottom:65px;}
.main_divided .link{font-size:17px;font-weight:bold;font-family: 'Roboto','Noto Sans KR', sans-serif;line-height:25px;}

.main_prod{background-color:#e1dcc8;overflow:hidden;}
.main_prod .right{background:url(../img/main_section2_img-min.jpg) right center no-repeat;background-size:cover;}
.main_prod .left{padding:0 6.3866%;color:#4c4a4d;}
.main_prod .left .link:after{content:'';display:block;clear:both;}
.main_prod .left .link li{float:left;cursor:pointer;}
.main_prod .left .link li:first-child{margin-right:45px;}
.main_prod .left .link li a{display:block;color:#4c4a4d;}
.main_prod .left .link li img{vertical-align:middle;margin-right:5px;margin-top:-2px;}
.main_prod .left .link li .sm{font-size:15px;}

.main_prod_slider_wrap{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99;background-color:rgba(0,0,0,0.85);z-index:-99;opacity:0;}
.main_prod_slider_wrap .btn_close{position:absolute;top:135px;left:60px;}
.main_prod_slider_wrap .container{position:absolute;width:1270px;top:50%;margin-top:-288px;left:50%;margin-left:-635px;}
.main_prod_slider_wrap .tt{text-align:center;color:#fff;font-size:25px;font-weight:300}
.main_prod_slider_wrap .mp_slider_wrap{width:1105px;overflow:hidden;margin:35px auto 0;}
.main_prod_slider_wrap .slider{margin:0 -15px;}
.main_prod_slider_wrap .slider:after{content:'';display:block;clear:both;}
.main_prod_slider_wrap .slider li{float:left;}
.main_prod_slider_wrap .slider li a{display:block;border:10px solid #fff;border-radius:5px;margin:15px;}

.main_prod_slider_wrap .btn_next{position:absolute;right:0;top:50%;margin-top:-27px;width:28px;height:54px;background:url(../img/mp_slider_btn_next.png) 0 0 no-repeat;outline:none;}
.main_prod_slider_wrap .btn_prev{position:absolute;left:0;top:50%;margin-top:-27px;width:28px;height:54px;background:url(../img/mp_slider_btn_prev.png) 0 0 no-repeat;outline:none;}

.main_prod_video_wrap{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99;background-color:rgba(0,0,0,0.85);display:none;}
.main_prod_video_wrap .video_wrap{position:absolute;width:1130px;height:650px;border:17px solid #fff;border-radius:5px;left:50%;margin-left:-565px;top:50%;margin-top:-325px;}
.main_prod_video_wrap .video_wrap .btn_close{position:absolute;right:-72px;top:-17px;}
.main_prod_video_wrap .video_wrap iframe{width:100%;height:100%;}

.main_builtin{background-color:#000;overflow:hidden;}
.main_builtin .left{background:url(../img/main_section3_img-min.jpg) left center no-repeat;background-size:cover;}
.main_builtin .right{padding:0 6.3866%;color:#fff;}
.main_builtin .right a{color:#fff;}

.main_evtrend{background-color:#323233;overflow:hidden;}
.main_evtrend .left{padding:0 6.3866%;color:#fff;}
.main_evtrend .left a{color:#fff;font-size: 32px;letter-spacing: 0.028em;line-height: 1.1em;}
.main_evtrend .right{background:url(../img/main_section4_img-min.jpg) right center no-repeat;background-size:cover;}

.main_about{position:relative;background-color:#f1f2f2;}
.main_about .tt_wrap{position:absolute;width:100%;height:370px;background-color:#fff;top:0;left:0;padding:110px 6.3866% 0;}
.main_about .tt_wrap .tt{font-family: 'Open Sans','Noto Sans KR', sans-serif; font-size:66px;font-weight:600;color:#000;line-height:66px;}
.main_about .tt_wrap .txt{font-size:25px;color:#000;line-height:1.5;margin-top:30px;}
.main_about .container{display:table;width:100%;height:100%;padding-top:370px;}
.main_about .cont{display:table-cell;width:33.3%;padding:8% 7% 0;}
.main_about .cont + .cont{border-left:1px solid #fff;}
.main_about .cont .tt{font-size:25px;color:#000;line-height:45px;margin-top:40px;}
.main_about .cont .txt{font-size:16px;line-height:25px;color:#7b7b7b;}

.main_footer_v2{position:relative;/* padding-bottom:250px; */background-color:#fff;}
.main_footer_v2 .mf_wrap{display:table;width:100%;height:100%;}
.main_footer_v2 .mf_wrap > div{display:table-cell;vertical-align:top;width:33.33%;padding-top:120px;}
.main_footer_v2 .mf_wrap .inner{width:400px;margin:0 auto;}
.main_footer_v2 .mf_wrap1 .banner{display:block;position:relative;margin-top:90px;}
.main_footer_v2 .mf_wrap1 img{display:block;}
.main_footer_v2 .mf_wrap1 .tt{font-size:25px;font-weight:600;color:#000;}
.main_footer_v2 .mf_wrap1 .txt{font-size:14px;line-height:20px;font-weight:500;color:#7b7b7b;margin-top:10px;}

.main_footer_v2 .mf_wrap2{border-left:1px solid #f1f2f2;}
.main_footer_v2 .mf_wrap2 .main_notice ul{margin-top:80px;}
.main_footer_v2 .mf_wrap2 .main_notice li:first-child{padding:0 0 25px;margin-bottom:25px;border-bottom:1px solid #e5e5e5;}
.main_footer_v2 .mf_wrap2 .main_notice li:first-child .title{font-size:16px;color:#333;line-height:35px;}
.main_footer_v2 .mf_wrap2 .main_notice li:first-child .content{display:block;max-height:44px;line-height:22px;overflow: hidden;  display: -webkit-box;  -webkit-line-clamp: 2;  -webkit-box-orient: vertical;  word-wrap: break-word;font-size:14px;color:#777;}
.main_footer_v2 .mf_wrap2 .main_notice li:first-child .lt_date{position:relative;display:block;font-size:14px;color:#777;margin-top:15px;}

.main_footer_v2 .mf_wrap3{border-left:1px solid #f1f2f2;}
.main_footer_v2 .mf_wrap3 .top{border-bottom:1px solid rgba(255,255,255,0.5);}
.main_footer_v2 .mf_wrap3 .top .tt{font-size:25px;font-weight:600;color:#000;margin-bottom:10px;}
.main_footer_v2 .mf_wrap3 .top .txt{font-size:14px;line-height:20px;font-weight:500;color:#7b7b7b;}
.main_footer_v2 .mf_wrap3 .cont{margin-top:70px;}
.main_footer_v2 .mf_wrap3 .cont + .cont{margin-top:60px;}
.main_footer_v2 .mf_wrap3 .cont .stt{font-size:16px;color:#7b7b7b;font-weight:500;}
.main_footer_v2 .mf_wrap3 .cont ul{margin-top:10px;}
.main_footer_v2 .mf_wrap3 .cont ul:after{content:'';display:block;clear:both;}
.main_footer_v2 .mf_wrap3 .cont .tel{float:left;font-size:40px;color:#000;font-weight:600;margin-right:30px;line-height:40px;}
.main_footer_v2 .mf_wrap3 .cont .link{float:left;width:165px;border-bottom:1px solid #d0d0d0;}
.main_footer_v2 .mf_wrap3 .cont .link a{display:block;font-size:16px;color:#7b7b7b;line-height:40px;}
.main_footer_v2 .mf_wrap3 .cont .link a img{float:right;margin-top:15px;}
.main_footer_v2 .mf_wrap3 .cont .go_kakao{display: block;width: 100%;text-align: center;background-color: #fae100;}
#main_wrap .main_footer_v2{position:absolute;left:0;bottom:0;height:auto;width:100%;}
/* .main_footer_v2 #ft */
.main_footer_v2 #top_btn{display:none;}

/* 메인메뉴 */
#gnb{position:relative}
#gnb h2{position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb .gnb_wrap{margin:0 auto;position:relative}
#gnb #gnb_1dul {font-size:1.083em;padding: 0;background:#253dbe;zoom:1;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
-moz-box-shadow:  0 1px 3px rgba(0,0,0,0.3);
box-shadow: 0 1px 3px rgba(0,0,0,0.3)}
#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb .gnb_1dli{float:left;line-height:50px;padding:0 15px;position:relative;}
#gnb .gnb_1dli:hover{background:#1a30a7;
-webkit-transition: background-color 2s ease-out;
-moz-transition: background-color 0.3s ease-out;
-o-transition: background-color 0.3s ease-out;
transition: background-color 0.3s ease-out;}

.gnb_1dli .bg{display:inline-block;width:10px;height:10px;overflow:hidden;background:url(../img/gnb_bg2.gif) no-repeat 50% 50%;text-indent:-999px}
.gnb_1da {display:inline-block;font-weight:bold;color:#fff;text-decoration:none;}
.gnb_2dli{border-top:1px solid #253dbe}
.gnb_2dli:first-child{border:0}
.gnb_2dul {display:none;position:absolute;top:50px;min-width:140px;background:#1a30a7;padding: 0;
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
-moz-box-shadow:  0 1px 5px rgba(0,0,0,0.1);
box-shadow: 0 1px 5px rgba(0,0,0,0.1);}
.gnb_2da {display:block;padding:0 10px;line-height:40px;color:#c3cbf7;text-align:left;text-decoration:none}
a.gnb_2da:hover{background:#0e2080;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;}

.gnb_1dli_air .gnb_2da {}
.gnb_1dli_on .gnb_2da {}
.gnb_2da:focus, .gnb_2da:hover {color:#fff}
.gnb_1dli_over .gnb_2dul {display:block;left:0}
.gnb_1dli_over2 .gnb_2dul {display:block;right:0}
.gnb_wrap .gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2em;color:#fff}
.gnb_wrap .gnb_empty a{color:#fff;text-decoration:underline}
.gnb_wrap .gnb_al_ul .gnb_empty, .gnb_wrap .gnb_al_ul .gnb_empty a{color:#555}

#gnb .gnb_menu_btn{background:#4158d1;color:#fff;width:50px;height:50px;border:0;vertical-align:top;font-size:18px}
#gnb .gnb_close_btn{background:#4158d1;color:#fff;width:50px;height:50px;border:0;vertical-align:top;font-size:18px;position:absolute;top:-50px;left:0}
#gnb .gnb_mnal{padding:0}

#gnb_all{display:none;position:absolute;width:100%;z-index:99;}
#gnb_all .gnb_al_ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb_all .gnb_al_ul{background:#fff;border:1px solid #4158d1;padding:20px;
-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
-moz-box-shadow:  0 2px 5px rgba(0,0,0,0.2);
box-shadow: 0 2px 5px rgba(0,0,0,0.2);}
#gnb_all .gnb_al_li{background:#fff;float:left;min-width:20%;padding:5px }
#gnb_all .gnb_al_li .gnb_al_a{font-size:1.083em;padding:10px;display:block;position:relative;margin-bottom:10px;background: #eff1f9;border-bottom: 1px solid #dee2f1;font-weight: bold;color:#243071}
#gnb_all .gnb_al_li li {padding-left:10px;line-height:2em}
#gnb_all .gnb_al_li li i{color:#9ca6cc}
#gnb_all .gnb_al_li li a{color:#555}

/* 중간 레이아웃 */
#wrapper{}
#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container_wr {z-index:5;margin:0 auto;height:100%;zoom:1}
#aside {float:right;width:305px;padding:0;background: #e7ebf3;height: 100%;border: 1px solid #adbfd2;margin:20px 0 20px 20px}

#container {z-index:4;width:1420px;position:relative;/* float:left; */min-height:500px;height:auto !important;margin:20px  auto;font-size:1em;zoom:1}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {font-size:1.333em;margin:0 auto;font-weight:bold;}
#container_title span{margin:0 auto 10px;display:block;line-height:30px;}
/*.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}*/
.lt_wr{width:49%}
.lt_wr:nth-child(2n+1){clear:both}
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}

#sub_area, .bbs_wrap{padding-top:78px}

/* 하단 레이아웃 */
#ft {width:100%;background:#000;/* text-align:center; */}
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft_wr {position:relative;padding:85px 0 95px;margin:0 auto;}
#ft_link{float:right;}
#ft_link a{display:inline-block;padding:0 10px 0 0;line-height:1.083em;color:#fff;font-size:15px;font-weight:300}
#ft_link img{margin-left:5px;}

#ft_wr #f_logo{}
#ft_wr .ft_bottom{margin-top:65px}
#ft_wr .ft_bottom:after{content:'';display:block;clear:both;}
#ft_wr .ft_bottom .ft_link{float:left;}
#ft_wr .ft_bottom .ft_link a{display:inline-block;padding:0 10px 0 0;line-height:1.083em;color:#fff;font-size:15px;font-weight:300}
#ft_wr .ft_info{text-align:left;margin-top:39px;}
#ft_wr .ft_info span{display:inline-block;font-size:13px;color:#909090;font-weight:300;margin-right:15px;font-family:'Noto Sans KR', sans-serif;line-height:21px;}
#ft_wr .ft_info .copy{font-family:'Noto Sans KR', sans-serif;font-size:11px;color:#909090;margin-top:7px;font-weight:300;}
#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #333;color:#333;text-align:center;font-size:15px;z-index:90;background:rgba(255,255,255,0.5)}
#top_btn:hover{border-color:#333;background:#333;color:#fff}

/* product */
.prod_menu_wrap{padding:80px 0 100px;}
.prod_menu_wrap .brand_section{display:table;width:100%;}
.prod_menu_wrap .brand_section li{display:table-cell;vertical-align:middle;}
.prod_menu_wrap .brand_section li.img_wrap{width:481px;position:relative;}
.prod_menu_wrap .brand_section li.img_wrap:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.3);transition: opacity 0.5s;}

.prod_menu_wrap .brand_section:hover li:before{opacity:0;}

.prod_menu_wrap .bs1 .exp{background-color:#eff2f4}
.prod_menu_wrap .bs2 .exp{background-color:#f8f8f8}
.prod_menu_wrap .bs3 .exp{background-color:#eef3f3}
.prod_menu_wrap .bs4 .exp{background-color:#f2eeee}
.prod_menu_wrap .bs5 .exp{background-color:#e8e9e5}
.prod_menu_wrap .bs6 .exp{background-color:#f3f3f0}
.prod_menu_wrap .bs7 .exp{background-color:#f2eeee}
.prod_menu_wrap .bs8 .exp{background-color:#f8f8f8}

.prod_menu_wrap .brand_section .exp{text-align:center;}
.prod_menu_wrap .brand_section .exp .tt{font-size:28px;color:#555;font-weight:500}
.prod_menu_wrap .brand_section .exp .s_tt{font-size:14px;color:#888;font-weight:300;margin-top:15px;}
.prod_menu_wrap .brand_section .exp .txt{font-size:14px;color:#888;line-height:23px;margin-top:45px;padding:0 90px;}
.prod_menu_wrap .brand_section .exp .btn_list{display:block;margin:58px auto 0;width:158px;height:52px;border:2px solid #a3a3a3;line-height:48px;font-size:16px;color:#888;text-align:center;}

.sub_top{overflow:hidden;min-width:1442px;position:relative;}
.sub_top > img{position:relative;left:50%;margin-left:-960px;}
.sub_top .source{display:none; width:0;opacity:0;position:absolute;right:20px;bottom:13px;font-size:12px;color:#fff;font-weight:300;}
.sub_top .source span{display:inline-block;margin-left:5px;}

.classic_wrap .contain{padding:100px 0 150px;}
.classic_wrap .b_tt{font-size:38px;color:#333;font-weight:500;text-align:center;line-height:38px;}
.classic_wrap .txt{font-size:14px;color:#888;font-weight:300;text-align:center;margin-top:22px}
.classic_wrap .list{display: flex;justify-content: center;margin-top:80px;}
.classic_wrap .list li{float:left;border:1px solid #ddd;margin-left:30px;}
.classic_wrap .list li:first-child{margin-left:0;}
.classic_wrap .txt_box{padding:55px 0 80px;text-align:center;}
.classic_wrap .txt_box .lt{font-size:30px;color:#333;line-height:30px;}
.classic_wrap .txt_box .color{font-size:16px;color:#999;font-weight:300;margin-top:15px;}
.classic_wrap .txt_box .more{display:block;margin:38px auto 0;width:157px;height:52px;border:1px solid #a3a3a3;line-height:50px;font-size:16px;color:#888;}

.tv_wrap .contain{padding:100px 0 150px;}
.tv_wrap .b_tt{font-size:38px;color:#333;font-weight:500;text-align:center;line-height:38px;}
.tv_wrap .txt{font-size:14px;color:#888;font-weight:300;text-align:center;margin-top:22px}
.tv_wrap .list{width: 1512px;margin: 80px auto;}
.tv_wrap .list li{float:left;width:484px;border:1px solid #ddd;margin:0 0 30px;}
.tv_wrap .list li:nth-child(3n - 1){margin:0 30px;}
.tv_wrap .txt_box{padding:55px 0 80px;text-align:center;}
.tv_wrap .txt_box .lt{font-size:30px;color:#333;line-height:30px;}
.tv_wrap .txt_box .color{font-size:15px;color:#999;font-weight:300;margin-top:15px;}
.tv_wrap .txt_box .more{display:block;margin:38px auto 0;width:157px;height:52px;border:1px solid #a3a3a3;line-height:50px;font-size:16px;color:#888;}

.bathroom_wrap .contain{padding:100px 0 150px;}
.bathroom_wrap .b_tt{font-size:38px;color:#333;font-weight:500;text-align:center;line-height:38px;}
.bathroom_wrap .txt{font-size:14px;color:#888;font-weight:300;text-align:center;margin-top:22px}
.bathroom_wrap .list{width: 1512px;margin: 80px auto;}
.bathroom_wrap .list li{float:left;width:484px;border:1px solid #ddd;margin:0 0 30px;}
.bathroom_wrap .list li:nth-child(3n - 1){margin:0 30px;}
.bathroom_wrap .txt_box{padding:55px 0 80px;text-align:center;}
.bathroom_wrap .txt_box .lt{font-size:30px;color:#333;line-height:30px;}
.bathroom_wrap .txt_box .color{font-size:15px;color:#999;font-weight:300;margin-top:15px;}
.bathroom_wrap .txt_box .more{display:block;margin:38px auto 0;width:157px;height:52px;border:1px solid #a3a3a3;line-height:50px;font-size:16px;color:#888;}

.builtinproduct_wrap .contain{padding:100px 0 150px;}
.builtinproduct_wrap .b_tt{font-size:38px;color:#333;font-weight:500;text-align:center;line-height:38px;}
.builtinproduct_wrap .txt{font-size:14px;color:#888;font-weight:300;text-align:center;margin-top:22px}
.builtinproduct_wrap .list{width: 1512px;margin: 80px auto;}
.builtinproduct_wrap .list li{float:left;width:484px;border:1px solid #ddd;margin:0 0 30px;}
.builtinproduct_wrap .list li:nth-child(3n - 1){margin:0 30px;}
.builtinproduct_wrap .txt_box{padding:55px 0 80px;text-align:center;}
.builtinproduct_wrap .txt_box .lt{font-size:30px;color:#333;line-height:30px;}
.builtinproduct_wrap .txt_box .color{font-size:15px;color:#999;font-weight:300;margin-top:15px;}
.builtinproduct_wrap .txt_box .more{display:block;margin:38px auto 0;width:157px;height:52px;border:1px solid #a3a3a3;line-height:50px;font-size:16px;color:#888;}

.dryer .detail_contain .__conbox {width: 576px;}
.evtrend_index .lang_box{width: 100%;/* border-bottom: 1px solid #ccc; */margin-bottom: 20px;overflow: hidden;}
.evtrend_index .lang_box .lang_btn{display: block;width: 132px;float: right;font-size:14px;padding: 5px 0 ;margin-left: 19px;border-bottom: 3px solid rgb(0 0 0 / 21%);color: #8e8e8e;}
.evtrend_index .lang_box .lang_btn:hover, .evtrend_index .lang_box .lang_btn.on{font-weight:bold;color: #000;border-bottom: 3px solid #000;}
.evtrend_index .lang_box .lang_btn .ico	{display: inline-block;margin-right: 10px;vertical-align: middle;}
.evtrend_index .lang_box .lang_btn em{position: relative;display: inline-block;float: right;}
.evtrend_index .lang_box .lang_btn em::after{content: '';width: 10px;height: 10px;border-top: 1px solid #d2d2d2;border-right: 1px solid #d2d2d2;display: inline-block;transform: rotate(135deg);position: absolute;top: 3px;right: 6px;}
.evtrend_index .lang_box .lang_btn:hover em::after{content: '';border-top: 2px solid #121212;border-right: 2px solid #121212;}
.evtrend_index .lang_box .lang_btn.on em::after{content: '';border-top: 2px solid #121212;border-right: 2px solid #121212;}

.evtrend_list_wrap .contain{padding:100px 0 150px;width: 1440px;}
.evtrend_list_wrap .b_tt{font-size:38px;color:#333;font-weight:500;text-align:center;line-height:38px;}
.evtrend_list_wrap .txt{font-size:14px;color:#888;font-weight:300;text-align:center;margin-top:22px}
.evtrend_list_wrap .list{margin-top:80px;}
.evtrend_list_wrap .list li{float:left;border:1px solid #ddd;margin-left:30px; margin-bottom:30px}
.evtrend_list_wrap .list li:first-child{margin-left:0;}
.evtrend_list_wrap .list li:nth-child(3n + 1){margin-left:0;}
.evtrend_list_wrap .txt_box{padding:55px 0 80px;text-align:center;}
.evtrend_list_wrap .txt_box .lt{font-size: 28px;letter-spacing: -0.0525em;color:#333;line-height:1.4em;}
.evtrend_list_wrap .txt_box .lt .__smalltxt{font-size:26px;}
.evtrend_list_wrap .txt_box .color{font-size:16px;color:#999;font-weight:300;margin-top:15px;}
.evtrend_list_wrap .txt_box .more{display:block;margin:38px auto 0;width:157px;height:52px;border:1px solid #a3a3a3;line-height:50px;font-size:16px;color:#888;}

.modern_wrap .contain{padding:100px 0 150px;}
.modern_wrap .b_tt{font-size:38px;color:#333;font-weight:500;text-align:center;line-height:38px;}
.modern_wrap .txt{font-size:14px;color:#888;font-weight:300;text-align:center;margin-top:22px}
.modern_wrap .list{display:flex;justify-content:center; margin-top:80px;}
.modern_wrap .list li{float:left;border:1px solid #ddd;margin-left:46px;}
.modern_wrap .list li:first-child{margin-left:68px;}
.modern_wrap .txt_box{padding:55px 0 80px;text-align:center;}
.modern_wrap .txt_box .lt{font-size:30px;color:#333;line-height:30px;}
.modern_wrap .txt_box .color{font-size:16px;color:#999;font-weight:300;margin-top:15px;}
.modern_wrap .txt_box .more{display:block;margin:38px auto 0;width:157px;height:52px;border:1px solid #a3a3a3;line-height:50px;font-size:16px;color:#888;}

.blender_list .contain{padding:100px 0 150px;}
.blender_list .b_tt{font-size:38px;color:#333;font-weight:500;text-align:center;line-height:38px;}
.blender_list .txt{font-size:14px;color:#888;font-weight:300;text-align:center;margin-top:22px}
.blender_list .list{display:flex; justify-content:center; margin-top:80px;}
.blender_list .list li{float:left;width: 460px;border:1px solid #ddd;margin-left:46px;}
.blender_list .txt_box{padding:55px 0 80px;text-align:center;}
.blender_list .txt_box .lt{font-size:30px;color:#333;line-height:30px;}
.blender_list .txt_box .color{padding: 0 20px;font-size:16px;color:#999;font-weight:300;margin-top:15px;}
.blender_list .txt_box .more{display:block;margin:38px auto 0;width:157px;height:52px;border:1px solid #a3a3a3;line-height:50px;font-size:16px;color:#888;}

/* 서브 상세페이지 */
.detail_wrap{padding:0 0 120px;min-width:1442px;}
.builtin_wrap{padding-bottom:0}
.evtrend_wrap{padding-bottom:0}
.evtrend_wrap.en p {word-break: break-word;}
.detail_title{text-align:center;padding-top:80px;padding-bottom:60px;font-weight:300;background-color: #f3f3f3;}
.detail_title .en_tt{font-size:19px;color:#999;letter-spacing:0.02em;}
.detail_title .b_tt{font-size:40px;color:#333;font-weight:400;margin:5px 0;}
.detail_title .color{font-size:16px;color:#777;font-weight:300;}

.detail_title2{text-align:center;padding:60px 0;background-color:#f3f3f3;}
.detail_title2 .b_tt{font-size:40px;color:#333;font-weight:400;margin:5px 0;}
.detail_title2 .txt{font-size:16px;color:#777;font-weight:300;}

.retro_blender, .blender{letter-spacing:-1px;}

.detail_top{width:100%;overflow:hidden;position:relative;}
.detail_top .swiper-slide{overflow:hidden;}
.detail_top .swiper-slide img{position:relative;left:50%;margin-left:-951px;}
.detail_top .source{position:absolute;right:20px;bottom:13px;font-size:12px;color:#fff;font-weight:300;z-index:99;}
.detail_top .source span{display:inline-block;margin-left:5px;}

.detail_contain{width:1442px;margin:0 auto;padding-bottom:120px;overflow:hidden;}
.detail_contain .con_wrap:after{content:'';display:block;clear:both;}
.detail_contain .left{float:left;}
.detail_contain .right{float:right;}
.detail_contain .b_tt{font-size:30px;color:#555;line-height: 1.5;letter-spacing: -0.00825em;}
	.evtrend_wrap .detail_contain .b_tt{font-size: 28px;color: #1a1a1a;line-height: 1.4;font-weight: 700;}
.detail_contain .txt{font-size:14px;color:#555;font-weight:300;margin-top:20px;line-height:1.5;}

.detail_contain .con1{padding-top:80px;}
.detail_contain .con1 .left{padding-left:25px;padding-top:75px;}
.detail_contain .__conbox{width: 660px;}
.detail_contain .con1 .left .s_tt{font-size:18px;color:#555;font-weight:300;margin-bottom:5px;}
.detail_contain .con1 .left img{margin-top:55px;}

.retro_blender .detail_contain .con1 .left{max-width:640px;}
.retro_blender .detail_contain .con1 .left .mixing{display:table;width:100%;margin-top:40px;}
.retro_blender .detail_contain .con1 .left .mixing .img_wrap{display:table-cell;vertical-align:middle;width:170px;}
.retro_blender .detail_contain .con1 .left .mixing .img_wrap img{margin:0;}
.retro_blender .detail_contain .con1 .left .mixing .s_txt{display:table-cell;vertical-align:middle;font-size:15px;color:#555;font-weight:300;line-height:27px;}
.retro_blender .detail_contain .con1 .left .mixing .s_txt .green{font-size:20px;line-height:40px;color:#23ac38;font-weight:400;}
.blender .detail_contain .con1 .left{max-width:640px;}
.blender .detail_contain .con1 .left .mixing{display:table;width:100%;margin-top:40px;}
.blender .detail_contain .con1 .left .mixing .img_wrap{display:table-cell;vertical-align:middle;width:170px;}
.blender .detail_contain .con1 .left .mixing .img_wrap img{margin:0;}
.blender .detail_contain .con1 .left .mixing .s_txt{display:table-cell;vertical-align:middle;font-size:15px;color:#555;font-weight:300;line-height:27px;}
.blender .detail_contain .con1 .left .mixing .s_txt .green{font-size:20px;line-height:40px;color:#23ac38;font-weight:400;}
.wetmop .detail_contain .con1 .__conbox {width: 583px;}
.wetmop .detail_contain .con1 .left .s_tt{line-height:18px;margin-bottom:10px;}
.wetmop .detail_contain .con1 .left img{margin-top:110px;}
.wetmop .detail_contain .con2{margin-top:80px;padding:70px 0 80px;text-align:center;background-color:#efefef;}

.detail_contain .con2{padding-top:138px;}
.detail_contain .con2 .right{padding-top:20px;width:547px;}
.toaster .detail_contain .con2 .right, .retro_blender .detail_contain .con2 .right, .blender .detail_contain .con2 .right{width:517px;}
.retro_blender .detail_contain .con2 .right .g_txt{font-size:15px;color:#12c300;margin-top:20px;}
.retro_blender .detail_contain .con2 .right .txt{letter-spacing:0;margin-top:10px;}
.retro_blender .detail_contain .con2 .right img{display:block;margin:225px auto 0;}
.blender .detail_contain .con2 .right .g_txt{font-size:15px;color:#12c300;margin-top:20px;}
.blender .detail_contain .con2 .right .txt{letter-spacing:0;margin-top:10px;}
.blender .detail_contain .con2 .right img{display:block;margin:120px 0 0 200px;}
.griller .detail_contain .con1 .__conbox {width: 517px;}
.griller .detail_contain .con2 .right{width:515px;}
.griller .detail_contain .con2 .right img{display:block;margin:70px 0 70px 120px;}
.griller .detail_contain .con2 .right .s_tt{font-size:15px;color:#d98700;line-height:27px;font-weight:500;}
.griller .detail_contain .con2 .right .txt2{font-size:15px;color:#555;font-weight:300;line-height:27px;margin-top:5px;}

.detail_contain .con3{padding-top:133px;}
.detail_contain .con3 .left{padding-top:25px;padding-left:25px;}
.detail_contain .con3 .left img{margin-top:55px;}
.detail_contain .con3 .right img{display:block;}
.retro_blender .detail_contain .con3 .__conbox {width: 600px;}
.retro_blender .detail_contain .con3 .left dl{margin-top:50px;}
.retro_blender .detail_contain .con3 .left dt{font-size:15px;color:#23499c;font-weight:bold;line-height:27px;margin-top:30px;}
.retro_blender .detail_contain .con3 .left dd{font-size:15px;color:#555;font-weight:300;line-height:1.5;}
.blender .detail_contain .con3 .__conbox {width: 496px;}
.blender .detail_contain .con3 .left{padding-top:90px;}
.wetmop .detail_contain .con3 .left{padding:0;}
.wetmop .detail_contain .con3 .left img{margin:0}
.wetmop .detail_contain .con3 .right{width:520px;padding-top:100px;}

.detail_contain .con4{padding-top:132px;}
.detail_contain .con4 .right{width:660px;padding-top:25px;}
.detail_contain .con4 .right img{margin-top:12px;margin-bottom:15px;}
.griller .detail_contain .con4 .right{width:580px;}
.wetmop .detail_contain .con4 .left{padding-left:25px;}
.wetmop .detail_contain .con4 .left img{margin-top:25px;}
.wetmop .detail_contain .con4 .right{padding:0; width:auto;}

.detail_contain .con5{padding-top:132px;}
.detail_contain .con5 .left{padding-left:25px;padding-top:25px;}
.detail_contain .con5 .left img{margin-top:25px;margin-bottom:15px;}

.detail_description{background-color:#f6f6f6;padding:105px 0 125px;}
.detail_description .color_wrap{background:url(../img/detail_color_bg.png) center 220px no-repeat;width:1442px;margin:0 auto;}
.classic_86 .detail_description .color_wrap{background:url(../img/detail_color_bg.png) center 188px no-repeat;}
.modern_107 .detail_description .color_wrap{background:url(../img/detail_color_bg.png) center 176px no-repeat;}
.toaster .detail_description .color_wrap{background:url(../img/detail_color_bg.png) center 69px no-repeat;}
.tv .detail_description .color_wrap{background:url(../img/detail_color_bg.png) center 188px no-repeat;}
.pot .detail_description .color_wrap{background:url(../img/detail_color_bg.png) center 178px no-repeat;}
.retro_blender .detail_description .color_wrap{background:url(../img/detail_color_bg.png) center 140px no-repeat;}
.blender .detail_description .color_wrap{background:url(../img/detail_color_bg.png) center 140px no-repeat;}
.griller .detail_description .color_wrap{background:url(../img/detail_color_bg.png) center 105px no-repeat;padding-top:65px;padding-bottom:25px;}
.griller .detail_description .color_wrap .color_img{padding:0;}
.wetmop .detail_description .color_wrap{background:url(../img/detail_color_bg.png) center 140px no-repeat;}

.detail_description .color_img{position:relative;/* height:625px; */padding-bottom:120px;}
.detail_description .color_img img{display:block;margin:0 auto;display:none;}
.detail_description .color_img img:first-child{display:block;}
.tv .detail_description .color_img{padding-bottom:0;}

.detail_description .color_code{text-align:center;}
.detail_description .color_code li{display:inline-block;position:relative;width:147px;margin:0 30px;box-shadow: 3px 3px 5px rgba(0,0,0,0.1);cursor:pointer;}
.detail_description .color_code .color_num{width:100%;height:144px;padding:18px 0 0 15px;font-size:18px;text-align:left;}
.detail_description .color_code .color_name{height:58px;padding:10px 0 0 12px;background-color:#fff;text-align:left;}
.detail_description .color_code .color_name p{font-size:16px;margin-top:5px;}
.detail_description .color_code .cover{position:absolute;top:0;left:0;width:100%;height:100%;border:2px solid rgba(132,132,132,0.3);display:none;}

.detail_description .color_code .red .color_num{background-color:#db0f1c;color:#fff;}
.detail_description .color_code .cream .color_num{background-color:#fcf7e7;color:#5c5c5c;}
.detail_description .color_code .vintagered .color_num{background-color:#ca0000;color:#fff;}
.detail_description .color_code .blue .color_num{background-color:#c9e8f7;color:#5c5c5c;}
.detail_description .color_code .black .color_num{background-color:#101012;color:#fff;}
.detail_description .color_code .white .color_num{background-color:#f7f6fd;color:#5c5c5c;}
.detail_description .color_code .white_only .color_num{background-color:#fff;color:#5c5c5c;border-bottom:1px solid #ddd;}
.detail_description .color_code .green .color_num{background-color:#abc2ab;color:#fff;}
.detail_description .color_code .pink .color_num{background-color:#fbe6e4;color:#5c5c5c;}
.detail_description .color_code .union .color_num{background:url(../img/color_code_union.jpg) 0 0 no-repeat;}
.detail_description .color_code .italy .color_num{background:url(../img/color_code_italy.jpg) 0 0 no-repeat;}
.detail_description .color_code .matt_black .color_num{background-color:#151317;color:#fff;}
.detail_description .color_code .ivory .color_num{background-color:#f5f6ed;color:#fff;}
.detail_description .color_code .yellow .color_num{background-color:#fdd64a;color:#fff;}
.detail_description .color_code .blender_red .color_num{background-color:#b13031;color:#fff;}
.detail_description .color_code .purple .color_num{background-color:#561d5f;color:#fff;}
.detail_description .color_code .grey .color_num{background-color:#909291;color:#fff;}
.detail_description .color_code .pattern_white .color_num{background:url(../img/color_code_pattern_white.jpg) 0 0 no-repeat;}
.detail_description .color_code .pattern_black .color_num{background:url(../img/color_code_pattern_black.jpg) 0 0 no-repeat;}

.detail_description .color_code li.color_on{box-shadow: 3px 3px 5px rgba(0,0,0,0.3);}
.detail_description .color_code li.color_on .cover{display:block;}

.detail_description .function{width:1442px;margin:0 auto;background-color:#fff;padding:100px 105px 40px;margin-top:115px;}
.detail_description .function li{width:602px;}
.detail_description .function li:nth-child(odd){float:left;height:413px;}
.detail_description .function li:nth-child(even){float:right;height:413px;}
.detail_description .function .title{font-size:30px;color:#555;line-height:23px;text-align:center;padding-bottom:77px;font-weight:400;}
.detail_description .function li .tt{font-size:18px;color:#555;font-weight:500;line-height:1.5;margin-top:40px;text-align:Center;}
.detail_description .function li .txt{padding: 0 10%;font-size:14px;color:#555;line-height:1.5;text-align:center;font-weight:300;margin-top:15px;}

.griller .detail_description .function li:nth-child(odd){height:550px;}
.griller .detail_description .function li:nth-child(even){height:550px;}
.tv .detail_description .function li{float:left;margin-left:28px;}
.tv .detail_description .function li:first-child{margin:0;}
.wetmop .detail_description .function{padding-bottom:0;}
.wetmop .detail_description .function li:nth-child(odd){height:550px;}
.wetmop .detail_description .function li:nth-child(even){height:550px;}

.wetmop .detail_description .part{width:1442px;margin:0 auto;background-color:#fff;text-align:center;padding-bottom:95px;}
.wetmop .detail_description .part .title{font-size:30px;color:#555;line-height:23px;padding-bottom:77px;font-weight:400;}

.detail_etc{overflow:hidden;position:relative;}
.detail_etc .etc_bg{position:absolute;background:url(../img/c300_detail_etc_bg.jpg) center center no-repeat fixed;top:0;left:0;width:100%;height:100%;z-index:1;}
.classic_86 .detail_etc .etc_bg{background:url(../img/c86_detail_etc_bg.jpg) center center no-repeat fixed;}
.classic_178 .detail_etc .etc_bg{background:url(../img/c178_detail_etc_bg.jpg) center center no-repeat fixed;}
.modern_281 .detail_etc .etc_bg{background:url(../img/m281_detail_etc_bg.jpg) center center no-repeat fixed;}
.modern_107 .detail_etc .etc_bg{background:url(../img/m107_detail_etc_bg.jpg) center center no-repeat fixed;}
.dryer .detail_etc .etc_bg{background:url(../img/dryer_detail_etc_bg.jpg) center center no-repeat fixed;}
.toaster .detail_etc .etc_bg{background:url(../img/toaster_detail_etc_bg.jpg) center center no-repeat fixed;}
.pot .detail_etc .etc_bg{background:url(../img/pot_detail_etc_bg.jpg) center center no-repeat fixed;}
.tv .detail_etc .etc_bg{background:url(../img/tv_detail_etc_bg.jpg) center center no-repeat fixed;}
.retro_blender .detail_etc .etc_bg{background:url(../img/retro_blender_detail_etc_bg.jpg) center center no-repeat fixed;}
.blender .detail_etc .etc_bg{background:url(../img/blender_detail_etc_bg.jpg) center center no-repeat fixed;}
.griller .detail_etc .etc_bg{background:url(../img/griller_detail_etc_bg.jpg) center center no-repeat fixed;}
.wetmop .detail_etc .etc_bg{background:url(../img/wetmop_detail_etc_bg.jpg) center center no-repeat fixed;}

.detail_etc .etc_top{position:relative;padding:105px 0;background-color:#fff;text-align:center;z-index:2;}
.detail_etc .etc_top .text_box{display:inline-block;position:relative;padding:0 23px;}
.detail_etc .etc_top .text_box .img_left{position:absolute;left:-86px;top:-38px;}
.detail_etc .etc_top .text_box .img_right{position:absolute;right:-86px;bottom:-43px;}
.detail_etc .etc_top .text_box .tt{font-size:22px;color:#555;line-height:22px;font-weight:500;}
.detail_etc .etc_top .text_box .txt{font-size:16px;color:#555;line-height:28px;font-weight:300;margin-top:20px;}
.detail_etc .etc_trans{height:700px;}
.detail_etc .etc_bottom{position:relative;z-index:2;background-color:#f0f0f0;text-align:center;padding:108px 0;}
.detail_etc .etc_bottom .txt{font-size:18px;color:#777;line-height:27px;font-weight:300;margin-top:70px;}

.detail_shop{padding-top:100px;min-width:1442px;overflow:hidden;}
.detail_shop h2.title{font-size:25px;color:#555;font-weight:500;line-height:25px;text-align:center;}
.detail_shop .inner{width:1442px;margin:0 auto;position:relative;margin-top:70px;}
.detail_shop .slider_wrap{overflow:hidden;padding-left:12px;}
.detail_shop .swiper-button-next.swiper-button-disabled, .detail_shop .swiper-button-prev.swiper-button-disabled{opacity:1}
.detail_shop .swiper-button-prev{width:62px;height:62px;background:url(../img/btn_prod_shop_prev.png) 0 0 no-repeat;top:177px;left:-31px;outline:none;}
.detail_shop .swiper-button-next{width:62px;height:62px;background:url(../img/btn_prod_shop_next.png) 0 0 no-repeat;top:177px;right:-31px;outline:none;}

.detail_wrap .list_back{display:block;width:127px;height:53px;border:1px solid #bbb;line-height:51px;text-align:center;font-size:14px;color:#999;letter-spacing:1px;margin:0 auto;margin-top:80px;}
.detail_wrap .list_back .ico{display:inline-block;width:15px;height:15px;background:url(../img/icon_btn_prod_back.jpg) 0 0 no-repeat;vertical-align:middle;margin-right:13px;margin-top:-2px;}

.builtin_wrap .detail_contain{width:1202px;overflow:inherit;}
.builtin_wrap .detail_contain .con_wrap{padding-top:150px;}
.builtin_wrap .detail_contain .con1 .left .txt{font-size:18px;}
.builtin_wrap .detail_contain .left{width:551px;padding-left:0;}
.builtin_wrap .detail_contain .right{width:570px;}
.builtin_wrap .detail_contain .con1 .b_tt{font-size:36px;font-weight:500;}
.builtin_wrap .detail_contain .con1 .b_tt .small{font-size:30px;}
.builtin_wrap .bg_gray{width:100%;background-color:#fafafa}
.builtin_wrap .bg_gray .con_wrap{width:1202px;margin:0 auto;}
.builtin_wrap .bg_gray .right img{margin-top:30px;}

.builtin_wrap .detail_description .function{padding:125px 143px 90px;margin-top:0;}
.builtin_wrap .detail_description .function li{background-color:#f4f4f4;margin:5px 0;display:flex;flex-direction:column;justify-content:center;}
.builtin_wrap .detail_description .function li:nth-child(odd){height:163px;width:572px;}
.builtin_wrap .detail_description .function li:nth-child(even){height:163px;width:572px;}
.builtin_wrap .detail_description .function li .tt{margin-top:0;}
.builtin_wrap .detail_description .function li .txt{margin-top:0;}
.builtin_wrap .detail_description .function .noti_txt{display: block;width: 100%;text-align: right;margin-top: 20px;}

.builtin_wrap .detail_description .function .type2 li:nth-child(odd){width:275px;}
.builtin_wrap .detail_description .function .type2 li:nth-child(even){width:865px;}

.evtrend_wrap .detail_contain{width:1202px;overflow:inherit;}
.evtrend_wrap .detail_contain .con_wrap{padding-top:150px;}
.evtrend_wrap .detail_contain .con1 .left .txt{font-size:18px;}
.evtrend_wrap .detail_contain .left{width:551px;padding-left:0;}
.evtrend_wrap .detail_contain .right{width:554px;}
.evtrend_wrap .detail_contain .con1 .b_tt{font-size:36px;font-weight:500;}
.evtrend_wrap .detail_contain .con1 .b_tt .small{font-size:30px;}
.evtrend_wrap .bg_gray{width:100%;background-color:#fafafa}
.evtrend_wrap .bg_gray .con_wrap{width:1202px;margin:0 auto;}
.evtrend_wrap .bg_gray .right img{margin-top:30px;}

.evtrend_wrap .detail_description .function{padding:125px 143px 90px;margin-top:0;}
.evtrend_wrap .detail_description .function li{background-color:#f4f4f4;margin:4px 0;display:flex;flex-direction:column;justify-content:center;}
.evtrend_wrap .detail_description .function li:nth-child(odd){height:57px;width:572px;}
.evtrend_wrap .detail_description .function li:nth-child(even){height:57px;width:572px;}
.evtrend_wrap .detail_description .function li.h-row2{height:99px;}
.evtrend_wrap .detail_description .function li.h-row3{height:137px;}
.evtrend_wrap .detail_description .function li .tt{margin-top:0;font-size: 16px;}
.evtrend_wrap .detail_description .function li .txt{margin-top:0;}
.evtrend_wrap .detail_description .function li .c{margin-top:0;}
.evtrend_wrap .detail_description .function table{width:100%;}
.evtrend_wrap .detail_description .function th, .evtrend_wrap .detail_description .function td{background-color: #f4f4f4;border: 4px solid #fff;padding: 14px;font-size: 16px;color: #555;font-weight: 500;line-height: 29px;text-align: Center;}
.evtrend_wrap .detail_description .function th {width:275px;background-color:#e4e4e4}
.evtrend_wrap .detail_description .function thead {}
.evtrend_wrap .detail_description .function tbody th{}
.evtrend_wrap .detail_description .function tbody td{}
.evtrend_wrap .detail_description .function .noti_txt{display: block;width: 100%;margin-top: 20px;}

.evtrend_wrap .detail_description .function .type2 li:nth-child(odd){width:275px;background-color: #e4e4e4;}
.evtrend_wrap .detail_description .function .type2 li:nth-child(even){width:873px;}

.csl_900bf .bg_gray .con_wrap .right{padding-top:20px}
.cls_160e .detail_contain .txt{line-height:36px;}
.cln_160e .detail_contain .txt{line-height:36px;}
.cln_160e .bg_gray .right img{margin-top:60px;}
.cpn_161ebt .detail_contain .txt{line-height:36px;}
.cpn_161ebt .bg_gray .right img{margin-top:60px;}
.cpn_123e .detail_contain .txt{line-height:36px;}
.cpn_160e_w .detail_contain .txt{line-height:36px;}
.cpn_163e_w .detail_contain .txt{line-height:36px;}
.cec_3714sr_sc .bg_gray .left{width:600px;}

.detail_gray_bar{background-color:#fafafa;padding:65px 0;}
.detail_gray_bar .container{width:1202px;margin:0 auto;}
.detail_gray_bar ul{margin:0 -23px;font-size:0;line-height:0;text-align:center;}
.detail_gray_bar ul:after{content:'';display:block;clear:both;}
.detail_gray_bar li{display:inline-block;margin:0 18px;}
.detail_gray_bar .txt{text-align:center;font-size:15px;color:#555;margin-top:15px;line-height:1;}

.csk_135 .detail_contain .con1 .b_tt .small{font-size:18px;}
.csk_135 .detail_contain .con1 .left{padding:0;}
.csk_135 .detail_contain .con1 .left .txt2{font-size:18px;color:#555;font-weight:300;margin-top:20px;line-height:1;margin-top:80px}
.csk_135 .detail_contain .con1 .left .txt2 .stxt{font-size:13px;}
.csk_135 .detail_contain .con1 .left .txt{margin-top:5px;}
.cvk_118 .detail_contain .con1 .left{padding-top:0;}
.cvk_118 .detail_contain .con1 .txt{margin-top:30px;}
.csh_100 .detail_contain .txt{line-height:36px;}
.csh_100 .detail_contain .con1 .right{width:692px;}
.csh_100 .detail_contain .con1 .left{padding:0;padding-top:10px;width:400px;}
.csh_100 .detail_contain .con1 .txt{font-size:17px;}
.cvb_240ax .style_img{border-radius: 20px;box-shadow: 0 4px 14px rgba(0,0,0,0.5);}
.cvb_107ax .style_img{border-radius: 20px;box-shadow: 0 4px 14px rgba(0,0,0,0.5);}
.cvb_240ax .detail_contain .con1 .txt, .cvb_107ax .detail_contain .con1 .txt{font-size:17px;line-height:36px;}
.cvb_240ax .detail_contain .con1 .left{padding-top:40px;}
.cvb_107ax .detail_contain .con1 .left{padding-top:0;}
.csl_900bf .detail_contain .con1 .left{padding-top:0;}
.cln_160e .detail_contain .con1 .txt{font-size:18px;}
.cln_160e .detail_contain .con1 .left{padding-top:110px;}
.cpn_161ebt .detail_contain .con1 .left{padding-top:110px;}
.cpn_160e_w .detail_contain .con1 .b_tt{letter-spacing:-0.04em;}
.cpn_163e_w .detail_contain .con1 .b_tt{letter-spacing:-0.04em;}
.cec_3712sr_sc .detail_contain .con1 .right{text-align:center;}
.cfr_250br .detail_contain .con1 .left .txt, .cdd_500bl_500b .detail_contain .con1 .left .txt, .cri_001hw .detail_contain .con1 .left .txt, .cri_002hw .detail_contain .con1 .left .txt, .cfr-301b .detail_contain .con1 .left .txt, .cst_200b .detail_contain .con1 .left .txt, .cst_300b .detail_contain .con1 .left .txt, .cec_0530br .detail_contain .con1 .left .txt, .cec_3104hr_hc .detail_contain .con1 .left .txt, .cec_3103mr .detail_contain .con1 .left .txt, .cec_3714sr_sc .detail_contain .con1 .left .txt, .cec_3711sr_sc .detail_contain .con1 .left .txt, .cec_3712sr_sc .detail_contain .con1 .left .txt{font-size:15px;}

.csk_135 .detail_contain .con2 .right{padding-top:15px;}
.csk_135 .detail_contain .con2 .b_tt{letter-spacing:-0.03em;}
.csk_135 .detail_contain .con2 .txt{margin-top:60px;}
.csk_135 .detail_contain .con2 .right img{margin-top:30px;}
.cvk_118 .detail_contain .con2 .right img{margin-top:30px;}
.cvb_240ax .detail_contain .con2 .right img{margin-top:110px;}
.cvb_107ax .detail_contain .con2 .right{padding-top:0}
.cvb_107ax .detail_contain .con2 .right img{margin-top:30px;}
.cls_160e .detail_contain .con2 .right{padding-top:0}
.cls_160e .detail_contain .con2 .right img{margin-top:35px;}

.csk_135 .detail_contain .con3 .left{padding-top:90px;}
.cvk_118 .detail_contain .con3 .left{padding-top:0;}
.cvk_118 .detail_contain .con3 .right{padding-top:20px;padding-left:115px;}
.csh_100 .detail_contain .con3 .left{padding-top:0;}
.csh_100 .detail_contain .con3 .right{padding-top:20px;}
.cvb_107ax .detail_contain .con3 .left{padding:0;}
.cvb_107ax .detail_contain .con3 .right{padding-top:30px;}
.csl_900bf .detail_contain .con3 .left{}
.cln_160e .detail_contain .con3 .left{padding-top:0;}
.cln_160e .detail_contain .con3 .left img{margin-top:40px;}
.cpn_161ebt .detail_contain .con3 .left{padding-top:0;}
.cpn_161ebt .detail_contain .con3 .txt{margin-top:15px;}
.cpn_161ebt .detail_contain .con3 .left img{margin-top:30px;}
.cec_3714sr_sc .detail_contain .con3 .right img{margin:0 auto;}

.csk_135 .detail_contain .con4 .left{padding-top:20px;}
.csk_135 .detail_contain .con4 .right{padding:0;}
.cvk_118 .detail_contain .con4 .right{padding-top:50px;}
.cvb_240ax .detail_contain .con4 .left{padding-top:20px;text-align:center;}
.cvb_240ax .detail_contain .con4 .right{padding:0;}
.cvb_107ax .detail_contain .con4 .left{padding-top:10px;}
.cvb_107ax .detail_contain .con4 .right{padding-top:0;}

.csk_135 .detail_contain .con5 .left{padding-top:30px;}
.cvk_118 .detail_contain .con5 .left{padding-top:30px;}
.cvb_240ax .detail_contain .con5 .left{padding-left:0;}
.cvb_240ax .detail_contain .con5 .right{text-align:center;}
.cvb_107ax .detail_contain .con5 .left{padding-left:0;}
.cvb_107ax .detail_contain .con5 .right{text-align:center;}

.csk_135 .detail_contain .con6{padding-bottom:70px;}
.csk_135 .detail_contain .con6 .right{padding-top:45px;}

.csl_900bf .detail_contain .detail_movie_wrap{padding:180px 0 60px;}
.csl_900bf .detail_contain .detail_movie_wrap .inner{width:595px;height:352px;border:20px solid #000;box-shadow:1px 20px 15px rgba(0,0,0,0.3);margin:0 auto;border-radius:20px;}
.csl_900bf .detail_contain .detail_movie_wrap .inner iframe{width:100%;height:100%;}
.csl_900bf .detail_contain .detail_movie_wrap .inner video{width:100%;height:100%;outline:none;}
.csl_900bf .detail_contain .detail_movie_wrap p {width: 100%;text-align: center;margin-top: 20px;font-size: 15px;font-weight: 500;color: #505050;}

.builtin_wrap .detail_description .color_code{padding-bottom:75px;}
.evtrend_wrap .detail_description .color_code{padding-bottom:75px;}

.csk_135 .detail_description .color_img img{box-shadow: 0px 2px 9px rgba(0,0,0,0.8);}
.cvk_118 .detail_description .color_img img{box-shadow: 0px 2px 9px rgba(0,0,0,0.8);}

.cdd_600bl_600b .detail_gray_bar li{vertical-align: top;}
.cdd_600bl_600b .detail_gray_bar li:first-child{margin-left:0;}
.cdd_600bl_600b .detail_gray_bar li:last-child{margin-right:0;}
.cdd_600bl_600b .detail_gray_bar li .txt{line-height:1.5;}

.cdd_600b .detail_contain .con1 .left{padding-top:0;}
.detail_wrap.cdd_600b .detail_gray_bar ul{display: flex;}
.cdd_600b .detail_gray_bar li{vertical-align: top;}
.cdd_600b .detail_gray_bar li:first-child{margin-left:0;}
.cdd_600b .detail_gray_bar li:last-child{margin-right:0;}
.detail_wrap.cdd_600b .detail_gray_bar .txt{text-align:center;font-size:14px;color:#555;margin-top:15px;line-height:1.4;}

.table_cdd_600b{width:100%;border-collapse: collapse;border-top:2px solid #555;margin-top:15px;}
.table_cdd_600b th {background:#f1f2f2;color:#333;padding:10px 5px;border:1px solid #e3e3e3;}
.table_cdd_600b th:first-child, .table_cdd_600b td:first-child{border-left:none;}
.table_cdd_600b th:last-child, .table_cdd_600b td:last-child{border-right:none;}
.table_cdd_600b td{color: #7b7b7b;text-align:center;padding:10px 5px;border:1px solid #e3e3e3;}

/* 연혁 */
.history_wrap .contain{max-width: 1440px;width: 1440px;padding:100px 0 150px;overflow:hidden;}
.history_wrap .title_wrap .tt{font-size:38px;color:#333;font-weight:500;text-align:center;line-height:38px;}
.history_wrap .title_wrap .txt{font-size:14px;color:#888;font-weight:300;text-align:center;margin-top:22px;}
.history_wrap .tab_wrap{border-bottom:1px solid #ddd;margin-top:65px;}
.history_wrap .tab_wrap .tab{width:580px;margin:0 auto;}
.history_wrap .tab_wrap .tab li{float:left;width:50%;text-align:center;}
.history_wrap .tab_wrap .tab li a{display:block;height:57px;line-height:57px;background-color:#f6f6f6;font-size:22px;color:#333}
.history_wrap .tab_wrap .tab li.tab_on a{background-color:#3155a5;color:#fff;}

.history_wrap .history_tab{position:relative;margin-top:85px;}
.history_wrap .history_tab .tab_body{position:relative;z-index:2;top:0;background:url(../img/history_line_blue.jpg) 50% 43px repeat-y;}
.history_wrap .history_tab .tab_body.show{opacity:1;z-index:3;}
/* .history_wrap .history_tab .tab_body.history2{position:absolute;width:100%;} */
/* .history_wrap .history_tab .tab_body + .tab_body{display:none;} */
.history_wrap .history_tab .left:after{content:'';display:block;clear:both;}
.history_wrap .history_tab .left .inner{float:left;}
.history_wrap .history_tab .right:after{content:'';display:block;clear:both;}
.history_wrap .history_tab .right .inner{float:right;}

.__history_content_wrap {position: relative;margin-top:85px;}
.__history_content_wrap:before {content: '';position: absolute;top: 16px;bottom: 0;left: 50%;width: 1px;background-color: #3155A5;}
.__history_content_wrap .__history_content_wrap .__section{width:100%;border:1px solid rgba(255,0,0,0.1);}
.__history_content_wrap .__section::after{content:'';display:block;clear:both;}
.__history_content_wrap .__section .inner{width:50%;padding:20px 44px 20px;}
.__history_content_wrap .__section.__first .inner{padding-top:0;}
.__history_content_wrap .__section.left .inner{float:left; text-align:right;}
.__history_content_wrap .__section.right .inner{float:right; text-align:left;}
.__history_content_wrap .__section .__year{position:relative;font-size:30px;color:#3b81e1;font-weight:bold;font-family:sans-serif;}
.__history_content_wrap .__section.left .__year:before {content:'';display:block;clear:both;width:40px;height:1px;background-color:#E0E0E2;position: absolute;top: 21px;right: -45px;}
.__history_content_wrap .__section.right .__year:before {content:'';display:block;clear:both;width:40px;height:1px;background-color:#E0E0E2;position: absolute;top: 19px;left: -45px;}
.__year i {display:block;position: absolute;}
.__history_content_wrap .__section.left .__year i {right: -50px;top: 14px;}
.__history_content_wrap .__section.right .__year i {left: -50px;top: 14px;}
.__history_content_wrap .__section.left.__first .__year i:after {content:'';display:block;clear:both;position:absolute;top:-17px;left:-17px;width:44px;height:44px;background-color:#fff;border-radius:100%;border:1px solid #3155A5;}
.__year i:before {content:'';display:block;clear:both;position: relative;z-index: 10;width: 11px;height: 11px;border-radius: 100%;background-color: #3155A5;}
.__history_content_wrap .__section.left .__year i:before{}
.__history_content_wrap .__section.right .__year i:before{}
.__history_content_wrap .__section .__list_items li {margin-top:10px;font-size:14px;}
.__history_content_wrap .__section .__list_items li:before{content:'';display:inline-block;clear:both;margin:0 10px 2px 0;width:3px;height:3px;background-color:#cecac5;border-radius:100%;}
.__history_content_wrap .__section .__list_items li .__linebreak{display:inline-block;padding-left:14px;}
.__history_content_wrap .__section .__list_items li .month{font-weight:bold;}

.__history_content_wrap .__section figure{margin: 0;text-align: left;}
.__history_content_wrap .__section.year_2019 figure{position: absolute;top: 0;left: 95px;}
.__history_content_wrap .__section.year_2019 figure img{width:60%;}
.__history_content_wrap .__section.year_2018 figure{position: absolute;top: 0;right: 149px;}
.__history_content_wrap .__section.year_2018 figure img{width:100%;}
.__history_content_wrap .__section.year_2017 figure{position: absolute;top: 75%;left: 128px;}
.__history_content_wrap .__section.year_2017 figure img{width:100%;}
.__history_content_wrap .__section.year_2016 figure{position: absolute;top: 60px;right: -121px;}
.__history_content_wrap .__section.year_2016 figure img{width:50%;}
.__history_content_wrap .__section.year_2013 figure{position: absolute;top: 0;left: 95px;}
.__history_content_wrap .__section.year_2013 figure img{width:55%;}
.__history_content_wrap .__section.year_2012 figure{position: absolute;top: 0;right: 0;}
.__history_content_wrap .__section.year_2012 figure img{width:60%;}
.__history_content_wrap .__section.year_2006 figure{position: absolute;top: 57%;left: 166px;}
.__history_content_wrap .__section.year_2006 figure img{width:30%;}
.__history_content_wrap .__section.year_2004 figure{position: absolute;top: 40%;left: 116px;}
.__history_content_wrap .__section.year_2004 figure img{width:12%;}
.__history_content_wrap .__section.year_1997 figure{position: absolute;top: 40%;left: 195px;}
.__history_content_wrap .__section.year_1997 figure img{width:20%;}
.__history_content_wrap .__section.year_1995 figure{position: absolute;top: 66%;right: 104px;text-align: right;}
.__history_content_wrap .__section.year_1995 figure img{width:26%;}
/* 고객지원 */
.customer_wrap .contain{padding:100px 0 150px;}
.customer_wrap .title_wrap .tt{font-size:38px;color:#333;font-weight:500;text-align:center;line-height:38px;}
.customer_wrap .title_wrap .txt{font-size:14px;color:#888;font-weight:300;text-align:center;margin-top:22px;}
.customer_wrap .txt_box{padding:55px 0 95px;background-color:#efefef;margin-top:65px;text-align:center;}
.customer_wrap .txt_box .tt{font-size:28px;color:#333;font-weight:500;line-height:28px;}
.customer_wrap .txt_box .txt{font-size:14px;color:#444;line-height:28px;font-weight:300;margin-top:25px;margin-bottom:35px;}
.customer_wrap .txt_box .cs_box{display:table;text-align:left;width:1170px;margin:105px auto 0;}
.customer_wrap .txt_box .cont{display:table-cell;padding:0 70px;}
.customer_wrap .txt_box .cont + .cont{border-left:1px solid #dadada;}
.customer_wrap .txt_box .cont .stt{font-size:25px;color:#7b7b7b;font-weight:500;}
.customer_wrap .txt_box .cont ul{margin-top:10px;}
.customer_wrap .txt_box .cont ul:after{content:'';display:block;clear:both;}
.customer_wrap .txt_box .cont .tel{float:left;font-size:40px;color:#000;font-weight:600;margin-right:30px;line-height:40px;}
.customer_wrap .txt_box .cont .link{float:left;width:199px;border-bottom:1px solid #d0d0d0;}
.customer_wrap .txt_box .cont .link a{display:block;font-size:16px;color:#7b7b7b;line-height:40px;}
.customer_wrap .txt_box .cont .link a img{float:right;margin-top:15px;}
.customer_wrap .txt_box .cont a.go_kakao{display: block;width: 60%;background-color: #fae100;margin: 0 auto;padding: 10px;text-align: center;}


.customer_wrap .guide{display:table;width:100%;margin-top:30px;}
.customer_wrap .guide li{display:table-cell;width:33.333%;border:1px solid #ddd;border-left:0;}
.customer_wrap .guide li:first-child{border-left:1px solid #ddd}
.customer_wrap .guide dt{background-color:#9db1c3;padding-top:115px;padding-bottom:30px;text-align:center;font-size:18px;color:#fff;line-height:18px;}
.customer_wrap .guide .gui1 dt{background:#9db1c3 url(../img/icon_cs_1.jpg) 50% 41px no-repeat;}
.customer_wrap .guide .gui2 dt{background:#9db1c3 url(../img/icon_cs_2.jpg) 50% 41px no-repeat;}
.customer_wrap .guide .gui3 dt{background:#9db1c3 url(../img/icon_cs_3.jpg) 50% 41px no-repeat;}
.customer_wrap .guide dd{padding:38px 38px 38px 50px;}
.customer_wrap .guide dd .point{padding-left:15px;position:relative;font-size:15px;color:#333;line-height:23px;font-weight:300;}
.customer_wrap .guide dd .point:before{content:'';position:absolute;width:3px;height:3px;border-radius:50%;background-color:#5a6167;left:0;top:8px;}
.customer_wrap .guide dd .point + .point{margin-top:15px;}
.customer_wrap .guide dd .g_txt{padding-left:15px;margin-top:15px;}
.customer_wrap .guide dd .g_txt .tt{font-size:15px;color:#666;line-height:23px;font-weight:300;}
.customer_wrap .guide dd .g_txt .txt{font-size:15px;color:#666;line-height:23px;font-weight:300;}

/* 찾아오시는 길 */
.location_wrap .contain{padding:100px 0 150px;overflow:hidden;}
.location_wrap .title_wrap .tt{font-size:38px;color:#333;font-weight:500;text-align:center;line-height:38px;}
.location_wrap .title_wrap .txt{font-size:14px;color:#888;font-weight:300;text-align:center;margin-top:22px;}
.location_wrap .tab_wrap{border-bottom:1px solid #ddd;margin-top:65px;}
.location_wrap .tab_wrap .tab{width:870px;margin:0 auto;display:flex;}
.location_wrap .tab_wrap .tab li{float:left;width:290px;text-align:center;border-left:1px solid #fff;flex:1}
.location_wrap .tab_wrap .tab li a{display:block;height:57px;line-height:57px;background-color:#f6f6f6;font-size:22px;color:#333}
.location_wrap .tab_wrap .tab li.tab_on a{background-color:#3155a5;color:#fff;}
.location_wrap .add_wrap{text-align:center;padding:38px 0;border-bottom:1px solid #ddd;}
.location_wrap .add_wrap li{display:inline-block;font-size:16px;color:#444;font-weight:300;line-height:16px;padding:0 58px;border-left:1px solid #dbdcdc}
.location_wrap .add_wrap li:first-child{border:none;}
.location_wrap .add_wrap li strong{display:inline-block;margin-right:15px;}
.location_wrap .map_wrap{height:626px;position:relative;}
.location_wrap .map_wrap .exp{position:absolute;z-index:9;top:7px;left:7px;background-color:#3155a5;padding:35px 70px 35px 30px;}
.location_wrap .map_wrap .exp .tt{font-size:25px;color:#fff;font-weight:500;line-height:25px;}
.location_wrap .map_wrap .exp .txt{font-size:16px;color:#fff;font-weight:300;margin-top:15px;}
.location_wrap .map_wrap .exp .txt strong{display:inline-block;margin-right:10px;font-weight:400;}
.location_wrap .map_wrap .exp2{position:absolute;z-index:9;top:60px;left:50px;background-color:#3155a5;padding:35px 70px 35px 30px;display:none;}
.location_wrap .map_wrap .exp2 .tt{font-size:25px;color:#fff;font-weight:500;line-height:25px;}
.location_wrap .map_wrap .exp2 .txt{font-size:16px;color:#fff;font-weight:300;margin-top:15px;}
.location_wrap .map_wrap .exp2 .txt strong{display:inline-block;margin-right:10px;font-weight:400;}
.location_wrap .store_wrap{padding:25px 0;border-bottom:1px solid #ddd;}
.location_wrap .store_box{padding-left:170px;}
.location_wrap .store_box .tt{float:left;font-size:16px;color:#444;font-weight:500;line-height:16px;margin-top:10px;}
.location_wrap .store_box .area{margin-left:65px;}
.location_wrap .store_box .area .con{display:inline-block;border-left:1px solid #dbdcdc;margin:10px 0;padding-left:47px;position:relative;}
.location_wrap .store_box .area .con:before{content:'';position:absolute;width:13px;height:18px;background:url(../img/icon_store_point_gray.png) 0 0 no-repeat;left:30px;top:-1px;}
.location_wrap .store_box .area .con:first-child{border:none;}
.location_wrap .store_box .area .con a{display:inline-block;font-size:16px;line-height:16px;color:#444;letter-spacing:-1px;}
.location_wrap .store_box .area .con.store_on:before{background:url(../img/icon_store_point_blue.png) 0 0 no-repeat;}
.location_wrap .store_box .area .con.store_on a{color:#3155a5;border-bottom:1px solid #3155a5;}
.location_wrap .store_box.type2 .con + .con{width:240px;}

/* 협찬/제휴문의 */
.spon_wrap{padding-top:80px;padding-bottom:120px;}
.page_title{text-align:center;}
.page_title .tt{font-size:38px;color:#333;font-weight:700;font-family:'Noto Sans KR', sans-serif;}
.page_title .txt{font-size:14px;color:#888;font-weight:300;letter-spacing: 0.00825em;margin-top:10px;font-family:'Noto Sans KR', sans-serif;}

.spon_wrap .form_wrap{margin-top:70px;}
.spon_wrap .exp .left{float:left;font-size:20px;color:#444;}
.spon_wrap .exp .right{float:right;font-size:15px;color:#ff1010;}
.spon_wrap .spon_table{width:100%;border-collapse:collapse;margin-top:10px;}
.spon_wrap .spon_table th{width:305px;background-color:#ececec;border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;text-align:left;padding-left:25px;padding-top:15px;vertical-align:top;font-size:13px;color:#444;font-weight:400;}
.spon_wrap .spon_table th.th2{width:130px;}
.spon_wrap .spon_table td{border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;padding:12px 18px;}
.spon_wrap .spon_table td input[type="text"]{height:30px;border:1px solid #ddd;width:100%;padding-left:10px;}
.spon_wrap .spon_table td select {padding: 5px;border-color: #ddd;}
.spon_wrap .spon_table td .num{text-align:right;font-size:12px;color:#444;font-weight:300;font-family:'Noto Sans KR', sans-serif;}
.spon_wrap .spon_table td textarea{display:block;width:100%;height:300px;border:1px solid #ddd;resize:none;padding:10px;}
.spon_wrap .agree_check{margin-top:20px;padding-left:323px;font-size:15px;}
.spon_wrap .agree_check input[type="checkbox"]{width: 25px;height: 25px;}
.spon_wrap .btn_box{text-align:center;margin-top:60px;}
.spon_wrap .btn_box .btn_cancle{display:inline-block;width:76px;height:40px;line-height:38px;text-align:center;border:1px solid #ccc;background-color:#fafafa;font-size: 16px;font-weight:500;border-radius:3px;vertical-align:top;}
.spon_wrap .btn_box .btn_submit{height:40px;width:200px;color:#fff;background-color:#212121;font-size: 16px;font-weight:500;vertical-align:top;border-radius:3px;}

/* CEO 인사말 */
.ceo_wrap .contain{padding-top:100px;padding-bottom:120px;}
.ceo_wrap .greeting{margin-top:70px;padding-bottom:60px;border-bottom:1px solid #ccc;}
.ceo_wrap .greeting .text_box{font-size:16px;color:#444;font-weight:300;margin:120px 120px 20px;line-height:26px;}
.ceo_wrap .greeting .text_box p{margin-bottom:20px}
.ceo_wrap .greeting .sign{text-align:right;margin-top:13px;margin-right: 100px;}
.ceo_wrap .greeting .sign span{display:inline-block;font-size:20px;color:#333;vertical-align:middle;margin-top:20px;}
.ceo_wrap .greeting .sign img{display:inline-block;margin-left:38px;vertical-align:middle;}
.ceo_wrap .idea{padding-top:90px;}
.ceo_wrap .idea .tt{text-align:center;font-size:35px;color:#333;font-weight:500;margin-bottom:35px;}
.ceo_wrap .idea img{display:block;margin:0 auto;}

/* 회사소개 */
.company_info_wrap .contain{padding-top:100px;padding-bottom:120px;}
.company_info_wrap .greeting{width: 1442px;margin: 70px auto 90px;height:620px;background:url(../img/company_img1.jpg) 0 0 no-repeat;}
.company_info_wrap .greeting .txt_box{width:759px;padding-top:140px;padding-left:95px;}
.company_info_wrap .greeting .txt_box .blue_tt{font-size:26px;color:#6c9aff;line-height:1;font-weight:400;}
.company_info_wrap .greeting .txt_box .c_logo{margin-top:20px;}
.company_info_wrap .greeting .txt_box .w_table{width:100%;margin-top:64px;border-top:2px solid #fff;background-color:rgba(255,255,255,0.17);}
.company_info_wrap .greeting .txt_box .w_table th{width:158px;padding-left:14px;text-align:left;font-size:16px;color:#fff;font-weight:300;}
.company_info_wrap .greeting .txt_box .w_table td{font-size:14px;color:#fff;font-weight:300;letter-spacing: 0.00825em;padding:11px 0;}
.company_info_wrap .idea{padding-top:90px;border-top:1px solid #ccc;}
.company_info_wrap .idea .tt{text-align:center;font-size:35px;color:#333;font-weight:500;margin-bottom:35px;}
.company_info_wrap .idea img{display:block;margin:0 auto;}

/* 재무정보 */
.finance_wrap .contain{padding-top:100px;padding-bottom:120px;}
.finance_wrap .page_title{margin-bottom:85px;}
.finance_wrap .graph{padding:120px 0 160px;text-align:center;border-top:1px solid #ccc;}
.finance_wrap .graph img{margin-top:25px;}
.finance_wrap .disclosure{text-align:center;border-top:1px solid #ccc;padding-top:150px;}
.finance_wrap .stt{font-size:25px;color:#333;font-weight:700;line-height:1;}
.finance_wrap .disclosure .list{margin-top:65px;}
.finance_wrap .disclosure .list li{display:inline-block;width:280px;background-color:#262227;padding:50px 0;margin:0 25px;}
.finance_wrap .disclosure .list li a{display:block;color:#fff;}
.finance_wrap .disclosure .list .year{display:inline-block;font-size:45px;font-weight:700;line-height:1;padding-bottom:10px;border-bottom:1px solid #fff;}
.finance_wrap .disclosure .list .tt{font-size:25px;font-weight:700;line-height:1;margin-top:10px;}
.finance_wrap .disclosure .list .sign{margin-top:55px;font-size:15px;line-height:24px;font-weight:300;}

/* ci 소개 */
.ci_wrap .contain{padding-top:100px;}
.ci_wrap .page_title{margin-bottom:85px;}
.ci_wrap .contents{padding:120px 0;border-top:1px solid #ccc;}
.ci_wrap .contents .tt{font-size:25px;color:#333;font-weight:700;text-align:center;}
.ci_wrap .contents .logo_list{margin:70px -10px 0;}
.ci_wrap .contents .logo_list:after{content:'';display:block;clear:both;}
.ci_wrap .contents .logo_list li{float:left;margin:0 10px;}
.ci_wrap .contents .logo_list li img{border:5px solid #e6e7e8;}
.ci_wrap .contents .logo_list li .text{font-size:15px;color:#888;font-weight:700;text-align:center;line-height:1;margin-top:10px;}
.ci_wrap .contents .logo_list li.none{margin:10px 40px;}
.ci_wrap .contents .logo_list li.none img{border:none;}
.ci_wrap .contents .txt{font-size:16px;color:#888;font-weight:300;line-height:25px;margin-top:40px;}
.ci_wrap .contents .stxt{font-size:13px;color:#888;font-weight:300;margin-top:40px;}
.ci_wrap .contents .logo_list2{margin:80px -20px 0;}
.ci_wrap .contents .logo_list2:after{content:'';display:block;clear:both;}
.ci_wrap .contents .logo_list2 li{float:left;margin: 0 20px;text-align: center;}
.ci_wrap .contents .logo_list2 li img{border:1px solid #3f3f3f;}
.ci_wrap .contents .logo_list2 li .text{font-size:12px;color:#888;font-weight:400;text-align:center;line-height:1;margin-top:10px;}
.ci_wrap .contents .img_box{margin-top:35px;width:780px;}
.ci_wrap .contents .img_box .text{font-size:13px;color:#888;font-weight:400;text-align:center;line-height:1;margin-top:20px;}

/* 홍보관 */
.pr_info_wrap .contain{padding:120px 0;}
.pr_info_wrap .contents{width: 1437px;margin: 60px auto 0;}
.pr_info_wrap .contents:after{content:'';display:block;clear:both;}
.pr_info_wrap .contents .left{float:left;}
.pr_info_wrap .contents .right{float:right;}
.pr_info_wrap .contents .con_box{width:710px;background-color:#f1f2f2;margin:10px 0;}
.pr_info_wrap .contents .con_box a{display:table;padding:55px 0 55px 170px;width:100%;}
.pr_info_wrap .contents .con_box .img_wrap{display:table-cell;vertical-align:middle;width:95px;}
.pr_info_wrap .contents .con_box .txt_wrap{display:table-cell;vertical-align:middle;}
.pr_info_wrap .contents .con_box .txt_wrap .tt{font-size:25px;color:#000;font-weight:700;line-height:1;}
.pr_info_wrap .contents .con_box .txt_wrap .txt{font-size:16px;color:#7b7b7b;font-weight:400;line-height:1;margin-top:10px;}

/***** 채용정보 *****/
.recruit_wrap .contain{padding-top:100px;}
.recruit_wrap .contain .page_title{margin-bottom:85px;}
.recruit_wrap .contents{padding:115px 0 120px;border-top:1px solid #ccc;text-align:center;}
.recruit_wrap .contents .tt{font-size:25px;color:#000;font-weight:700;line-height:1;}
.recruit_wrap .contents .txt{font-size:13px;color:#7b7b7b;font-weight:400;line-height:1.7;margin-top:20px;}

.process_wrap .contents{text-align:center;}

.benefit_wrap .contents table{width:100%;margin-top:125px;border-collapse: collapse;}
.benefit_wrap .contents td{width:33.3333%;border:1px solid #dedede;text-align:center;height:460px;vertical-align:top;padding-top:135px}
.benefit_wrap .contents td .con_tt{margin-top:55px;font-size:26px;color:#333;line-height:1;font-weight:bold;}
.benefit_wrap .contents td .con_txt{font-size:14px;color:#333;line-height:21px;margin-top:20px;padding:0 40px;}


/* bbs */
.bbs_top{position:relative;overflow:hidden;min-width:1442px;}
.bbs_top > img{position:relative;left:50%;margin-left:-960px;}
.bbs_top .source{position:absolute;right:20px;bottom:13px;font-size:12px;color:#fff;font-weight:300;}
.bbs_top .source span{display:inline-block;margin-left:5px;}

.bbs_wrap .contain{padding-top:95px;padding-bottom:120px;overflow:hidden;}
.bbs_wrap .blank{padding-top:95px;}

#bo_list{margin-top:70px;}
#bo_list .tbl_head01 a{font-size:14px;font-weight:500}

/* 20180615 수정 */
/* title and tab */
.bbs_title .tt{font-size:38px;color:#333;font-weight:500;line-height: unset;font-family:'Noto Sans KR', sans-serif;}
.bbs_title .txt{font-size:14px;color:#888;font-weight:300;margin-top:10px;font-family:'Noto Sans KR', sans-serif;}
.bbs_title .tab{display:inline-block;margin-top:70px;}
.bbs_title .tab li{float:left;text-align:center;background-color:#f4f4f4;width:290px;height:57px;line-height:57px;}
.bbs_title .tab li a{display:block;color:#333;font-size:20px;}
.bbs_title .tab li.tab_on{background-color:#3155a5}
.bbs_title .tab li.tab_on a{color:#fff;}

/* pop privacy */
.privacy_wrap{background-color:#eee;overflow:hidden;}
.privacy_wrap .privacy{width:530px;height:600px;padding:45px 20px 0;margin:0 auto;overflow:hidden;}
.privacy_wrap .title{font-size:29px;font-weight:bold;text-align:center;}
.privacy_wrap .inner{margin-top:30px;padding:30px;height:400px;text-align:left;line-height:19px;color:#717171;font-family:'돋움', Dotum;font-size:11px;background-color:#fff;border:1px solid #dadada;border-top:3px solid #444;overflow-y:scroll;}
.privacy_wrap .inner .tt{font-weight:bold;margin-bottom:5px;}
.privacy_wrap .inner .txt{margin-bottom:20px;}

.agree_check a{display:inline-block;margin-left:5px;font-weight:bold;}


/* #bo_list{margin-top:70px;} */
#bo_list .tbl_head01{margin-bottom:50px;}
.tbl_wrap table{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;}


/* 회원가입 공통 */
.reg_title{font-size:38px;font-weight:500;text-align:center;line-height:24px;margin:0;color:#333;line-height:38px;}

/* view */
#bo_v{padding:40px 0 0;}
#bo_v header{background-color:#fafafa;border-top:1px solid #a4a4a4;padding:35px 30px 0;}
#bo_v header #bo_v_title .bo_v_tit{font-size:30px;}
#bo_v_info{background-color:#fafafa;padding:5px 30px 35px;}


/* margin */
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt35{margin-top:35px !important;}
.mt45{margin-top:45px !important;}
.mt50{margin-top:50px !important;}
.mt55{margin-top:55px !important;}
.mt60{margin-top:60px !important;}
.mt75{margin-top:75px !important;}
.mt90{margin-top:90px !important;}

/* bbs content */
#ctt{width:1200px;margin:0 auto;padding:200px 0 120px;}
#ctt header h1 {/* position:absolute;font-size:0;line-height:0;overflow:hidden */text-align:center;font-size:38px;color:#333;font-weight:500;margin-bottom:65px}
.agg_wrap{padding-top:200px;padding-bottom:120px;}
.bbs_title{font-size:24px;font-weight:400;text-align:center;line-height:unset;text-align:center;font-size:38px;color:#333;font-weight:500;margin-bottom:65px}

/* 회원가입 */
.reg_step1{width:1200px;margin:0 auto 0;padding-top:200px;padding-bottom:120px;}
.reg_step1 form{margin-top:45px;}
.reg_step2{padding-top:200px;padding-bottom:120px;}
.reg_step3{width:1420px;margin:0 auto 0;padding-top:200px;padding-bottom:120px;}


/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove  .win_desc {text-align:center;display:block}
#copymove  .tbl_wrap{margin:20px }
#copymove  .win_btn{padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block;}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span{display:none;}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../img/captcha2.png') no-repeat 0 0 ;  vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc{display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* 버튼 */
a.btn,.btn{line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:bold;border:0;
-webkit-transition: background-color 0.3s ease-out;
-moz-transition: background-color 0.3s ease-out;
-o-transition: background-color 0.3s ease-out;
transition: background-color 0.3s ease-out;}

a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle;}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:right} /* 서식단계 진행 */

.btn_submit {border:0;background:#212121;color:#fff;cursor:pointer;border:0}
.btn_submit:hover {background:#212121}

a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle;}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#aaa;
}
a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;height:40px;border:0;background:#3c3c3c;border-radius:5px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;background:#4c4f6f;color:#fff;text-decoration:none;vertical-align:middle}
.btn_b01:hover, .btn_b01:hover {background:#54598c}
a.btn_b02,.btn_b02 {display:inline-block;background:#212121;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle;}
a.btn_b02:hover, .btn_b02:hover {background:#212121}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;background:#d13f4a;color:#fff;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {background:#ff3746}


/*컬러*/
.color_1 {background:#169dd6}
.color_2 {background:#14d53d}
.color_3 {background:#3814ff}
.color_4 {background:#7520c5}

/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing: 0 5px;border:1px solid #ccc;} 
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:10px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ddd;background:#fafafa;height:40px}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {color:#666;background:#fff;padding:10px 5px;border-top:1px solid #ecf0f1;line-height:1.4em;height:60px;word-break:break-all}
.tbl_head01 tbody tr:hover td{background:#fafafa;}
.tbl_head01 a:hover {text-decoration:underline}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px;}

.full_input{width:100%}
.half_input{width:49.5%}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/*기본 리스트*/
.list_01 li{border:1px solid #dbdbdb;background:#fff;border-radius:3px;margin:3px 0;padding:10px 15px;list-style:none;position:relative;}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover{background:#f9f9f9}
.list_01 li.empty_li{text-align:center;padding:20px 0;color:#666}
/*폼 리스트*/
.form_01 h2{margin:0 0 10px;font-size:1.167em}
.form_01 li{margin:10px 0}
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 li .right_input{float:right}
.form_01 textarea{height:100px;width:100%}
.form_01 .frm_label{display:inline-block;width:130px}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0;color:#666;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png')  !important;background-repeat:no-repeat   !important;background-position:right top  !important;}

/* 테이블 항목별 정의 */
.td_board {width:80px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:80px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative;}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.25em;height:50px;line-height:30px;padding:10px 20px;background:#333;color:#fff;}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {border-right:1px solid #dfe6e7;}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li{float:left;background:#fff;width:33.333%;text-align:center;border:1px solid #ccc;margin-left:-1px}
.new_win .win_ul li a{display:block;padding:10px 0}
.new_win .win_ul .selected{background:#fff;border-color:#253dbe;position:relative;z-index:5}
.new_win .win_ul .selected a{color:#253dbe;font-weight:bold}
.new_win .win_desc {margin:5px 0;font-size:0.92em;color:#3598db;}
.new_win .frm_info{font-size:0.92em;color:#3598db}
.new_win .win_total{text-align:right;margin:10px 0}
.new_win .win_total span{display:inline-block;line-height:30px;font-size:0.92em;color:#4e546f;background:#d4d4d4;padding:0 10px;border-radius:5px;}
.new_win .new_win_con{margin:20px;}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn{text-align:right}
.new_win .btn_close {position:absolute;top:0;right:0;height:50px;width:50px;background:url(../img/close_btn.gif) no-repeat 50% 50%;border:0;text-indent:-999px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:40px;font-weight:bold;font-size:1.083em;float:right}

/* 검색결과 색상 */
.sch_word {color:#00c4ac}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);}
.sv_wrap .sv:before{content: "";position: absolute;top: -6px;left: 15px;width: 0;height: 0;border-style: solid;border-width: 0 6px 6px 6px;border-color: transparent transparent #333 transparent;}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0  10px;line-height:30px;width:100px;font-weight:normal;color:#bbb }
.sv_wrap .sv a:hover{background:#000;color:#fff}
.sv_member{color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:30px 0 ;text-align:center}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#f3f3f3;border:1px solid #bbbcc3}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#555;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px;}
.pg_page:hover{background-color:#ddd}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb;}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover{background-color:#fafafa}

.pg_current {display:inline-block;background:#4c4f6f;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px;
-webkit-box-shadow: inset 1px 1px 2px #222542;
-moz-box-shadow:  inset 1px 1px 2px #222542;
box-shadow: inset 1px 1px 2px #222542;
}

/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

/* main v2 : 20230215 */
#main_v2_wrap{font-family: 'Pretendard', sans-serif;}
.main_section1{background:url('/img/main_v2/main_sc1_bg.jpg') no-repeat center;background-size:cover;position:relative;}
.main_section1 .txt_box{position:absolute;left:95px;bottom:110px;}
.main_section1 .txt_box .s_txt{font-size:25px;color:#fff; text-shadow:#000 1px 0 30px;}
.main_section1 .txt_box .b_txt{font-size:75px;color:#fff;font-weight:600;margin-top:14px;text-shadow:#000 1px 0 60px;}
.main_section1 .txt_box .btn_more{display:block;width:240px;height:56px;line-height:54px;text-align:center;border:1px solid #fff;font-size:20px;font-weight:500;color:#fff;margin-top:44px;}
.main_section1 .down{position:absolute;bottom:59px;left:50%;margin-left:-18px;}

.main_section2{background:url('/img/main_v2/main_sc2_bg.jpg') no-repeat center;background-size:cover;position:relative;}
.main_section2 .txt_box{text-aligN:center;}
.main_section2 .txt_box .tt{font-size:70px;color:#fff;font-weight:600;}
.main_section2 .txt_box .txt{font-size:18px;color:#fff;margin-top:14px;font-weight: 300;}
.main_section2 .link{text-align:center;margin-top:61px;}
.main_section2 .link li{display:inline-block;width:510px;height:570px;background-color:#fff;border-radius:10px;overflow:hidden;position:relative;cursor:pointer;}
.main_section2 .link li a{display:block;}
.main_section2 .link li + li{margin-left:36px;}
.main_section2 .link li .img_box{height:455px;display: flex;flex-direction: column;justify-content: center; align-items:center;}
.main_section2 .link li .img_box img{transition: opacity 0.5s;}
.main_section2 .link li .txt_in_box{position:absolute;left:55px;bottom:37px;text-align:left;z-index:2;transition: bottom 0.5s;}
.main_section2 .link li .txt_in_box .tt{font-size:18px;}
.main_section2 .link li .txt_in_box .txt{font-size:26px;font-weight:800;margin-top:7px;}
.main_section2 .link li .txt_in_box .arrow{position:relative;display:none;z-index:2;margin-top:18px;}

.main_section2 .link .more_builtin:before{content:'';position:absolute;background:url('/img/main_v2/main_sc_img1_hover.jpg') no-repeat center;background-size:cover;top:0;left:0;width:100%;height:100%;opacity:0;transition: opacity 0.5s;}
.main_section2 .link .more_product:before{content:'';position:absolute;background:url('/img/main_v2/main_sc_img2_hover.jpg') no-repeat center;background-size:cover;top:0;left:0;width:100%;height:100%;opacity:0;transition: opacity 0.5s;}
.main_section2 .link li:hover:before{opacity:1;}
.main_section2 .link li:hover .txt_in_box{bottom:84px;}
.main_section2 .link li:hover .img_box img{opacity:0;}
.main_section2 .link li:hover .txt_in_box .arrow{display:block;}

.main_section3{background:url('/img/main_v2/main_sc3_bg.png') no-repeat center;background-size:cover;position:relative;}
.main_section3 .txt_box{position:relative;z-index:6;margin-left:113px;}
.main_section3 .txt_box .tt{font-size:85px;font-weight:700;}
.main_section3 .txt_box .year_box{margin-top:47px;}
.main_section3 .txt_box .year_box dl{display:table;width:473px;border-bottom:1px solid rgba(0,0,44,0.3);height:57px;}
.main_section3 .txt_box .year_box dt{display:table-cell;width:87px;text-align:center;font-size:24px;font-weight:700;vertical-align:middle;}
.main_section3 .txt_box .year_box dd{display:table-cell;font-size:20px;vertical-align:middle;}
.main_section3 .marker1{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background:url('/img/main_v2/main_sc3_bg2.png') no-repeat center;background-size:cover;opacity:0;}
.main_section3 .marker2{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;background:url('/img/main_v2/main_sc3_bg3.png') no-repeat center;background-size:cover;opacity:0}
.main_section3 .marker3{position:absolute;z-index:3;top:0;left:0;width:100%;height:100%;background:url('/img/main_v2/main_sc3_bg4.png') no-repeat center;background-size:cover;opacity:0}
.main_section3 .marker4{position:absolute;z-index:4;top:0;left:0;width:100%;height:100%;background:url('/img/main_v2/main_sc3_bg5.png') no-repeat center;background-size:cover;opacity:0}
.main_section3 .marker5{position:absolute;z-index:5;top:0;left:0;width:100%;height:100%;background:url('/img/main_v2/main_sc3_bg6.png') no-repeat center;background-size:cover;opacity:0}
.main_section3.active .marker1{opacity:1;transition:opacity 0.5s ease 0.5s;}
.main_section3.active .marker2{opacity:1;transition:opacity 0.5s ease 1s;}
.main_section3.active .marker3{opacity:1;transition:opacity 0.5s ease 1.5s;}
.main_section3.active .marker4{opacity:1;transition:opacity 0.5s ease 2s;}
.main_section3.active .marker5{opacity:1;transition:opacity 0.5s ease 2.5s;}

.main_section4 .top_wrap{height:50%;background-color:#fffffa;display: flex;flex-direction: column;justify-content: end; padding-left:113px;padding-bottom:99px;}
.main_section4 .top_wrap .tt{font-size:85px;font-weight:700;}
.main_section4 .top_wrap .txt{font-size:20px;margin-top:21px;}
.main_section4 .bottom_wrap{height:50%;padding:105px 40px 0 110px;background-color:#fafaf5;}
.main_section4 .bottom_wrap:after{content:'';display:block;clear:both;}
.main_section4 .bottom_wrap .__gobanner{width:24.5%;float:left;}
.main_section4 .bottom_wrap .__gobanner + .__gobanner{margin-left:0.66%;}
.main_section4 .bottom_wrap .con_box{float:left;width:100%;background-color:#fff;border:1px solid #F1F1E6;border-radius:5px;display:table;transition:border 0.5s;transition-delay: 0s !important;}
.main_section4 .bottom_wrap .con_box:hover{border: 1px solid #cdc6b6;}
.main_section4 .bottom_wrap .con_box + .con_box{margin-left:0.66%;}
.main_section4 .bottom_wrap .con_box .left{display:table-cell;height:245px;padding-top:22px;padding-left:27px;}
.main_section4 .bottom_wrap .con_box .right{display:table-cell;width:35%;text-align:center;vertical-align:middle;}
.main_section4 .bottom_wrap .con_box .tt{width:86px;height:25px;border-radius:13px;background-color:#212121;line-height:25px;text-align:center;font-size:14px;font-weight:600;color:#fff;}
.main_section4 .bottom_wrap .con_box .txt{margin-top:24px;font-size:18px;font-weight:900;line-height:1.3;}
.main_section4 .bottom_wrap .con_box .s_txt{margin-top:20px;font-size:13px;font-weight:500;color:#AEAEAE;line-height:1.3;}

.main_section5{padding-left:128px;padding-right:183px;}
.main_section5 .container:after{content:'';display:block;clear:both;}
.main_section5 .tt_box{}
.main_section5 .tt_box .tt{font-size:85px;font-weight:800;}
.main_section5 .tt_box .txt{font-size:18px;}
.main_section5 .news_box{margin-left:50%;}
.main_section5 .news_box .news{display:flex;align-items: center;height:90px;width:100%;border-bottom:1px solid #EBEBEB;}
.main_section5 .news_box .news dt{display:table-cell;width:155px;;text-align:center;font-size:20px;font-weight:500;color:#8D8D8D;}
.main_section5 .news_box .news .subs{display: flex;vertical-align: middle;align-items:center;padding-left:0;width: 527px;}
.main_section5 .news_box .news .subs .label{display: inline-block;padding: 0 6px;height:27px;background-color:#000;line-height:27px;text-align:center;font-size:16px;color:#fff;border-radius:3px;margin-right:5px;}
.main_section5 .news_box .news .subs a{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:22px;font-weight:600;}
.main_section5 .news_box .news .last{display:table-cell;width:100px;display:table-cell;vertical-align:middle;text-align:center;}
.main_section5 .news_box .news .last .more{padding:20px;}

.main_section6{background:url('/img/main_v2/main_sc6_bg.jpg') no-repeat center;background-size:cover;position:relative;}
/* .main_section6 .fp-tableCell{vertical-align:top;} */
.main_section6 .txt_box{text-align:center;/* padding-top:109px; */}
.main_section6 .txt_box .tt{font-size:65px;font-weight:700;color:#fff;}
.main_section6 .txt_box .txt{font-size:18px;color:#fff;margin-top:21px;}
.main_section6 .con_box{max-width:1350px;margin:50px auto 0;}
.main_section6 .con_box:after{content:'';display:block;clear:both;}
.main_section6 .con_box .con_in{float:left;position:relative;width:31.85%;background-color:rgba(255,255,255,0.8);border-radius:10px;padding: 35px 36px 29px;}
.main_section6 .con_box .con_in + .con_in{margin-left:2.22%;}
.main_section6 .con_box .con_in .top{height:257px;border-bottom:1px solid #fff;}
.main_section6 .con_box .con_in .tt{height: 65px;font-size:25px;font-weight:800;line-height:1.5;}
.main_section6 .con_box .con_in.evcharger .tt{font-size:27px;}
.main_section6 .con_box .con_in.kakao .tt{font-size:30px;}
.main_section6 .con_box .con_in.kakao .tt_s{font-size:20px;}
.main_section6 .con_box .con_in .label{width:109px;height:25px;line-height:25px;text-align:center;font-size:14px;color:#fff;font-weight:500;margin-top:24px;border-radius:13px;background-color:#000;}
.main_section6 .con_box .con_in .tel{font-size:30px;font-weight:700;margin-top:5px;line-height: 1.6;}
.main_section6 .con_box .con_in .tel .stxt{font-size:20px;margin-top: 15px;line-height: 1.5;}

.main_section6 .con_box .con_in .email{font-size:28px;font-weight:500;letter-spacing: -0.00825em;}
.main_section6 .con_box .con_in .teamname{font-size:20px;font-weight:500;color: #565656;}


.main_section6 .con_box .con_in .img{position:absolute;top:49px;right:55px;}
.main_section6 .con_box .con_in .img img{}
.main_section6 .con_box .con_in .bottom{display:block;margin-top:20px;font-size:18px;font-weight:500;}
.main_section6 .con_box .con_in .bottom img{margin-left:13px;}




.main_section6 #ft{position:absolute;left:0;bottom:0;}



