

/*----------공통-----------*/
.cf::after {content:""; display: block; clear: both;}

/*display*/
.dpb {display: block;}

/*color*/
.fc_blue {color: #3e8afa;}

/*font-size*/
.fs18 {font-size: 18px;}
.fs34 {font-size: 34px;}

/*padding*/
.pdtb_100 {padding: 100px 0;}
.pdt_50 {padding-top: 50px;}
.pdt_100 {padding-top: 100px;}
.pdt_80 {padding-top: 80px;}
.pdb_100 {padding-bottom: 100px;}

/*타이틀*/
.sub_tit {font-size: 34px; padding-bottom: 10px; text-transform: uppercase; line-height:1; font-weight: bold; color: #222;}
.sub_tit span {font-family: 'Noto Sans KR', sans-serif;}
.desc h3 {font-size: 34px; line-height: 1.3em; margin-bottom :15px; }
.desc p {font-size: 18px; text-align: left; margin-bottom: 50px;}

.sec {width: 1240px; margin: 0 auto; padding: 98px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.container > h3 {text-transform: uppercase; line-height: 1;}
.container .prd_desc {padding: 20px 0 0 0;}
.container .prd_desc h4 {font-size: 22px; line-height: 1.3; word-break: keep-all;}
.container .prd_desc p {margin-top: 5px; font-size: 18px; word-break: keep-all;}

/*----------animation-----------*/
.animatedOut {
	opacity: 0;
	transition: opacity 1s ease-in-out;
	transform: translateY(-40px);
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transition: opacity 1s ease-in-out, transform 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
.animatedIn {
	opacity: 1;
	transition: opacity 1s ease-in-out;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transition: opacity 1s ease-in-out, transform 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

/*----------loadMore-----------*/
#loadmore {color: #fff; padding: 15px 0; background-color:#3e8afa ; border-radius: 4px 4px 4px 4px; font-size: 16px; text-align: center; display: block; width: 280px; margin: 80px auto 0 auto;}
#loadmore:hover {box-shadow: 5px 5px 10px 0 rgba(20,55,105,0.5); transition: all .5s;}
#more_list li {display: none;}
#more_list .nomore {padding: 15px 0;  background-color:#eee ; border-radius: 4px 4px 4px 4px; font-size: 16px; text-align: center; display: block; width: 280px; margin: 50px auto 0 auto;}

/*----------list-----------*/
/*정렬*/
.list_wrap ul {margin: -20px;}
.list_wrap ul li {width: 33.3%; float: left; padding: 20px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.list_wrap .list > a {display: block; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.list_wrap .list img {width: 100%; display: block; border: 1px solid #eee;}
.list_wrap2 ul {margin: -20px;}
.list_wrap2 ul li {width: 50%; float: left; padding: 20px;  box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.list_wrap2 ul li a {display: block; padding-top: 40px; border-top: 1px solid #ddd;}
.list_wrap2 ul li:nth-child(1) a, .list_wrap2 ul li:nth-child(2) a{border-top: 0; padding-top: 0;} 
/*텍스트*/
.list_wrap .list_txt {margin-top: 15px; height: 90px;}
/*.list_txt .tit {font-size: 22px; margin: 10px auto 0 auto; color: #222; line-height: 1.3; text-overflow: ellipsis; overflow: hidden;  white-space: nowrap; height: 1.3em}1줄*/
.list_txt .tit {font-size: 22px; margin: 10px auto 0 auto; color: #222; line-height: 1.3; max-height : 2.6em; text-overflow: ellipsis; overflow: hidden;  white-space: normal; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;} /*2줄*/
.list_txt .tit2 {font-size: 22px; margin: 15px auto 10px auto; color: #222; line-height: 1.3; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.list_txt .info {position: relative; text-align: left; font-size: 16px;}
.list_txt .info > span {font-size: 16px;}
.list_txt .info .date {position: relative; margin-left: 15px;}
.list_txt .info .date:before {position: absolute; content: ""; display: block; width: 1px; height: 14px; background: #8f8f8f; top: 3px; left: -10px;}
.list_txt .add .date {font-size: 16px; }
.list_wrap2 .list_txt .cont {line-height: 1.5; text-overflow: ellipsis; overflow: hidden; white-space: normal; height: 3em; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}


/*---------company-----------*/
#company {background-image: url(../img/company/visual_bg.jpg?a=3);}
.company h2 {font-size: 40px; padding-bottom: 10px; text-transform: uppercase; line-height:1; letter-spacing: -1px;}
.company img {width: 100%; display: block;}
.company .desc {margin-bottom: 100px;}
.company .sub_copy {margin-bottom: 20px; font-size: 24px; color: #222; font-weight: bold;}

.histoy_wrap {background: #1c1c1c;}
.history > p {color: #fff;}
.history::after {content: ''; display: block; clear: both;}
.history_year {width: 50%; float: left; margin-top: 20px;}
.history_year dl {padding: 20px 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.history_year dt {color: #3e8afa; border: 1px solid #3e8afa; display: inline-block; border-radius: 20px; padding: 2px 10px; margin-bottom: 8px;}
.history_year dd {font-size: 18px; line-height: 1.8em; color: #fff;}

.ceo_introduce {position: relative; padding: 30px 0;}
.ceo_introduce .txt {width: 550px; padding: 120px; margin-left: -120px; word-break: keep-all;}
.ceo_introduce .txt dt {font-size: 34px; font-weight: bold; color: #222;}
.ceo_introduce .txt .divide {margin: 20px 0; background: #ddd; width: 550px; height: 1px;}
.ceo_introduce .pic {position: absolute; bottom: 0; right: 0;}
.ceo_introduce .pic img {width: 400px; display: block;}
.divide {margin: 20px 0; background: #ddd; width: 100%; height: 1px;}

.Philosophy_wrap {background: #f7f7f9;}
.Philosophy ul li {position: relative; float: left; width: 50%; line-height: 1.5; padding-left: 8px; padding-bottom: 8px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; font-size: 18px;}
.Philosophy ul li:last-child {padding-bottom: 0;}
.Philosophy ul li:before {position: absolute; content: '·'; left: 0; top: 0; color: #4b4b4b;}
.Philosophy::after {content: ''; display: block; clear: both;}

.location .map_txt dl dt span.img img {width:20px; vertical-align: middle; padding-right: 8px;}
.location .map_txt dl dd {padding-left: 28px;}
.map ul.tab {margin-top: 30px; margin-bottom: 20px; position: relative;}
.map ul.tab li {font-size: 20px; color: #aaa; padding-right: 20px; float: left; cursor: pointer;}
.map ul.tab li.tab1:after {width: 2px; height: 18px; content: ""; display: block; position: absolute; background: #ddd; top: 6px; left: 140px;}
/*
.map ul.tab li.tab2:after {width: 2px; height: 18px; content: ""; display: block; position: absolute; background: #ddd; top: 6px; left: 160px;}
.map ul.tab li.tab3:after {width: 2px; height: 18px; content: ""; display: block; position: absolute; background: #ddd; top: 6px; left: 232px;}
*/
.map ul.tab li.current  {color: #222; font-weight: bold;}
.map .map_area iframe {width: 100%; height: 550px;}
.map_txt dl {margin-top: 40px;}
.map_txt dl dt {color: #222;}

/*---------brand 리스트페이지-----------*/
#brand {background-image: url(../img/brand/visual_bg.jpg?a=3);}
.brand .desc {margin-bottom: 30px;}
.brand .thumb_wrap {margin: -20px;}
.brand .col {width: 33.3%; float: left; padding: 20px; box-sizing: border-box;}
.brand .col .thumb {position: relative; border: 1px solid #e6e6e6; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; background: #fff;}
.brand .col .thumb a {display: block; }
.brand .col .thumb .img_wrap {height: 250px; overflow: hidden; }
.brand .col .thumb .img_wrap a.img {width: 100%; height: 100%; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s;}
.brand .col .thumb a.text {height: 140px;}
.brand .col .thumb img {width: 100%;}

/*자사브랜드*/
.brand .col .thumb a.img01 {background: url(../img/brand/thumb/thumb_firgi.jpg?a=3) no-repeat center center; background-size: cover;}
.brand .col .thumb a.img02 {background: url(../img/brand/thumb/thumb2.jpg?a=3) no-repeat center center; background-size: cover;}
.brand .col .thumb a.img03 {background: url(../img/brand/thumb/thumb3.jpg?a=3) no-repeat center center; background-size: cover;}
.brand .col .thumb a.img04 {background: url(../img/brand/thumb/thumb4.jpg?a=3) no-repeat center center; background-size: cover;}
.brand .col .thumb a.img05 {background: url(../img/brand/thumb/thumb5.jpg?a=3) no-repeat center center; background-size: cover;}
.brand .col .thumb a.img06 {background: url(../img/brand/thumb/thumb6.jpg?a=3) no-repeat center center; background-size: cover;}
/*.brand .col .thumb a.img07 {background: url(../img/brand/thumb/thumb8.jpg?a=3) no-repeat center center; background-size: cover;}*/
.brand .col .thumb a.img08 {background: url(../img/brand/thumb/thumb8.jpg?a=3) no-repeat center center; background-size: cover;}
.brand .col .thumb a.img09 {background: url(../img/brand/thumb/thumb9.jpg?a=3) no-repeat center center; background-size: cover;}
.brand .col .thumb a.img10 {background: url(../img/brand/thumb/thumb10.jpg?a=3) no-repeat center center; background-size: cover;}
.brand .col .thumb a.img11 {background: url(../img/brand/thumb/thumb11.jpg?a=3) no-repeat center center; background-size: cover;}
.brand .col .thumb a.img12 {background: url(../img/brand/thumb/thumb12.jpg?a=3) no-repeat center center; background-size: cover;}
.brand .col .thumb a.img13 {background: url(../img/brand/thumb/thumb13.jpg?a=3) no-repeat center center; background-size: cover;}
/*총판브랜드*/
.brand .col .thumb a.img001 {background: url(../img/brand/thumb/thumb_001.jpg?a=3) no-repeat center center; background-size: cover;}
.brand .col .thumb a.img002 {background: url(../img/brand/thumb/thumb_002.jpg?a=3) no-repeat center center; background-size: cover;}
.brand .col .thumb a.img003 {background: url(../img/brand/thumb/thumb_003.jpg?a=3) no-repeat center center; background-size: cover;}


.brand .col .thumb:hover {box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.1);}
.brand .col:hover .thumb a.img {-ms-transform: scale(1.2); -moz-transform: scale(1.2);  -webkit-transform: scale(1.2);  -o-transform: scale(1.2);  transform: scale(1.2);}

.brand .col .thumb .txt {text-align: left; padding: 30px 20px; padding-right: 105px; word-break: keep-all;}
.brand .col .thumb .txt h3 {font-size: 22px; padding-bottom: 10px; line-height: 1;}
.brand .col .thumb .btn_more {position: absolute; width: 35px; height: auto; bottom: 30px; right: 30px;}
.brand .col .thumb .btn_more img {border: 1px solid #bcbcbc; border-radius: 3px; padding: 5px; display: block;}
.brand .col .thumb .btn_more span {font-size: 0; text-indent: -9999px; display: none;}

/*---------brand 상세페이지-----------*/
/*브랜드 상세페이지 비주얼*/
.sub1_ban {background-image: url(../img/brand/visual_01.jpg?a=3);}
.sub2_ban {background-image: url(../img/brand/visual_02.jpg?a=3);}
.sub3_ban {background-image: url(../img/brand/visual_03.jpg?a=3);}
.sub4_ban {background-image: url(../img/brand/visual_04.jpg?a=3);}
.sub5_ban {background-image: url(../img/brand/visual_05.jpg?a=3);}
.sub6_ban {background-image: url(../img/brand/visual_06.jpg?a=3);}
.sub7_ban {background-image: url(../img/brand/visual_07.jpg?a=3);}
.sub8_ban {background-image: url(../img/brand/visual_08.jpg?a=3);}
.sub9_ban {background-image: url(../img/brand/visual_09.jpg?a=3);}
.sub10_ban {background-image: url(../img/brand/visual_10.jpg?a=3);}
.sub11_ban {background-image: url(../img/brand/visual_11.jpg?a=3);}
.sub12_ban {background-image: url(../img/brand/visual_12.jpg?a=3);}
.sub13_ban {background-image: url(../img/brand/visual_13.jpg?a=3);}
.brand_ban {background-image: url(../img/brand/brand_bg.jpg?a=3);}

/*브랜드 상세페이지 배경*/
.sub_bg {background-repeat: no-repeat; background-size: cover; background-attachment: fixed; background-position: center;}
.banner_bg1 {background-image: url(../img/brand/sub1_bg.jpg?a=3);}
.banner_bg2 {background-image: url(../img/brand/sub2_bg.jpg?a=3);}
.banner_bg3 {background-image: url(../img/brand/sub3_bg.jpg?a=3);}
.banner_bg4 {background-image: url(../img/brand/sub4_bg.jpg?a=3);}
.banner_bg5 {background-image: url(../img/brand/sub5_bg.jpg?a=3);}
.banner_bg6 {background-image: url(../img/brand/sub6_bg.jpg?a=3);}
.banner_bg7 {background-image: url(../img/brand/sub7_bg.jpg?a=3);}
.banner_bg8 {background-image: url(../img/brand/sub8_bg.jpg?a=3);}
.banner_bg9 {background-image: url(../img/brand/sub9_bg.jpg?a=3);}
.banner_bg10 {background-image: url(../img/brand/sub10_bg.jpg?a=3);}
.banner_bg11 {background-image: url(../img/brand/sub11_bg.jpg?a=3);}
.banner_bg12 {background-image: url(../img/brand/sub12_bg.jpg?a=3);}
.banner_bg13 {background-image: url(../img/brand/sub13_bg.jpg?a=3);}
/* 브랜드 상세페이지 공통*/
.desc {text-align: left;}
.desc::after {content: ''; display: block; clear: both;}
.desc > img {width: 100%;}
.desc .certification {width: 600px;}
.animate {transform: translateY(0); filter: alpha(opacity=100); opacity: 1; transform: translateY(50px);}
.desc_01 {width: 32%; word-break: keep-all;}
.desc_01 h3 {font-size: 42px; text-transform: uppercase; padding-bottom: 20px;}
.desc_01 p {float: left; line-height: 1.8em; color: #797979;}
.desc_01 {float: left;}
.desc_01 .shop_btn {display: inline-block; background-color: #3e8afa; color: #fff; padding: 15px 30px; border-radius: 4px 4px 4px 4px; text-align: center; width: 280px;}
.desc_01 .shop_btn:after {content: "\f105"; padding-right: 10px; font-family: FontAwesome; font-style: normal; margin-left: 15px;}
.desc_01 .shop_btn:hover {box-shadow: 5px 5px 10px 0 rgba(20,55,105,0.5); transition: all .5s;}
.desc_01 .social_logo {margin-top: 60px; position: relative; font-size: 0;}
.desc_01 .social_logo > a {width: 50px; height: 50px; display: inline-block; border: 1px solid #ddd; border-radius: 50%; line-height: 50px; position: relative; }
.desc_01 .social_logo > a:first-child {margin-right: 15px;}
.desc_01 .social_logo > a span {font-size: 0;}
.desc_01 .social_logo .insta::before {content: "\f16d"; font-family: FontAwesome; font-style: normal; font-size: 24px; position: absolute; left: 16px; color: #787878;}
.desc_01 .social_logo .youtube::before {content: "\f167"; font-family: FontAwesome; font-style: normal; font-size: 24px; position: absolute; left: 16px; color: #787878;}
.movie {float: right;}
.movie iframe {width: 700px; height: 380px; display: block;}

/* 브랜드 설명  */
.brand_txt {position: relative;}
.brand_txt h3 {font-size: 34px; text-transform: uppercase; text-align: center; color: #fff;} 
.brand_txt ul {margin: 0 -20px;}
.brand_txt li {width: 33.3%; float: left; padding: 0 20px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; text-align: center; padding-top: 50px;}
.brand_txt li img {width: 100%; display: block;}
.brand_txt li .txt {padding: 20px 0 0 0;}
.brand_txt li .txt h4{font-size: 22px; font-weight: normal; text-transform: uppercase; margin-bottom: 7px; color: #fff; line-height:1.3;}
.brand_txt li .txt p{word-break: keep-all; color: #c8c8c8;}

.sns h3 {font-size: 34px;}
.sns h3, .sns p {text-align: center;}
.sns p {font-size: 22px; margin-top: 7px;}
.sns ul {margin-top: 50px;}
.sns ul li {width: 12.5%; float: left;}
.sns ul li img {width: 100%; display: block;}

/* 브랜드 철학 */
.brand_philosophy {background: #fbf5f5;}
.brand_philosophy h3 {font-size: 34px; padding-bottom: 50px;}
.brand_philosophy ul::after {content: ''; display: block; clear: both;}
.brand_philosophy ul {width: 860px; margin: -30px auto;}
.brand_philosophy ul li {width: 50%; float: left; padding: 30px; text-align: center; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; }
.brand_philosophy img {width: 80px; height: auto;}
.brand_philosophy .txt {width: 260px; margin: 10px auto 0 auto; word-break: keep-all;}
.brand_philosophy .txt h4 {font-size: 22px; line-height: 1.2; padding-bottom: 10px;}

/*브랜드 썸네일 리스트*/
.prd_thumb::after {content: ''; display: block; clear: both;}
.prd_thumb h3 {font-size: 34px; text-align: center; line-height: 1; padding-bottom: 50px;}
.prd_thumb > ul {margin: -20px; }
.prd_thumb li{width: 33.3%; float: left; text-align: center; padding: 20px; box-sizing:border-box; display: inline-block; }
.prd_thumb li:nth-child(3n) {margin-bottom: 10px;}
.prd_thumb li:last-child {margin-bottom: 0;}
.prd_thumb li img {width: 100%; display: block;}


/*---------recruit-----------*/
#recruit {background-image: url(../img/recruit/visual_bg_200605.jpg?a=3);}
.recruit .divide {margin: 10px 0 20px 0;}
.emphasis {color: #218cff;}
.model .content {text-align: center; background: #f0f3f8; padding: 50px 0;}
.model .content p, .model .content span  {font-size: 30px;}

.find ul {margin: 0 0 -30px 0;}
.find ul li {float: left; width: 32%; height: 240px; border-radius: 20px; background: #f7f7f9; font-size: 18px; line-height: 1.5em; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.find ul li:first-child,.find ul li:nth-child(2) {margin-right: 2%;}
.find ul li > div {padding: 30px; height: 160px; text-align: center; font-size: 22px; color: #222; font-weight: bold;}
.find ul li > div p {word-break: keep-all; line-height: 1.5; margin-top: 5px; color: #555; font-weight: normal;}
.find ul li  img {width: 65px; display: block; text-align: center; margin: 0 auto; margin-bottom: 10px;}


.work {background: #f7f7f9;}
.work_inner {position: relative;}
.work .sub_txt::after {content: ''; display: block; clear: both;}
.work .sub_txt {padding: 35px 30px; border-bottom: 1px solid #ccccce;}
.work .sub_txt p:last-child {color: #575757; letter-spacing: -0.02em;}
.work .sub_txt .icon {float: left; width: 150px; position: relative;}
.work .sub_txt .icon img {width: 86px; display: block;}
.work .sub_txt .icon04 {padding: 15px 0;} 
.work .sub_txt .text {/*width: 80%;*/ width: 1030px; float: left; position: relative;}
.work .sub_txt .text p.tit {font-size: 22px; font-weight: bold; margin-bottom: 5px; color: #222;}

.work ul {margin: 0 0 -30px 0;}
.work ul li {float: left; width: 50%; font-size: 18px; line-height: 1.5em; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.work ul li > div {padding: 30px; height: 160px; text-align: center; font-size: 22px; color: #222; font-weight: bold;}
.work ul li > div p {word-break: keep-all; line-height: 1.5; margin-top: 5px; color: #555; font-weight: normal;}
.work ul li  img {width: 65px; display: block; text-align: center; margin: 0 auto; margin-bottom: 10px;}


.welfare .emphasis {font-size: 18px; line-height: 1.5em; margin-bottom: 18px;}
.welfare ul {margin: 0 0 -30px 0;}
.welfare ul li {float: left; width: 33.3%; font-size: 18px; line-height: 1.5em; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.welfare ul li > div {padding: 30px; height: 110px; text-align: center; font-size: 22px; color: #222; font-weight: bold;}
.welfare ul li > div p {word-break: keep-all; line-height: 1.5; margin-top: 5px; color: #555; font-weight: normal;}
.welfare ul li  img {width: 65px; display: block; text-align: center; margin: 0 auto; margin-bottom: 10px;}
.office img {display: block;  width: 100%;}
.office .txt {margin-bottom: 50px;}
.office ul {margin: -20px; margin-top: 20px;}
.office ul li {float: left; width: 33.3333%; padding: 20px; box-sizing :  border-box;}
.recruit_info {position: relative;}
.recruit_info a {position: absolute; right: 100px; font-size: 18px; border: 1px solid #ddd; padding: 8px 30px; font-weight: normal;}
.list_form .sub_tit {padding-bottom: 20px;}
.list_form ul {border-top: 1px solid #494949;}
.list_form ul li {padding: 30px; border-bottom: 1px solid #ccccce;}
.list_form ul li::after {content: ''; display: block; clear: both;}
.list_form ul li > div {float: left;}
.list_form .tit {width: 15%; font-size: 22px; color: #222;}
.list_form .txt {width: 85%;}
.list_form .txt p {position: relative; padding-left: 8px;}
.list_form .txt p::before {position: absolute; content: '·'; left: 0; top: 0; color: #555;}
.list_form .txt p span.title {color: #222;}
.contact_info strong {margin-top: 8px; display: block; font-weight: normal; color: #999;}

/* media */
#media {background-image: url(../img/media/visual_bg.jpg?a=3);}
#media_cont .important {background-color: #f5f5f5;}

/* press (소셜빈이야기)*/
#story {background-image: url(../img/story/visual_bg.jpg?a=3);}
.story .list_txt .add {margin-top: 10px;}

/* business  */
#business {background-image: url(../img/business/visual_bg.jpg?a=3);}
.partner {background: #f5f5f5;}
.partner ul {margin: 0 -30px;}
.partner ul li {float: left; vertical-align: middle; text-align: center; padding: 0 30px;}
.partner ul li img {vertical-align: middle; width: 90%;}
.partner .business_bg {background: url(../img/business/business_bg.jpg?a=3)no-repeat center center; background-size: cover; width: 100%; height: 480px; display: table; margin-top: 60px;}
.partner .business_bg p {display: table-cell; vertical-align: middle; font-size: 30px; color: #fff; text-align: center; word-break: keep-all;}
.partner .business_bg p strong {font-size: 30px; color: #fff;}
.inquiry {margin-bottom: 35px;}
.inquiry select, .inquiry input, .email input {min-height: 50px;}
.inquiry select, .inquiry input, .inquiry textarea, .email input {width: 100%; border-style: none; border-radius: 4px; border: 1px solid #ddd; margin-bottom: 10px; padding: 10px; font-size: 16px;color: #555; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; background: #fff; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.inquiry textarea {margin-bottom: 0;}
.inquiry select {background: url(../img/business/select_arrow.png?a=3)no-repeat center right 15px; background-size: 15px; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.inquiry select::-ms-expand {display: none;}
.inquiry select option {padding: 8px; font-size: 16px;}
.inquiry input::placeholder, .email input::placeholder  {color: #bbbbbb;}
.inquiry p, .email p {font-size: 22px; color: #222; margin-bottom: 15px;}
.oem_odm .send {color: #fff; padding: 15px 0; background-color:#3e8afa ; border-radius: 4px 4px 4px 4px; margin: 0 auto; margin-top: 50px; font-size: 16px; text-align: center; color: #fff; display:block; width: 280px; border: none; cursor: pointer;}
.oem_odm .send:hover {box-shadow: 5px 5px 10px 0 rgba(20,55,105,0.5); transition: all .5s;}
.oem_odm .etc {font-size: 15px; color: #686868;}



@media(max-width:1299px){ /*width 992px ~ 1499px*/
	/*---------공통-----------*/
	/*display*/
	.tdpb {display: block;}
	.tdpn {display: none;}
	
	/*타이틀*/
	.desc p {font-size: 16px;}
	.container .prd_desc h4 {font-size: 20px;}
	.container .prd_desc p {font-size: 16px;}
	
	/*----------list-----------*/
 	.list_txt .tit {font-size: 20px; line-height: 1.3; margin: 5px auto 0 auto;}

    /*정렬*/
    .list_wrap .list_txt {height: 85px;}
    
	
	/*---------company-----------*/
	.ceo_introduce .pic img {width: 380px;}
	.history_year dd {font-size: 16px;}
	.Philosophy ul li {font-size: 16px;}
	
	/*---------brand-----------*/
	.brand .col .thumb > a.img img {display: block;}
	.brand .col .thumb > a.text {height: 155px;}
    .brand .col .thumb > a.text2 {height: 135px;}
	.brand .col .thumb .txt {padding: 30px 20px; padding-right: 80px;}
	.brand .col .thumb .txt h3 {font-size: 20px;}
	.brand .col .thumb .btn_more {width: 30px; bottom:30px;} 
	
	/*---------brand 상세페이지-----------*/
	.desc_01 {width: 38%;}
	.desc_01 h3 {font-size: 40px;}
	.desc_01 p {margin-bottom: 30px;}
	.desc_01 .social_logo {margin-top: 30px;}
	.prd_thumb li {height: auto;}
	.movie iframe {width: 500px; height: 300px;}
    .brand_txt li .txt h4 {font-size: 20px;}
	.brand_philosophy .txt h4 {font-size: 20px;}
	.sns p {font-size: 20px;}
	.sns ul li {width: 16.6%;}
	
	/*---------recruit-----------*/
	.model .content p {font-size: 24px;}
    .work .sub_txt .text {width: 80%;}
	.work .sub_txt .text p.tit {font-size: 20px;}
	.work .sub_txt .icon02 {padding: 10px 0;} 
    .work .sub_txt .icon06 {padding: 20px 0;} 
	.welfare ul li > div {font-size: 20px;}
	.list_form .tit {font-size: 20px;}
	.office .txt {margin-bottom: 30px;}
	
	/* business  */
	.partner ul {margin: 0 -50px;}
	.partner ul li {width: 25%; padding: 0;}
	.partner ul li:nth-child(4) {margin-bottom: 30px;}
	.partner ul li img {width: auto;}	
	.partner .business_bg p {font-size: 24px;}
	.partner .business_bg p strong {font-size: 24px;}
	.inquiry p, .email p  {font-size: 20px;}
	
}

@media(max-width:991px){ /*width 768px ~ 991px*/
	/*---------공통-----------*/
	/*display*/
	.dpb {display: none;}
	.tdpb {display: block;}
	
	/*padding*/
	.pdtb_100 {padding: 80px 0;}
    .pdt_50 {padding-top: 30px;}
	.pdt_100 {padding-top: 80px;}
	.pdb_100 {padding-bottom: 80px;}
	
	/*타이틀*/
	.desc p {margin-bottom: 30px;}
	
	/*----------loadMore-----------*/
	#loadmore {margin-top: 50px;}
	
	/*----------list-----------*/
	.list_wrap ul li {width: 50%;}
	.story .list_txt .add {margin-top: 5px;}
    
    /*정렬*/
    .list_wrap .list_txt {height: 80px;}
	
	/*---------company-----------*/
    .company h2 {font-size: 34px; padding-bottom: 5px;}
    .company .sub_copy {font-size: 20px; margin-bottom: 10px;}
	.company .desc {margin-bottom: 80px;}
	.ceo_introduce .pic img {width: 360px;}
	.ceo_introduce .txt {width: 350px; padding: 60px 0; margin-left: 0;}
	.ceo_introduce .txt .divide {width: 380px;}
	.ceo_introduce .pic img {width: 320px;}
	.ceo_introduce .txt  p {word-break: break-all;}
	.Philosophy ul li {width: 100%;}
	.map .map_area iframe {height: 340px;}
	
	/*---------brand-----------*/
	.brand .col {width: 50%;}
	.brand .col .thumb .txt {padding-right: 72px;}
	.brand .col .thumb > a.text {height: 135px;}
	
	/*---------brand 상세페이지-----------*/
	/*브랜드 상세페이지 비주얼*/
	.sub1_ban {background-position: right 30% center;}
	.sub2_ban {background-position: right 30% center;}
	
	.desc_01 {width: 100%;}
	.desc_01 h3 {padding-bottom: 10px;}
	.movie {width: 100%; padding-top: 50px;}
	.movie iframe {width: 100%; height: 400px;}
	.prd_thumb li {width: 50%;}
	.prd_thumb li:nth-child(3n) {margin-bottom: 0;}
	.brand_philosophy ul  {width: auto;}
	.brand_txt li .txt h4 {font-size: 20px;}

	
	/*---------recruit-----------*/
	.work .sub_txt .icon {width: 110px;}
	.work .sub_txt .icon04 {padding: 20px 0;} 
	.work .sub_txt .icon01, .work .sub_txt .icon02, .work .sub_txt .icon05 {padding: 10px 0;} 
	.welfare ul {margin: 0 0 -20px 0;}
	.welfare ul li > div {height: 180px; padding: 20px;}
	.office .txt {margin-bottom: 30px; }

	/* business  */
	.partner ul {margin: 0;}
	.partner ul li img {height: 60px;}
	.partner .business_bg {margin-top: 30px; height: 380px;}
	.inquiry p, .email p  {margin-bottom: 15px;}
	
}

@media(max-width:767px){ /*width ~ 767px*/
	/*---------공통-----------*/
	/*display*/
	.mdpn {display: none;}
	.mdpb {display: block;}
	
	/*padding*/
	.pdtb_100 {padding: 50px 0;}
    .pdt_50 {padding-top: 20px;}
	.pdt_100 {padding-top: 50px;}
	.pdt_80 {padding-top: 30px;}
	.pdb_100 {padding-bottom: 50px;}
	
	/*font-size*/
	.fs34 {font-size: 26px;}
	
	/*타이틀*/
	.desc h3 {font-size: 26px; margin-bottom: 10px;}
	.desc p {font-size: 14px; margin-bottom: 20px; line-height: 1.5;}
	.container .prd_desc {padding: 15px 0 0 0;} 
	.container .prd_desc h4 {font-size: 18px;}
	.container .prd_desc p {margin-top: 5px; font-size: 14px;}
	.sub_tit {font-size: 26px;}
	
	/*----------loadMore-----------*/
	#loadmore, #more_list .nomore {width: 100%;  margin-top: 30px; font-size: 14px; padding: 10px 0;}
	
	/*----------list-----------*/
	.list_wrap ul, .list_wrap2 ul  {margin: -10px;}
	.list_wrap ul li {width: 100%; padding: 10px; margin-bottom: 10px;}
	.list_wrap2 ul li {width: 100%; padding: 10px; margin-bottom: 10px;}
	.list_wrap ul li:last-child {margin-bottom: 0; padding-bottom: 0;}
	.list_txt .info .date:before {top: 3px;}
	.list_txt .info > span {font-size: 14px;}
	.list_txt .desc {font-size: 18px;}
	.list_txt .tit2 {margin: 10px auto 5px auto; font-size: 18px;}
	.list_wrap .list_txt {margin-top: 10px; height: auto;}
	.list_wrap .list_txt .tit {font-size: 18px; margin: 5px auto 0 auto;}
	.list_wrap .list_txt .add .date {font-size: 14px;}
	.list_wrap2 ul li a {padding-top: 20px;}
	.list_wrap2 ul li:nth-child(2) a {display: block; padding-top: 20px; border-top: 1px solid #ddd;}
	
	
	/*---------company-----------*/
    .company h2 {font-size: 26px;}
    .company .sub_copy {font-size: 18px; margin-bottom: 10px;}
	.company .desc {margin-bottom: 50px;}
	.history_year {width: 100%;}
	.history_year dl {padding: 10px 0;}
	.history_year dd {font-size: 14px;}
	.history_year2 {margin-top: 0;}	
	.ceo_introduce {padding: 50px 0 0 0;}
	.ceo_introduce .txt {padding: 0 0 30px 0; margin-left: 0; width: 100%;}
	.ceo_introduce .txt dt {font-size: 26px;}
	.ceo_introduce .txt .divide { width: 100%; margin: 10px 0;}
	.ceo_introduce .pic {position: relative; }
	.ceo_introduce .pic img {width: 250px; margin: 0 auto;}
	.Philosophy ul li {width: 100%; font-size: 14px;}
	.map ul.tab {margin-top: 20px;}
	.map ul.tab li {font-size: 16px;}
	.map ul.tab li.tab1:after {left: 113px; top: 3px;}
	/*
	.map ul.tab li.tab2:after {left: 134px; top: 3px;}
	.map ul.tab li.tab3:after {left: 195px; top: 3px;}
	*/
	.map .map_area iframe {height: 300px;}
	.map_txt dl {margin-top: 20px;}
	.location .map_txt dl dt span.img img {width: 15px; padding-right: 5px;}
	.location .map_txt dl dd {padding-left: 20px;}
	
	/*---------brand-----------*/
	.brand .desc {margin-bottom: 10px;}
	.brand .thumb_wrap {margin: -10px;}
	.brand .col {width: 100%; padding: 10px;}
	.brand .col .thumb > a.text {height: auto;}
	.brand .col .thumb .txt h3 {font-size: 18px;}
	
	/*---------brand 상세페이지-----------*/
	.desc_01 h3 {padding-bottom: 0; font-size: 30px;}
	.desc_01 .shop_btn {padding: 10px 0; width: 100%;}
	.desc_01 .social_logo {text-align: center; margin-top: 20px;}
	.desc_01 .social_logo > a {width: 45px; height: 45px; line-height: 45px;}
	.desc_01 .social_logo > a:first-child {margin-right: 5px;}
	.desc_01 .social_logo .insta::before, .desc_01 .social_logo .youtube::before {position: relative; top: 0; left: 0;}
	.movie {padding-top: 30px;}
	.movie iframe {height: 280px;}
	.brand_txt ul {margin: 0; padding-top: 10px;}
	.brand_txt li {width: 100%; padding: 20px 0 0 0; margin-bottom: 10px;}
	.brand_txt li:last-child {margin-bottom: 0;}
	.brand_txt li .txt h4 {font-size: 18px;}
    .brand_txt li .txt p {padding: 0 20px;}
	.brand_txt h3 {font-size: 26px; line-height: 1.2;}
	.prd_thumb h3 {padding-bottom: 30px; font-size: 26px;}
	.prd_thumb ul {margin: -10px;}
	.prd_thumb li, .prd_thumb li:nth-child(3n) {height: auto; width: 100%; padding: 10px;}
	.prd_thumb li:last-child {margin-bottom: 0; padding-bottom: 0;}
	.sns .sns_thumb {margin-top: 30px;}
	.sns h3 {font-size: 26px;} 
	.sns p {font-size: 18px;}
	.sns ul {margin-top: 20px;}
	.sns ul li {width: 25%;}
	
	.brand_philosophy h3 {padding-bottom: 30px; font-size: 26px;}
	.brand_philosophy ul {margin: -10px auto;}
	.brand_philosophy ul li {width: 100%; padding: 10px;}
	.brand_philosophy .txt h4 {font-size: 18px; }
	
	/*---------recruit-----------*/
	.model .content {padding: 50px 30px;}
	.model .content p {font-size: 18px;}
	.work .sub_txt .text p.tit {font-size: 18px;}
	.work .sub_txt .icon {width: 100%; text-align: center;}
	.work .sub_txt .icon img {width: 70px; margin: 0 auto;}
	.work .sub_txt .icon01, .work .sub_txt .icon04, .work .sub_txt .icon02, .work .sub_txt .icon05, .work .sub_txt .icon06  {padding: 0;} 
	.work .sub_txt .text {width: 100%; text-align: center; margin-top: 10px;}
	.welfare ul {margin: 20px 0  -10px 0;}
	.welfare ul li {width: 100%;}
	.welfare ul li > div {height: auto; padding: 10px; font-size: 18px; margin-bottom: 10px;}
	.welfare ul li img {margin-bottom: 5px;}
	.office ul {margin: -10px; margin-top: 10px;}
	.office ul li {width: 100%; padding: 10px;}
	.list_form .tit {font-size: 18px; width: 100%; margin-bottom: 5px;}
	.list_form ul li {padding: 20px 0;}
	
	/* business  */
	.partner h3 {line-height: 1.2;}
	.partner ul {margin-top: 30px;}
	.partner ul li {width: 50%;}
	.partner ul li:nth-child(2n) {margin-bottom: 20px;}
	.partner ul li:last-child {margin-bottom: 0;}
	.partner .business_bg {height: 300px;}
	.partner .business_bg p {padding: 0 30px;}
	.partner .business_bg p, .partner .business_bg p strong {font-size: 18px;}
	.inquiry {margin-bottom: 20px;}
	.inquiry p, .email p  {font-size: 18px; margin-bottom: 10px;}
	.inquiry select {background-size: 12px;}
	.inquiry select, .inquiry input, .email input {min-height: 40px; line-height: 1;}
	.inquiry select, .inquiry input, .inquiry textarea, .email input {font-size: 14px;}
	.inquiry select option {font-size: 14px;}
	.oem_odm .etc {font-size: 12px;}
	.oem_odm .send {width: 100%; margin-top: 30px; font-size: 14px; padding: 10px 0;}

}












