@charset "utf-8";
.bg--gray{background: rgb(238,238,238);}
.wt-color{color: rgb(255,255,255) !important;}
.mj{font-family: 'Nanum Myeongjo';}

.chk-box input[type="checkbox"]{
	position: absolute;
	width: 0;
	opacity: 0;
}
.chk-box label {
	position: relative;
    display: inline-block;
	padding-left: 20px;
	vertical-align:middle;
}
.chk-box input[type="checkbox"] + label:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
	margin: -1px 10px 0 -20px;
	vertical-align: middle;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(/sjduko2020/resource/images/common/ico_chk_off.png);
}
.chk-box input[type="checkbox"]:checked + label:before {
	background-image: url(/sjduko2020/resource/images/common/ico_chk_on.png);
}

/*서브페이지 title*/
.sub__title{
	padding-top: 40px;
	text-align: center;
	font-size: 34px;
	font-weight: 400;
}

/* brand */
#contents.brand__wrap{
	padding-bottom: 0;
}
.brand__btn{	
	position: relative;
	display: block;
	width: 300px;
	height: 60px;
	line-height: 60px;
	padding-left: 30px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid rgb(0,0,0);
	font-size: 16px;
	font-family: 'WorkSans-Light','NanumSquare';
	box-sizing: border-box;
}
.brand__btn:after{
	content: '';
	position: absolute;
	right: 30px;
	top: 35%;
	width: 40px;
	height: 17px;
	transition:all .5s ease;
	background: url(/sjduko2020/resource/images/common/arr_long_bk.png) 0 0 / 100% no-repeat;
}
.brand__btn.bk{
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
}
.brand__btn.wt{
	border-color: rgb(255,255,255);
	color: rgb(255,255,255);
}
.brand__btn.bk:after,
.brand__btn.wt:after{
	background: url(/sjduko2020/resource/images/common/arr_long_wt.png) 0 0 / 100% no-repeat;	
}
.brand__btn.more:after{
	width: 17px;
	height: 19px;
	background: url(/sjduko2020/resource/images/common/arr_long_bk_bt.png) 0 0 / 100% no-repeat;		
}
/*버튼 효과*/
.brand__btn:hover:after{
	transform:translateX(20%);
}
.brand__btn.more:hover:after{
	transform:translate(0,20%);
}

.sub-btn-box {
	text-align: center;
	font-size: 0;
}
.sub-btn-box .brand__btn{
	display: inline-block;
}
.sub-btn-box .brand__btn + .brand__btn {
	margin-left: 20px;
}
#contents .brand__btn{
	margin-top: 60px;
}
#contents.list__wrap .brand__btn{
	margin-top: 100px;
}
.brand-area{
	padding: 60px 0 120px;
	color: rgb(255,255,255);
}
.brand-area img{width: 100%;}
.brand__loaction{
	padding: 12px 0;
	background: rgb(0,0,0);
}
.brand__loaction .con-inner{
	position: relative;
}
.brand__loaction .tit{
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	color: rgb(255,255,255);
}
.brand__loaction a{
	position: absolute;
	top: 25%;
	font-size: 14px;
	color: rgb(102,102,102);
}
.brand__loaction .prev{
	left: 0;
}
.brand__loaction .next{
	right: 0;
}
.brand__loaction .prev:before,
.brand__loaction .next:after{
	content: '';
	display: inline-block;
	width: 40px;
	height: 17px;
	vertical-align: middle;
	background: url('/sjduko2020/resource/images/common/arr_long_wt.png') center center / 100% no-repeat;
}
.brand__loaction .prev:before{
	margin-right: 15px;
	transform:rotate(-180deg);
}
.brand__loaction .next:after{
	margin-left: 15px;
}
.brand__intro {
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
}
.brand__intro .detail{
	position: relative;
	width: 66.67%;
	padding-right: 20px;
	box-sizing: border-box;
}
.brand-area .logo img{
	width: auto;
	max-width: 100%;
}
.brand__intro .logo .tit{
	display: block;
	display: block;
	font-size: 32px;
	font-weight: 400;
}
.brand__intro .logo .tit:before{
	content: '';
	display: inline-block;
	width: 100px;
	height: 3px;
	margin-right: 30px;
	vertical-align: text-bottom;
	background: rgb(255,255,255);
}
.brand__intro .brand__btn{
	margin: 30px 0 0 0;
	border: 0;
	background: rgb(255,255,255);
	font-weight: 700;
	color: rgb(0,0,0);
}
.brand__intro p:not(.big){
	margin-top: 110px;
	line-height: 32px;
	font-size: 20px;
	word-break: keep-all;
}
.language{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 0;
}
.language > a{
	display: inline-block;
	width: 30px;
	height: 20px;
	text-align: center;
	text-indent: -9999px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}
.language > a.ko {background-image: url(/sjduko2020/resource/images/sub/ico_country_ko.gif)}
.language > a.eng {background-image: url(/sjduko2020/resource/images/sub/ico_country_usa.gif)}

.language > a + a{
	margin-left: 5px;
}
.brand-area .outside-img{
	position: absolute;
}
.brand__intro .outside-img{
	top: 0;
	right: 0;
	z-index: 1;
	width: 36.11%;
}

/* 브랜드 영상 */
.brand__video{
	position: relative;
}
.brand__video .thum{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}
.brand__video .thum img{width: 100%;}
.brand__video .thum:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	opacity: .3;
}
.brand__video .in-video{
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}
.brand__video iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.brand__video .play,
.brand__video .play:before{
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);	
	z-index: 2;
}
.brand__video .play{
	text-align: center;
	font-size: 16px;
	font-family: 'WorkSans-Light';
	color: rgb(255,255,255);
	cursor: pointer;
}
.brand__video .play:before{
	content: '';
	width: 95px;
	height: 95px;
	border: 1px solid rgb(255,255,255);
	border-radius:100%;
	box-sizing: border-box;
	transition:all .3s cubic-bezier(0, 0.76, 0.56, 0.88);
}
.brand__video .play:hover:before,
.brand__video .thum:hover + .play:before{
	width: 100px;
	height: 100px;
}
.brand__video.hide .thum,
.brand__video.hide .play{
	display: none;
}
.brand-area .brand__video{
	width: 100%;
	z-index: 2;
}
.brand__desc .tit{
	text-align: center;
	line-height: 32px;
	font-size: 24px;
}
.brand__desc .txt{
	position: absolute;
	top: 50%;
	right: 0;
	transform:translateY(-50%);
	line-height: 32px;
	font-size: 20px;
	word-break: keep-all;
}
.brand__desc .bg {
	position: relative;
	margin-top: 100px;
}
.brand__desc .bg:after,
.brand__desc .first:after{
	content: '';
	display: block;
	clear: both;
}
.brand__desc .first .horizontal{
	position: absolute;
	top: 0;
	right: 0;
	width: 56.67%;
	height: 18%;
}
.brand__desc .first .left-img{
	float: left;
	width: 29.58%;
}
.brand__desc .first .right-img{
	float: left;
	width: 36.66%;
	margin: 21.18% 0 0 3.75%;
}
.brand__desc .second{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin-top: 30px;
}
.brand__desc .second .right-img{
	float: right;
	width: 26.66%;
	margin: 14.14% 0 0 3.75%;
}
.brand__desc .vertical{
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 30%;	
	height: 39.43%;
}
/* pr/csr */
.sub__tab{
	overflow: hidden;
	margin: 15px 0 60px;
}
.sub__tab > li{
	float: left;
	width: 33.33%;
}
.sub__tab.tab4 > li{
	width: 25%;
}
.sub__tab.tab6 li{
	width: 16.66%;
}
.sub__tab > li > a{
	display: block;
	height: 60px;
	line-height: 60px;
	border-bottom: 3px solid rgb(204,204,204);
	font-size: 16px;
	box-sizing: border-box;
}
.sub__tab > li > a:hover,
.sub__tab > li > a.on{
	border-color: rgb(0,0,0);
}
.wt-color .sub__tab > li > a{
	border-color: rgb(59,102,141);
}
.wt-color .sub__tab > li > a:hover, 
.wt-color .sub__tab > li > a.on{
	border-color: rgb(255,255,255);
}
.sub-select__tab{display: none;}

/*pr/csr - 브랜드뉴스*/
.story__list {
	overflow: hidden;
}
.story__list li{
	float: left;
}
.story__list li{
	width: 31.667%;
	margin-right: 2.4995%;
}
.story__list li img{width: 100%;}
.story__list .txt{
	padding: 15px 20px;
	background: rgb(255,255,255);
	word-break:break-all;
}
.story__list .txt h3{
	overflow: hidden;
	height: 64px;
	margin-bottom: 20px;
	line-height: 32px;
	font-size: 22px;
}
.story__list .txt p{
	overflow: hidden;
	height: 66px;
	line-height: 22px;
	margin-bottom: 25px;
	font-size: 14px;
	color: rgb(102,102,102);
}
.story__list .etc{
	overflow: hidden;
}
.story__list .brand img{
	max-width:100%;
	width: auto;
}
.story__list .category{
	float: right;
	color: rgb(102,102,102);
}
.pr-view__title{
	padding-top: 30px;
	line-height: 32px;
	font-size: 22px;
	font-family: 'NanumSquare';
}
.pr-view-editor{
	margin-top: 30px;
	line-height: 22px;
	font-size: 14px;
}
.pr-view-editor img{max-width: 100%;}

/*pr/csr - 캠페인*/
.catalogue__tab > li{
	text-align: center;
}
.catalogue__tab > li a{
	display: block;
	padding: 9px 0;
	background: rgb(255,255,255);
	box-sizing: border-box;
}
.catalogue__tab > li .logo .on{display: none;}
.catalogue__tab > li .brand{
	display: block;
}
.catalogue__tab > li.on a{
	background: rgb(0,0,0);
	color: rgb(255,255,255);
}
/* 2021-01-21 탭 수정 */
.catalogue__tab.no_logo > li a{
	font-size: 20px;
	padding:  0;
	line-height: 81px;
	letter-spacing: -0.5px;
}

/*탭 활성화*/
.catalogue__tab > li.on .logo .on{display: inline-block;}
.catalogue__tab > li.on .logo .off{display: none;}

.catalogue__list .main__title{
	float: none;
	width: 100%;
}
.catalogue__list ul{
	margin-top: -20px;
	padding-top: 40px;
	overflow: hidden;
}
.catalogue__list ul > li{
	position: relative;
	float: left;
	width: 18.66%;
	height: 0;
	padding-bottom: 27.92%;
	margin-right: 1.66%;
	margin-top: 20px;
}
.catalogue__list ul > li img{
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	width: 100%;
}

/* store */
.board-box .tit{
	border-top: 1px solid rgb(0,0,0);
	overflow: hidden;
}
.store__header{
	overflow: hidden;
	margin-bottom: 20px;
}
.store__header h3{
	float: left;
	font-size: 20px;
	font-weight: 400;
}
.store__header .search{
	position: relative;
	float: right;
	width: 50%;
	font-size: 0;
}
.store__header select,
.store__header .inp{
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	vertical-align: top;
	border: 1px solid rgb(0,0,0);
	font-size: 16px;
	box-sizing: border-box;
}
.store__header select{
	width: 31.66%;
	margin-right: 1.66%;
	background: url(/sjduko2020/resource/images/common/arr_bt_bk.png) calc(100% - 10px) center no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.store__header .inp{
	width: 66.66%;
}
.store__header .btn-search{
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: url(/sjduko2020/resource/images/sub/ico_ssearch.png) center center no-repeat;
}
.board__list {
	border-top: 1px solid rgb(0,0,0);
	border-bottom: 1px solid rgb(217,217,217);
}
.board__list li:after{
	content: '';
	display: block;
	clear: both;
}
.board__list li + li{
	border-top: 1px solid rgb(217,217,217);
}
.board__list .none .box{
	width: 100%;
	text-align: center;
}

/* 2021-01-21 스토어페이지 수정 */
.new210121 .store__header .search{width: 66.6666%;}
.new210121 .store__header select{
	width: 23.7515%;
	margin-right: 1.2515%;
}
.new210121 .store__header .inp{width: 50%;}


/*recruit*/
.rc-view__title{
	padding: 55px 0 25px;
	line-height: 30px;
	font-size: 24px;
	font-family: 'NanumSquare';
}
.rc-view__editor{
	padding: 25px 0;
	border-top: 1px solid rgb(0,0,0);
	border-bottom: 1px solid rgb(0,0,0);
	line-height: 24px;
	font-size: 16px;
}
.rc-info{
	margin-bottom: 50px;
	line-height: 30px;
	font-size: 19px;
	font-family: 'NanumSquare';
}
.rc-info dl{
	margin-bottom: 30px;
}
.rc-info dt{
	font-weight: 700;
}
.rc-info .agree{
	margin-top: 50px;
	font-size: 14px;
}
.rc-write ul{
	width: 100%;
	padding: 15px 0;
	border-top: 1px solid rgb(0,0,0);
	border-bottom: 1px solid rgb(0,0,0);
	font-size: 16px;
}
.rc-write li{
	overflow: hidden;
}
.rc-write li + li{
	padding-top: 10px;
}
.rc-write .inp,
.rc-write select{
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
}
.rc-write .inp,
.rc-write select,
.rc-write textarea{
	border: 1px solid rgb(217,217,217);
	box-sizing: border-box;
}
.rc-write select{
	background: url(/sjduko2020/resource/images/common/arr_bt_bk.png) calc(100% - 10px) center / 10px no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.rc-write textarea{
	display: block;
	padding: 10px;
	width: 100%;
	resize:none;
}
.rc-write .th{
	float: left;
	width: 200px;
	padding: 0 0 0 30px;
	vertical-align: top;
	text-align: left;
	font-weight: 400;
	box-sizing: border-box;
}
.rc-write .match{
	float: left;
}
.rc-write .field {
	overflow: hidden;
}
.rc-write .field > span{
	float: left;
	display: block;
}
.rc-write .tel .field > span{
	width: 50%;
}
.rc-write .dash{
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.rc-write .tit .inp{
	width: 100%;
}
.rc-write .email .inp{
	float: left;
}
.rc-write .privacy{
	margin-top: 50px;
}
.rc-write .scroll-box{
	overflow-y: auto;
	height: 300px;
	line-height: 24px;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid rgb(217,217,217);
	box-sizing: border-box;
}
.rc-write.apply .chk-box{
	margin-bottom: 30px;
}
/*company*/
.company__wrap img{width: 100%;}
.company__header{
	margin-bottom: 60px;
	background-image: url(/sjduko2020/resource/images/sub/bg_company.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 600px;
}
.company__header .con-inner{
	position: relative;
}
.company__header .sub__tab{
	margin: 15px 0 120px;
}
.company__header .desc{
	text-align: center;
}
.company__header .desc p{
	padding-bottom: 30px;
	line-height: 66px;
	font-size: 54px;
	font-weight: 700;
}
.company__header .logo{
	width: 160px;
}
.company__header .language{
	top: 55px;
}
/*company-회사위치*/
.location-box .addr{
	margin-top: 30px;
	line-height: 30px;
	font-size: 16px;
	font-family: 'NanumSquare';
}
.location-box .bar{
	display: inline-block;
	width: 2px;
	height: 15px;
	margin: 0 7px;
	vertical-align: middle;
	background: rgb(209,209,209);
}
/*company-CEO*/	
.ceo-box > strong{
	display: inline-block;
	line-height: 48px;
	font-size: 36px;
}
.ceo-box p{
	margin-top: 30px;
	line-height: 31px;
	font-size: 20px;
	word-break: keep-all;
	font-family: 'NanumSquare';
}
.ceo-box .mj{font-weight: 800;}
.ceo-box .name{
	font-size: 16px;
}
.ceo-box .name strong{
	font-size: 22px;
}
.ceo-box .awward{
	margin-top: 100px;
}
.ceo-box .awward dt{
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 700;
}
.ceo-box .awward dd{
	padding-left: 80px;
	font-size: 16px;
}
.ceo-box .awward dd .year{
	display: inline-block;
	width: 80px;
	margin-left: -80px;
}
/*company-비전*/
.vision-txt{
	margin-bottom: 60px;
	text-align: center;
	word-break: keep-all;
	line-height: 36px;
	font-size: 24px;
}
/*company-이념*/
.ideo__list dt{
	font-size: 32px;
	font-weight: 700;
}
.ideo__list dt strong{
	display: block;
	font-family: 'WorkSans-Bold';
	font-size: 60px;
}
.ideo__list dd{
	margin-top: 10px;
	line-height: 32px;
	font-size: 20px;
	word-break:keep-all;
}
/*company-인재상*/
.people-intro li p{
	text-align: center;
}
/*company-연혁*/
.history__list.ko{
	max-width: 980px;
}
.history__list > li + li{
	margin-top: 40px;
}
.history__list .year{
	width: 140px;
	height: 140px;
	line-height: 140px;
	text-align: center;
	border-radius:100%;
	font-size: 38px;
	font-weight: 700;
	font-family: 'WorkSans-Bold';
	background: rgb(0,90,171);
	color: rgb(255,255,255);
}
.history__list .info dl{
	display: inline-block;
	width: 100%;
}
.history__list .info dt{
	float: left;
	width: 120px;
	margin-top: -5px;
	font-size: 30px;
	letter-spacing: -0.025em;
	font-family: 'WorkSans-Bold';
}
.history__list .info dd{
	position: relative;
	float: right;
	width: calc(100% - 120px);
	padding-left: 70px;
	padding-top: 1px;
	line-height: 34px;
	font-size: 24px;
	font-family: 'NanumSquare';
	letter-spacing: -0.025em;
	box-sizing: border-box;
}
.history__list .info dd + dd{
	margin-top: 9px;
}
.history__list .info .month{
	position: absolute;
	left: 0;
	top: 1px;
	font-size: 16px;
	font-weight: 700;
	font-family: 'NanumSquare';
}
/*popup*/
.popup .btn-close{
	position: absolute;
	right: 0;
	top: -50px;
	z-index: 5;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(/sjduko2020/resource/images/btn/btn_close_wt.png) center center / 100% no-repeat;
}
.popup .inner{
	position: relative;
}
.catalogue__pop,
.catalogue__pop:after{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.catalogue__pop{
	visibility: hidden;
	z-index: -1;
}
.catalogue__pop.on{
	visibility: visible;
	z-index: 9999;
}
.catalogue__pop:after{
	content: '';
	z-index: 1;
	opacity: .7;
	background: rgb(0,0,0);
}
.catalogue__pop .inner{
	top: 50%;
	z-index: 5;
	transform:translateY(-50%);
	margin: 0 60px;
}
.catalogue__slider{
	z-index: 5;
	padding: 0 40px;
}
.catalogue__slider img{
	max-width: 100%;
	margin: 0 auto;
}
.catalogue__slider .slick-arrow{
	position: absolute;
	top: 50%;
	z-index: 5;
	width: 40px;
	height: 17px;
	text-indent: -9999px;
	background: url(/sjduko2020/resource/images/common/arr_long_wt.png) 0 0 / 100% no-repeat;
}
.catalogue__slider .slick-prev{
	left: 0;
	transform:rotate(-180deg);
}
.catalogue__slider .slick-next{
	right: 0;
}
.catalogue__pop .btn-close{
	top: 0;
}

/* 2023-04-07 brand new */
.brand-area._new {
    color: rgb(0,0,0);
    padding: 0;
}
.brand__ban {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	
}
.brand__cont {
	display: flex;
}
.brand__cont._con1 {margin-top: -460px;}
.brand__cont._con2 {
	padding: 120px 80px;
	box-sizing: border-box;
}
.brand__cont .img {
	width: 100%;
}
.brand__cont .txt2 {
    font-size: 20px;
    line-height: 32px;
    color: rgb(0,0,0);
	text-align: center;
	margin-top: 80px;
}
.brand__cont .rt {
	width: 100%;
}
.brand__cont .rt .img {
	display: flex;
	justify-content: space-between;
}
.brand__cont .rt .img img {
	width: calc(50% - 5px);
}
.brand__cont .rt .txt {
	margin-top: 110px;
	padding-left: 0;
}
.brand__cont .lt {
	width: 100%;
}
.brand__cont .lt img {
	width: 77.01%;
	margin-left: 80px;
}
.brand__cont .txt {
	width: 100%;
	font-size: 20px;
	line-height: 32px;
	color: rgb(0,0,0);
	margin-top: 570px;
	padding-left: 128px;
	box-sizing: border-box;
}
.brand__intro._bk {
	max-width: 1200px;
}
.brand__intro._bk .con-inner {
	margin: 120px auto 0;
}
.brand__intro._bk .logo {padding-top: 60px;}
.brand__intro._bk .logo .tit {
	font-size: 28px;
	color: rgb(0,0,0);
	letter-spacing: -.5px;
	margin-top: 10px;
}
.brand__intro._bk .logo .tit:before {display: none;}
#contents .brand__intro._bk .brand__btn {
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	margin-top: 35px;
}
.brand__intro._bk .brand__btn:after {
	background: url(/sjduko2020/resource/images/common/arr_long_wt.png) 0 0 / 100% no-repeat;
}
.brand__intro._bk .outside-img {right: -4.63%; width: 46.66%;}
.brand__intro._bk .detail {
	width: 60.66%;
}
.brand__center {
	width: 1200px;
	margin: 110px auto;
}
.brand__center .txt {
    font-size: 20px;
    line-height: 32px;
    color: rgb(0,0,0);
    text-align: center;
    margin-top: 110px;
	word-break: keep-all;
}
.brand__center .img {
	display: flex;
}

.brand-area._new .brand__video {top: 0; height: auto;}
.brand-area._new .brand__video .thum:before{
	display: none;
}
/* // 2023-04-07 brand new */

/*데스크탑*/
@media only all and (min-width:1200px){
	/* brand */
	.brand__intro {
		min-height: 780px;
	}
	.brand-area .brand__video{
		top: -100px;
		height: 650px;
	}
	.brand__desc .first .horizontal{
		text-align: right;
	}
	/*store*/
	.board-box .box{	
		float: left;
		padding: 13px 0;
		text-align: center;
		font-size: 16px;
		font-family: 'NanumSquare';
		box-sizing: border-box;
	}
	.store-box .name{width: 340px;}
	.store-box .address{width: 520px;}
	.store-box .tel{width: 200px;}
	.store-box .map{width: 140px;}
	.board__list .left{text-align: left;}
	.board__list .con span:first-child{
		padding-left: 30px;
	}
	.board__list li .address{
		padding-left: 20px;
	}

	/* 2021-01-21 스토어페이지 수정 */
	.new210121 .store-box .classification{width: 135px;}
	.new210121 .store-box .name{width: 300px;}
	.new210121 .store-box .address{width: 476px;}
	.new210121 .store-box .tel{width: 172px;}
	.new210121 .store-box .map{width: 117px;}
	.new210121 .board__list .con .classification {
		padding-left:  0;
		text-align: center;
	}
	.new210121 .board__list .con .name {padding-left: 35px;}
	.new210121 .board__list .con .address {padding-left: 50px;}

	/*recruit*/
	.recruit-box .title{width: 820px;}
	.recruit-box .date{width: 240px;}
	.recruit-box .progress{width: 140px;}

	/*popup*/
	.map__pop .inner{
		width: 800px !important;
		height: 500px !important;
	}
}

/*데스크탑 & 태블릿*/
@media (min-width:767px){
	/*pr/csr - 브랜드뉴스*/
	.story__list.list3 li:nth-child(3n){
		margin-right: 0;
	}
	.story__list.list3 li:nth-child(n+4){
		margin-top: 30px;
	}

	/*pr/csr - 캠페인*/
	.catalogue-brand{
		overflow: hidden;
		margin-bottom: 50px;
	}
	.catalogue__tab{
		float: left;
		width: 25%;
	}
	.catalogue__tab > li + li a{
		border-top: 1px solid rgb(238,238,238);
	}
	.catalogue-brand .brand__video{
		float: left;
		width: 75%;
		height: 491px;
		overflow: hidden;
	}
	.catalogue-brand .brand__video img{width: auto;}
	.catalogue-brand .thum{height: 100%;}
	.catalogue-brand .in-video{
		height: 100%;
		padding-bottom: 0;
		transform:scale(1.034);
	}
	.catalogue__list ul > li:nth-child(5n){
		margin-right: 0;
	}
	/*recruit*/
	.rc-write li > .match{width: calc(100% - 200px);}
	.rc-write .tel select{width: 100px;}
	.rc-write .tel .field {width: 310px;}
	.rc-write .tel .dash{width: 20px;}
	.rc-write .tel .field .inp{width: calc(100% - 20px);}
	.rc-write .writer .inp{width: 410px;}
	.rc-write .email .inp{width: 190px;}
	.rc-write .email .dash{width: 30px;}
	.rc-write .email .field > span{width: 220px;}
	.rc-write .email select{
		width: 410px;
		margin-top: 10px;
	}
	.rc-write.apply ul{
		padding: 30px 0;
	}
	.rc-write.apply .th{
		padding: 0;
	}
	/*company-CEO*/
	.ceo-box{
		overflow: hidden;
	}
	.ceo-box .ceo{
		float: right;
		width: 50%;
	}
	.ceo-box p{
		display: inline-block;
		width: 50%;
		padding-right: 30px;
		box-sizing: border-box;
	}
	/*company-이념*/
	.ideo__list > li{
		overflow: hidden;
	}
	.ideo__list .txt,
	.ideo__list .photo{
		float: right;
		width: 50%;
		box-sizing: border-box;
	}
	.ideo__list .even .txt,
	.ideo__list .even .photo{
		float: left;
	}
	.ideo__list .txt{
		display: table;
		height: 430px;
		padding-left: 20px;
	}
	.ideo__list > li:nth-child(even) .txt{
		padding-left: 60px;
	}
	.ideo__list .txt dl{
		display: table-cell;
		vertical-align: middle;
	}
	.ideo__list .photo {
		overflow: hidden;
	}
	.ideo__list .photo img{
		width: auto;
	}
	/*company-인재상*/
	.people-intro {
		overflow: hidden;
	}
	.people-intro li{
		float: left;
		width: 33.33%;
	}
	.people-intro li p{
		margin-top: 30px;
		line-height: 32px;
		font-size: 20px;
	}
	/*company-연혁*/
	.history-txt{
		overflow: hidden;
	}
	.history-txt > p{
		float: left;
		width: 50%;
		line-height: 27px;
		font-size: 15px;
		box-sizing: border-box;
	}
	.history-txt > p + p{
		padding-left: 20px;
	}
	.history__list {
		max-width: 1200px;
		margin: 30px auto 0;
		padding-left: 45px;
		box-sizing: border-box;
	}
	.history__list > li{
		overflow: hidden;
	}
	.history__list .year{
		float: left;
	}
	.history__list .info{
		float: left;
		width: 84.16%;
		margin-top: 52px;
		margin-left: 5%;
	}
	.history__list .info dl{
		position: relative;
		padding-left: 5.833%;
	}
	.history__list .info dl:before,
	.history__list .info dl:after{
		content: '';
		position: absolute;	
		background: rgb(0,0,0);
	}
	.history__list .info dl:before{
		left: 0;
		top: 13px;
		width: 10px;
		height: 10px;
		border-radius:100%;
	}
	.history__list .info dl:after{
		left: 4px;
		top: 20px;
		width: 1px;
		height: 100%;
	}
	.history__list .info dl:last-child:after{display: none;}


}

/*태블릿 & 모바일*/
@media only all and (max-width:1199px){
	
	/* brand */
	.brand__btn{
		width: 200px;
		height: 40px;
		line-height: 40px;
		padding-left: 15px;
		font-size: 1.1rem;
	}
	.brand__btn:after{
		right: 15px;
		width: 30px;
	}
	.brand__btn.more:after{
		width: 13px;
		height: 15px;
	}
	#contents .brand__btn{
		margin-top: 40px;
	}
	#contents.list__wrap .brand__btn{
		margin-top: 30px;		
	}
	.brand__loaction{
		padding: 8px 20px;
	}
	.brand__loaction .tit{
		font-size: 1.6rem;
	}
	.brand__loaction a{
		top: 30%;
		font-size: 0;
	}
	.brand__loaction .prev:before,
	.brand__loaction .next:after{
		width: 20px;
		height: 9px;
	}
	.brand__intro {
		margin-bottom: 30px;
	}
	.brand__intro .logo .tit{
		font-size: 2.2rem;
	}
	.brand__intro .logo .tit:before{
		width: 70px;
		margin-right: 15px;
	}
	.brand-area .brand__video{
		margin-bottom: 30px;
	}
	.brand__desc .txt{
		line-height: 26px;
		font-size: 1.4rem;
	}
	.brand__desc .txt br{display: none;}

	/*pr/csr - 브랜드뉴스*/
	.story__list .brand img{width: 58px;}
	.pr-view__title{
		line-height: 24px;
		font-size: 1.8rem;
	}
	.pr-view-editor{
		line-height: 18px;
		font-size: 1.2rem;
	}
	/*pr/csr - 캠페인*/
	.catalogue__tab > li .logo{
		width: 95px;
		margin: 0 auto;
	}
	.catalogue__tab > li .logo img{width: 100%;}

	/*store*/
	.store__header{
		margin-bottom: 15px;
	}
	.board-box .tit{display: none;}
	.board__list li{
		position: relative;
		padding: 13px 0;
	}
	.board-box .box{
		display: block;
	}
	.store-box .con{
		width: 95%;
	}
	.store-box .name{
		font-size: 1.4rem;
	}
	.store-box .address,
	.store-box .tel{
		margin-top: 5px;
	}
	.board__list li .tag{
		position: absolute;
		right: 0;
		top: 13px;
	}
	.board__list li .map {
		top: 3px;
		right: -14px;
	}
	.board__list li .map a{
		display: block;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
	}
	.board__list li .map img{width: 11px;}
	.board__list li .date{
		margin-top: 5px;
	}
	/*recruit*/
	.rc-write .tit .inp{
		width: 100%;
	}
	/*company*/
	.company__header .language{
		position: absolute;
		right: auto;
		left: 20px;
	}
	/*company-이념*/
	.ideo__list dt strong{
		font-size: 32px;
	}
	.ideo__list dt{
		font-size: 1.4rem;
	}
	.ideo__list dd{
		line-height: 18px;
		font-size: 1.2rem;
	}
	/*popup*/
	.popup{
		width: 320px;
	}
	.popup .btn-close{
		z-index: 5;
		width: 30px;
		height: 30px;
		right: -5px;
		top: -40px;
		background: url(/sjduko2020/resource/images/btn/m_btn_close_wt.png) center center / 16px no-repeat;
	}
	.catalogue__pop{
		width: auto;
	}
	.catalogue__slider{
		padding: 0;
		margin: 0;	
	}
	.catalogue__slider .slick-arrow{
		top: auto;
		bottom: -30px;
		width: 30px;
	}
	.map__pop .inner{
		width: 320px !important;
		height: 250px !important;
	}

	/* 2023-04-07 brand new */
	.brand__cont._con1 {
		margin-top: 0 !important;
		padding: 0 20px;
		box-sizing: border-box;
		flex-direction: column;
	}
	.brand__cont._con1 .img {width: 50%;}
	.brand__cont._con1 .txt {
		margin-top: 0;
		padding-left: 0;
		padding-top: 45px;
		text-align: center;
	}
	.brand__cont._con2 {
		padding: 60px 20px;
		box-sizing: border-box;
	}
	.brand__cont .lt img {
		margin-left: 0;
		width: 100%;
	}
	.brand__cont .lt {
		margin: 0 60px 0 0;
	}
	.brand__cont .rt {
		margin: 0;
	}
	.brand__cont .txt2 {
		padding: 0 20px;
		box-sizing: border-box;
	}
	.brand__center {
		width:100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.brand__center .img {width: 50%;}
	.brand__center .txt {
		padding: 0 20px;
		box-sizing: border-box;
		word-break: keep-all;
	}
	.brand__center .txt br {display: none;}
	.brand__cont .txt br {display: none;}
	.brand__cont .txt2 br {display: none;}
	/* //2023-04-07 brand new */
}

/*태블릿*/
@media (min-width:767px) and (max-width:1199px){
	/* brand */
	.brand__intro .logo{
		width: 320px;
	}
	.brand__intro p:not(.big){
		margin-top: 40px;
		line-height: 26px;
		font-size: 1.4rem;
	}
	/*pr/csr - 캠페인*/
	.sub__tab > li > a{
		font-size: 1.3rem;
	}
	.catalogue-brand .brand__video{
		height: 383px;
	}
	.catalogue__tab.no_logo > li a{
		font-size: 18px;
		line-height: 63px;
	}
}

/*모바일*/
@media only all and (max-width:767px){
	.chk-box input[type="checkbox"] + label:before{
		width: 10px;
		height: 10px;
		background-size: 10px;
	}
	.sub__title{
		padding-top: 30px;
		font-size: 2.4rem;
	}
	.sub-btn-box .brand__btn{
		width: 48.4375%;
	}
	.sub-btn-box .brand__btn + .brand__btn{
		margin-left: 3.125%;
	}
	/* brand */
	.brand-area{
		padding: 30px 0 60px;
	}
	.brand__intro .detail{
		width: 100%;
		padding-right: 0;
	}
	.brand__intro .btn{
		position: relative;
	}
	.language{
		position: static;
		margin-bottom: 30px;
	}
	.language > a{
		width: 38px;
		height: 25px;
		background-size: 100%;
	}
	.language > a.ko {background-image: url(/sjduko2020/resource/images/sub/ico_country_ko_m.gif)}
	.language > a.eng {background-image: url(/sjduko2020/resource/images/sub/ico_country_usa_m.gif)}

	.language > a + a{
		margin-left: 10px;
	}
	.brand__intro .outside-img{display: none;}
	.brand__intro p{
		margin-top: 40px;
		line-height: 25px;
		font-size: 1.8rem;
	}
	.brand__intro p br{display: none;}
	/* 브랜드 영상 */
	.brand__video .play{
		font-size: 1.2rem;
	}
	.brand__video .play:before{
		width: 80px;
		height: 80px;
	}
	.brand__desc .bg{
		margin-top: 25px;
	}
	.brand__desc .tit{
		text-align: left;
		line-height: 27px;
		font-size: 2rem;
	}
	.brand__desc .txt{
		position: static;
		transform:translateY(0);
		padding-top: 30px;
		line-height: 25px;
		font-size: 1.8rem;
	}
	.brand__desc .first .left-img{
		width: 56.25%;
		margin-left: -6.5%;
	}
	.brand__desc .first .right-img{
		float: right;
		width: 46.875%;
		margin: 8% 0 0 0;
	}
	.brand__desc .first .horizontal{
		clear: both;
		position: static;
		width: 100%;
	}
	.brand__desc .second{
		position: static;
	}
	.brand__desc .second .right-img{
		float: none;
		width: calc(100% - 76px);
		margin: 0 auto;
	}
	.brand__desc .vertical{
		position: static;
		width: 100%;
	}
	/*pr/csr*/
	.sub__tab{display: none;}
	.sub-select__tab{
		display: block;
		width: 100%;
		height: 45px;
		line-height: 45px;
		margin: 10px 0 30px;
		font-size: 1.4rem;
		border: 0;
		border-bottom: 3px solid rgb(0,0,0);
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: right center;
		background-image: url(/sjduko2020/resource/images/common/arr_long_bk_bt.png);
		background-size: 13px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.wt-color .sub-select__tab{
		border-color: rgb(255,255,255);
		background-image: url(/sjduko2020/resource/images/common/arr_long_wt_bt.png);
	}
	/*pr/csr - 브랜드뉴스*/
	.story__list li{
		width: 48.4375%;
		margin-right: 0;
	}
	.story__list li:nth-child(2n){
		margin-left: 3.125%;
	}
	.story__list li:nth-child(n+3){
		margin-top: 20px;
	}
	.story__list .txt{
		padding: 15px 10px;
	}
	.story__list .txt h3{
		height: 34px;
		line-height: 17px;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		font-size: 1.2rem;
	}
	.story__list .txt p{
		display: none;
	}
	/*pr/csr - 캠페인*/
	.catalogue__tab{
		overflow: hidden;
	}
	.catalogue__tab > li{
		float: left;
		width: 50%;
	}
	.catalogue__tab > li:nth-child(n+3) a{
		border-top: 1px solid rgb(238,238,238);
	}
	.catalogue__tab > li:nth-child(odd) a{
		border-right: 1px solid rgb(238,238,238);
	}
	.catalogue-brand .brand__video{
		margin-top: 30px;
	}
	.catalogue__list .main__title{display: none;}
	.catalogue__list ul{
		padding-top: 30px;
		margin-top: -10px;
	}
	.catalogue__list ul > li{
		width: 48.43%;
		margin-right: 3.12%;
		margin-top: 10px;
		padding-bottom: 72.5%;
	}
	.catalogue__list ul > li:nth-child(2n){
		margin-right: 0;
	}
	/* 2021-01-21 탭 수정 */
	.catalogue__tab.no_logo > li a{
		font-size: 1.2rem;
		line-height: 5rem;
	}

	/*store*/
	.store__header h3{display: none;}
	.store__header .search{
		width: 100%;
	}
	.store__header select, 
	.store__header .inp{
		width: 48.4375%;
	}
	.store__header select{
		margin-right: 3.125%;
		background-size:15px;
	}
	/* 2021-01-21 스토어페이지 수정 */
	.new210121 .store__header{margin-bottom: 30px;}
	.new210121 .store__header .search{width: 100%;}
	.new210121 .store__header select{
		width: calc(50% - 5px);
		margin-right: 0;
	}	
	.new210121 .store__header select + select{margin-left: 10px;}
	.new210121 .store__header .inp{width: 100%;margin-top: 10px;}
	.new210121  .store__header .btn-search{
		top: auto;
		bottom: 0;
	}
	/*recruit*/
	.rc-view__title{
		padding: 25px 0 10px;
		line-height: 24px;
		font-size: 1.8rem;
	}
	.rc-view__editor{
		padding: 10px 0;
		line-height: 18px;
		font-size: 1.2rem;
	}
	.rc-info{
		margin-bottom: 30px;
		line-height: 18px;
		font-size: 1.2rem;
	}
	.rc-info dl{
		margin-bottom: 20px;
	}
	.rc-info .agree{
		margin-top: 25px;
		font-size: 1rem;
	}
	.rc-write .inp, 
	.rc-write select{
		height: 25px;
		line-height: 25px;
		padding-left: 5px;
	}
	.rc-write ul{
		font-size: 1.2rem;
	}
	.rc-write .th{
		width: 60px;
		padding: 0;
	}
	.rc-write li > .match{
		width:calc(100% - 60px);
	}
	.rc-write .dash{
		height: 25px;
		line-height: 25px;
	}
	.rc-write .writer .inp{width: 100%;}
	.rc-write .tel select{width: 23.07%;}
	.rc-write .tel .field{width: 76.92%;}
	.rc-write .tel .dash{width: 10px;}
	.rc-write .tel .field .inp{width: calc(100% - 10px);}
	.rc-write .email .field{width: 100%;}
	.rc-write .email .field > .inp{width: 47.30%;}
	.rc-write .email .field > span{width: 52.69%;}
	.rc-write .email .dash{width: 15px;}
	.rc-write .email .inp{width: calc(100% - 15px);}
	.rc-write .email select{
		width: 100%;
		margin: 5px 0 0 0;
	}
	.rc-write .privacy{
		margin-top: 30px;
	}
	.rc-write .privacy .th,
	.rc-write .privacy > .match{
		float: none;
		width: 100%;
	}
	.rc-write .privacy > .match{
		margin-top: 10px;
	}
	.rc-write .scroll-box{
		height: 250px;
		line-height: 18px;
		font-size: 1.2rem;
	}
	.rc-write.apply .chk-box{
		margin-bottom: 15px;
	}
	/*company*/
	.company__header{
		height: 352px;
		margin-bottom: 30px;
		padding-top: 38px;
		background-size: cover;
		box-sizing: border-box;
	}
	.company__header .language{
		top: -20px;
	}
	.company__header .desc p{
		padding-bottom: 20px;
		line-height: 34px;
		font-size: 2.8rem;
	}
	.company__header .logo{
		width: 80px;
	}
	/*company-회사위치*/
	.location-box .addr{
		margin-top: 10px;
		line-height: 19px;
		font-size: 1.2rem;
	}
	.location-box .bar{
		width: 1px;
		height: 12px;
	}
	/*company-CEO*/
	.ceo-box > strong{
		line-height: 24px;
		font-size: 1.8rem;
	}
	.ceo-box .ceo{
		display: block;
		width: 100%;
		margin-top: 30px;
	}
	.ceo-box p{
		margin-top: 25px;
		line-height: 18px;
		font-size: 1.2rem;
	}
	.ceo-box .name {
		font-size: 1.2rem;
	}
	.ceo-box .name strong{
		font-size: 18px;
	}
	.ceo-box .awward dt{
		margin-bottom: 5px;
		font-size: 1.6rem;
	}
	.ceo-box .awward dd{
		padding-left: 60px;
		font-size: 1.2rem;
	}
	.ceo-box .awward dd .year{
		width: 60px;
		margin-left: -60px;
	}
	/*company-비전*/
	.vision-txt{
		margin-bottom: 35px;
		line-height: 19px;
		font-size: 1.2rem;
	}
	/*company-이념*/
	.ideo__list li + li{
		margin-top: 40px;
	}
	.ideo__list dl{
		margin-top: 5px;
	}
	/*company-인재상*/
	.people-intro li + li{
		margin-top: 40px;
	}
	.people-intro img{
		width: 195px;
		margin: 0 auto;
	}
	.people-intro p{
		margin-top: 15px;
	}
	/*company-연혁*/
	.history__list{
		margin-top: 40px;
	}
	.history__list > li + li{
		margin-top: 25px;
	}
	.history__list .year{
		width: 70px;
		height: 70px;
		margin-bottom: 15px;
		line-height: 70px;
		font-size: 1.9rem;
	}
	.history__list .info dl + dl{
		margin-top: 3px;
	}
	.history__list .info dt{
		width: 64px;
		line-height: 17px;
		margin-top: 0px;
		font-size: 1.6rem;
	}
	.history__list .info dd{
		width: calc(100% - 64px);
		padding-left: 45px;
		padding-top: 0;
		line-height: 17px;
		font-size: 1.2rem;
	}
	.history__list .info dd + dd{
		margin-top: 9px;
	}
	.history__list .info .month{
		top: 0.5px;
		font-size: 1.2rem;
	}
	/*popup*/
	.catalogue__pop .btn-close{
		right: -5px;
		top: -35px;
	}

	/* 2023-04-07 brand new */
	.brand__ban {background: none !important; height: auto !important;}
	#contents .brand__intro._bk .brand__btn {margin-top: 22px;}
	.brand-area._new .con-inner {
		margin: 50px auto 0 0;
	}
	.brand__intro._bk .detail {
		width: 100%;
	}
	.brand__intro._bk .logo {
		padding-top: 0;
	}
	.brand__intro._bk .logo .tit {
		font-size: 1.8rem;
	}
	.brand__intro._bk .outside-img {
		display: block;
		position: static;
		width: 100%;
		margin: 50px 0; 
	}
	.brand__cont._con1 {
		padding: 0;
	}
	.brand__cont._con1 .img {
		width: 100%;
	}
	.brand__cont._con1 .txt {
		width: 100%;
		padding: 45px 20px 0;
		font-size: 1.4rem;
		line-height: 2.1rem;
		text-align: left;
		word-break: keep-all;
		box-sizing: border-box;
	}
	.brand__cont._con1 .txt br {display: none;}
	.brand__cont._con2 {
		flex-direction: column;
		padding: 45px 0;
	}
	.brand__cont .lt {
		padding: 0 20px;
		margin: 0 0 50px 0;
		box-sizing: border-box;
	}
	.brand__cont .rt .img img {
		width: calc(50% - 2.5px);
	}
	.brand__cont .rt .txt {
		margin-top: 45px;
		font-size: 1.4rem;
		line-height: 2.1rem;
		text-align: left;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.brand__cont .txt2 {
		margin-top: 45px;
		font-size: 1.4rem;
		line-height: 2.1rem;
		text-align: left;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.brand__center {
		margin: 15px 0 0;
	}
	.brand__center .txt {
		margin: 45px 0;
		padding: 0;
		font-size: 1.4rem;
		line-height: 2.1rem;	
		text-align: left;
	}
	
	/* // 2023-04-07 brand new */


}


/* 페이징 */
.paging{
	clear:both;
	text-align:center;
}
.paging a{
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border: 1px solid rgb(224,224,224);
	color: rgb(51,51,51);
}
.paging a.on,
.paging a:hover{background: rgb(238,238,238);}
.paging .prev{
	margin-right: 4px;
	text-indent: -9999px;
	background: url(/images/btn/btn_page_prev.png) no-repeat 50% 50% !important;
}
.paging .prev2{
	text-indent: -9999px;
	background: url(/images/btn/btn_page_prev2.png) no-repeat 50% 50% !important;; 
}
.paging .next{
	margin-left: 4px;
	text-indent: -9999px;
	background: url(/images/btn/btn_page_next.png) no-repeat 50% 50% !important;;
}
.paging .next2{
	text-indent: -9999px;
	background: url(/images/btn/btn_page_next2.png) no-repeat 50% 50% !important;;
}
.ie7 .paging{/* width: 345px; */ width: 270px; margin: 0 auto}
.ie7 .paging a{display: block; float: left; margin: 0 2px}

/*영문*/
.company__wrap._eng .company__header .desc p{font-family: 'WorkSans-Bold';}

.company__wrap._eng .ceo-box p{
	font-family: 'WorkSans-Regular';
	letter-spacing: -1px;
	word-break:break-word;
}
.company__wrap._eng .ceo-box > strong{
	font-family: 'WorkSans-Bold';
	line-height: 40px;
}
.company__wrap._eng .ceo-box .name strong{font-family: 'WorkSans-Bold';}
.company__wrap._eng .ceo-box .name img{width: 124px;margin-left: 12px;}

.company__wrap._eng .ceo-box .awward{margin-top: 40px;}
.company__wrap._eng .ceo-box .awward dt{
	font-family: 'WorkSans-Bold';
	font-size: 20px;
}
.company__wrap._eng .ceo-box .awward dd{
	padding-left: 67px;
	letter-spacing: -1px;
}
.company__wrap._eng .ceo-box .awward dd .year{
	width: 67px;
	margin-left: -67px;
	font-size: 20px;
}

.company__wrap._eng .history-txt > p{
	font-size: 15px;
	letter-spacing: -1px;
}
.company__wrap._eng .history__list .info dd,
.company__wrap._eng .history__list .info dd .month{
	font-size: 18px;
	font-family: 'WorkSans-Regular';
}
.company__wrap._eng .history__list .info dd{
	padding-left: 140px;
}

.company__wrap._eng .vision-txt{letter-spacing: -1px;}
.company__wrap._eng .ideo__list dd{letter-spacing: -1px;}

.company__wrap._eng .location-box .addr p,
.company__wrap._eng .location-box .addr a{font-family: 'WorkSans-Regular';}
@media only all and (max-width: 767px){	
	.company__wrap._eng .company__header .desc p{
		font-size: 2.2rem;
		line-height: 25px;
		margin-top: 45px;
	}
	.company__wrap._eng .ceo-box > strong{line-height: 24px;}	
	.company__wrap._eng .ceo-box .name img{width: 85px;margin-left: 10px;}
	.company__wrap._eng .ceo-box .awward dt{font-size: 1.4rem;}
	.company__wrap._eng .ceo-box .awward dd{padding-left: 45px;}
	.company__wrap._eng .ceo-box .awward dd .year{
		font-size: 1.2rem;
		width: 45px;
		margin-left: -45px;
	}

	.company__wrap._eng .history-txt > p{
		font-size: 1.2rem;
		letter-spacing: 0px;
	}
	.company__wrap._eng .history__list .info dd, 
	.company__wrap._eng .history__list .info dd .month{font-size: 1.2rem;}
	.company__wrap._eng .history__list .info dd{padding-left: 88px;}

	.company__wrap._eng .vision-txt{letter-spacing: 0px;}
}

/* 2024-03-11 company ceo 링크 추가 */
.ceo-box .link-interview {
	display: inline-block;
	position: relative;
	font-size: 16px;
	margin-top: 24px;
	font-weight: 700;
	letter-spacing: -.025em;
}
.ceo-box .link-interview img {
	display: block;
	width: 153px;
}
.ceo-box .link-interview span {
	position: relative;
	display: block;
	margin-top: 6px;
	text-indent: -1px;
}
.ceo-box .link-interview span:before, 
.ceo-box .link-interview span:after {
	content: '';
	position: absolute;
	right: 6px;
	width: 8px;
	height: 1px;
	background-color: rgb(0, 0, 0);
}
.ceo-box .link-interview span:before {
	top: 9px;
	transform: rotate(30deg);
}
.ceo-box .link-interview span:after {
	top: 13px;
	transform: rotate(-30deg);
}
.ceo-box .link-interview + .awward {margin-top: 34px;}

@media only all and (max-width: 767px) {
	.ceo-box .link-interview {
		font-size: 1.2rem;
		margin-top: 12px;
	}
	.ceo-box .link-interview img {width: 115px;}
	.ceo-box .link-interview span {margin-top: 4px;}
	.ceo-box .link-interview span:before, 
	.ceo-box .link-interview span:after {
		width: 6px;
	}
	.ceo-box .link-interview span:before {top: 7px;}
	.ceo-box .link-interview span:after {top: 10px;}
	.ceo-box .link-interview + .awward {margin-top: 22px;}
}
/* //2024-03-11 company ceo 링크 추가 */
