@charset "utf-8";

/* 
	Mobile First Development
	mobile 360 (320)
	tablet 768 (728)
	pc 1920 (1180)
 */

/************** font **************/
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+KR:500,900&display=swap&subset=korean); /* 노토산스 black (Noto Sans KR)   */
@import url(https://fonts.googleapis.com/css?family=Roboto&display=swap); /* Roboto */

/* normal */
@font-face {
	font-family: SpoqaHanSans;
	src: local(Spoqa-Han-Sans-Regular),
	url(/Script/Font/Spoqa-Han-Sans-Regular.woff) format('woff'),
	url(/Script/Font/Spoqa-Han-Sans-Regular.otf) format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: SpoqaHanSans;
	src: local(Spoqa-Han-Sans-Bold),
	url(/Script/Font/Spoqa-Han-Sans-Bold.woff) format('woff'),
	url(/Script/Font/Spoqa-Han-Sans-Bold.otf) format('truetype');
	font-weight: 700;
	font-style: normal;
}

/************** reset css **************/
html,body,div,p,span,strong,b,em,iframe,pre,
h1,h2,h3,h4,h5,h6,img,dl,dt,dd,fieldset,form,legend,label,
table,caption,thead,tbody,tfoot,tr,th,td,
ul,ol,li,a,input,select,textarea {margin:0;padding:0;border:0 none;}
html, body {height:100%;}
body {font-family:SpoqaHanSans, 'Noto Sans KR', AppleGothic, Sans-serif;font-size:1.4rem;line-height:1.4rem;color:#040103;}
ul,ol,li {list-style:none;}
em,address {font-style:normal;}
img {border:0 none;font-size:0;line-height:0;display:block;}
sup {position:relative;top:2px;font-size:11px;line-height:100%;}
table {border-collapse:collapse;border-spacing:0;}
caption {overflow:hidden;width:0;height:0;font-size:0;line-height:0;}
th,td {vertical-align:middle;}
a {color:#333;text-decoration:none;cursor: pointer;}
*, html {box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
*, *:before, *:after {box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
button:focus {outline: 0;}
select::-ms-expand{ display:none /* 화살표 없애기 for IE10, 11*/ }
textarea { resize: none; }

/* skipnav */
.skipnav a {position:absolute;left:-3000%;}
.skipnav a:focus {display:block;left:0;top:0;z-index:1000000000;width:100%;height:30px;line-height:30px;background:#0097e0;color:#fff;text-align:center;}

/* Default */
/* :lang(ko) {}
:lang(en) {} */
#no-fouc {opacity:1;}
html {font-size:62.5%;}
body, button, input, select, table, textarea {font-family:SpoqaHanSans, 'Noto Sans KR', AppleGothic, Sans-serif;font-weight:normal;}
.blind {position:absolute;overflow:hidden;clip: rect(0 0 0 0);margin:-1px;width:1px;height:1px;}
.isMobile .header_bg, .isTablet .header_bg {overflow:hidden;}
.isMobile .header_bg.dim, .isTablet .header_bg.dim {content:'';position:fixed;top:0;right:0;display:block;width:100%;height:100vh;background-color:rgba(0, 0, 0, 0.5);z-index:1000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.isMobile .dim #header #menu_aside, .isTablet .dim #header #menu_aside {position:fixed;height:100vh;}
.inner_wrap {height:auto;}

/* common */
.oh {overflow:hidden;}
.ellipsis {overflow:hidden;text-overflow:ellipsis;display:-webkit-box;word-break: keep-all;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;}/* line-height:1em;,height:2em */

.close_x {width:16px;height:16px;}
.close_x i {position:absolute;top:50%;left:50%;width:20px;height:2px;margin:-1px 0 0 -10px;background-color:rgba(0, 0, 0, 0.54);}
.close_x i:nth-child(1) {-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.close_x i:nth-child(2) {-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}
.bg_gray { background-color:#f7f7f7 ! important; }

/* btn */
button{margin:0;padding:0;background:none;border:none;cursor:pointer;}
.btn {position:relative;display:inline-block;}

/************** 햄버거 아이콘 **************/
.btn_type_1 {display:inline-block;position:absolute;width:24px;height:24px;z-index:100;top:28px;right:20px;background:url(/Images/Common/btn_menu_open_360.png) no-repeat center;}

/************** 메뉴 닫기 버튼 **************/
.btn_type_2 {display:inline-block;position:absolute;width: 24px;height:24px;z-index:100;top:28px;right:20px;background:url(/Images/Common/btn_menu_close_360.png) no-repeat center;}

/************** 검색 영역 **************/
#header .search_area{position:relative;padding-top: 80px;}
#header .search_area .ismobile { display:block; }
.search_area button.search_view{ cursor: pointer; position: absolute; z-index: 10; top: -52px; right: 58px; width: 24px; height: 24px;background:url(/Images/Common/search_view_768.png) no-repeat center;background-size: 24px auto;}
.search_area button.search_view.on { background:url(/Images/Common/search_view_on_768.png) no-repeat center;background-size: 24px auto; }

.search_area .search_box { border: 1px solid #7d8395; padding: 4px 9px 6px 12px; }
.search_area .search_box .box { display: flex; align-items: center; flex-wrap:nowrap; }
.search_area .search_box .responsive_box { width: 97%; }
.search_area .search_box .input_text {float:left;background: none;font-size: 1.6rem;line-height: normal;padding: 0;color:#fff;font-weight:normal; font-family: 'SpoqaHanSans';}
.search_area .search_box input::placeholder { font-family: 'SpoqaHanSans';color:#fff; opacity:0.4; }
.search_area .searchinput{border:none;width:90%;font-size:25px;}

/************** search 아이콘 **************/
.search_area .cancel_icon {display: inline-block;float:right;position:relative;margin:4px 5px 0 0;flex-basis:16px;width: 16px;height: 16px;background:url(/Images/Common/btn_reset_blue.png) no-repeat center;}
.search_area .search_icon {display: inline-block;position:relative;flex-grow:0; flex-shrink: 0; flex-basis:18px;width:18px;height:18px;background:url(/Images/Common/search_btn_inner_1180.png) no-repeat center;background-size: 18px auto;}

.search_area .inner{display:none;text-align: left; background:#11123c; padding:15px 20px 30px;}
.search_area .inner.on{display:block;}

/* placeholder 스타일 지정 */
.search_box .inner .searchinput::placeholder {color:#fff; opacity:0.4;font-size: 1.6rem;padding:5px 0;font-weight:normal;opacity: 1; /* 파이어폭스에서 뿌옇게 나오는 현상을 방지하기 위한 css */}
.search_box .inner .searchinput::-webkit-input-placeholder {color:#fff; opacity:0.4;font-size: 1.6rem;padding:5px 0;font-weight:normal;}
/* IE */
.search_box .inner .searchinput:-ms-input-placeholder {color:#fff; opacity:0.4;font-size: 1.6rem;padding:5px 0;font-weight:normal;}
/* Firefox */
.search_box .inner .searchinput:-mos-input-placeholder {color:#fff; opacity:0.4;font-size: 1.6rem;padding:5px 0;font-weight:normal;}

.search_area .search_keword { font-family: 'SpoqaHanSans';color:#fff;font-size: 1.6rem;padding-top:10px;text-align:center; }
.search_area .search_keword .title { font-weight:bold; padding:16px 0;}
.search_area .search_keword .keword_list .list_inner div{ padding:6px 0;}
.search_area .search_keword .keword_list .list_inner div button { line-height:1;font-family: 'SpoqaHanSans';color:#fff;opacity:0.8;font-size: 1.6rem;  }

/************** Detail 공통 간격 **************/
.interval_header { margin-bottom:30px; }
.interval_txt_txt { margin-bottom:35px; }
.interval_txt_img { margin-bottom:30px; }
.interval_img_txt { margin-bottom:30px; }
.interval_img_caption { margin-bottom:14px; }
.interval_img_img { margin-bottom:14px; }
.interval_img_img.type_2 { margin-bottom:6px; }

/* header */
#header {position:fixed;top:0;left:0;width:100%;height:80px;background-color:#fff;z-index:200;box-shadow: 0 1px 6px 0 rgba(32,33,36,.28);}
#header .inner_wrap {position:relative;}
#header h1 {position:absolute;top:28px;left:20px;width:126px;z-index:999}
#header h1 a {display:block;}
#header h1 a img {width:100%;display:block;}
#header #menu_aside {position:fixed;top:0;right:0;width:285px;height:100%;background-color:#eaecef;z-index:9999;
	-webkit-transform: translate(100%,0);
	-moz-transform: translate(100%,0);
	-ms-transform: translate(100%,0);
	-o-transform: translate(100%,0);
	transform: translate(100%,0);
}
#header #menu_aside .close_wrap {position:absolute;top:0;left:0;width:100%;height:60px;}
.gnb_area {position:relative;height:100%;background-color:#fff;z-index:99}
.isMobile #header #menu_aside.active, .isTablet #header #menu_aside.active {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
}
#header #menu_aside .gnb_inner {position:relative;}
#header #menu_aside ul.gnb {display:flex;flex-direction:column;justify-content:center;background-color:#fff;}
#header #menu_aside ul.gnb > li a {display:inline-block;font-family: 'SpoqaHanSans';padding:5px 20px;font-size:1.6rem;line-height:normal;font-weight:500;color:#040103;letter-spacing: 1.75px;}

#header #menu_aside .link_biz {position:absolute;left:0;bottom:0;width:100%;padding:28px 21px;}
#header #menu_aside .sns {position:relative;font-family: 'SpoqaHanSans';font-weight:bold;color:#7d8395;font-size:1.2rem;overflow:hidden;}
#header #menu_aside .link_biz > div.sns:last-child { margin-top:36px; }
#header #menu_aside .sns:before { position:absolute;width:30px;height:2px;content:"";background-color:#7d8395; }
#header #menu_aside .sns > div { padding:18px 0 14px; }
#header #menu_aside .sns a {float:left;display:inline-block;width:41px;height:41px;}
#header #menu_aside .sns .youtube {margin-right:12px;background:url(/Images/Common/icon_white_youtube.png) no-repeat center 0;background-size:41px 41px;}
#header #menu_aside .sns .instagram {background:url(/Images/Common/icon_white_Instagram.png) no-repeat center 0;background-size:41px 41px;}
#header #menu_aside .sns .facebook {margin-right:12px;background:url(/Images/Common/icon__white_facebook.png) no-repeat center 0;background-size:41px 41px;}

/* mobile/tablet gnb in scroll */
.isMobile .custom_scroll_content, .isTablet .custom_scroll_content {position:absolute;overflow:scroll;overflow-x:hidden;top:60px;right:0;bottom:0;left:0;z-index:9;}
.isMobile .pane, .isTablet .pane {position:absolute;width:5px;right:6px;top:0;bottom:0;z-index:10;-webkit-transition:.2s;-moz-transition:.2s;-o-transition:.2s;transition:.2s;}
.isMobile .pane .slider, .isTablet .pane .slider {position:relative;margin:0 1px;padding:5px 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.isMobile .pane .slider::after, .isTablet .pane .slider::after {content:'';display:block;width:100%;height:100%;background:rgba(255,255,255,.6)}

/************** top 아이콘 **************/
.btn_top.btn_type_3.show { display:inline-block;position:fixed;bottom:0; }
.btn_top.btn_type_3 {display:inline-block;position:absolute;bottom:0;right:20px;width:60px;height:24px;z-index:100;background:url(/Images/Common/btn_top_mobile.png) no-repeat center;}

.sports .btn_top.btn_type_3.show { display:inline-block;position:fixed;bottom:116px; }
.sports .btn_top.btn_type_3 {display:inline-block;position:absolute;bottom:116px;right:20px;width:60px;height:24px;z-index:100;background:url(/Images/Common/btn_top_mobile.png) no-repeat center;}

/* footer */
#footer {position:relative;background-color:#111334;color:#fff;}
#footer a {color:#fff;}

#footer .info_detail {font-family: 'SpoqaHanSans';font-size:1.2rem;font-weight:700;text-align: center;padding:20px;border-bottom:1px solid #7d7d7d;line-height:16px;}
#footer .info_detail .widget_list > a {display:inline-block;font-weight:700;margin-right:20px;line-height: 25px;}

#footer .info_detail .widget_list .relationLink { display:inline-block;position:relative; }
#footer .info_detail .widget_list .relationLink .relationLink_open { color:#0097e0; width: 145px;  padding: 0 22px 0 0; font-family: 'SpoqaHanSans';font-size:1.2rem;font-weight:bold; background: #111334  url(/Images/Common/relationlink_icon_360.png) no-repeat 100% 90%;background-size: 18px auto; border: none; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; }#footer .info_detail .widget_list .relationLink ul { display:none;position: absolute; bottom: 22px; left: 0; width: 100%; border-bottom: 1px solid #fff; background-color: #11123c; z-index: 1; }
#footer .info_detail .widget_list .relationLink ul.on { display:block; }
#footer .info_detail .widget_list .relationLink ul li a { display: block; color: #fff; padding: 10px 0 10px 12px; text-align:left;font-weight: 500; }

#footer .info_base { padding:34px 58px 39px;  text-align:center;color:#fff;opacity:0.5; font-size:1.2rem;font-family: 'Roboto';}

/************** floating bar **************/
.link_biz.floating { display:none; }

/************** 그룹 라벨 css **************/
.label { display: inline-block;position:relative;width:90px;height:24px;line-height:24px;text-align:center;font-size:1.1rem;border-radius: 3px;color:#fff;background-color:#2979d0; }
.label span { visibility: hidden;line-height: 0;font-size: 0; }
.label:before { visibility: visible; content: '현대성우캐스팅'; }

.label.hdsw_h { background-color:#b2bcbe; }
.label.hdsw_h:before { visibility: visible; content: '현대성우홀딩스'; }

.label.hdsw_c { background-color:#2979d0; }
.label.hdsw_c:before { visibility: visible; content: '현대성우캐스팅'; }

.label.hdsw_s { background-color:#f05a66; }
.label.hdsw_s:before { visibility: visible; content: '현대성우쏠라이트'; }

/************** swiper css **************/
.article_header .swiper-container { padding:0 0 20px 0; }
.article_header .swiper-container .swiper-slide img { width:100%; }
.article_header .swiper-container .swiper-pagination-bullet { width:6px;height:6px; background-color:#c4c4c4;opacity:1;}
.article_header .swiper-container .swiper-pagination-bullet-active { background-color:#0097e0; }
.swiper-container-horizontal > .swiper-pagination-bullets { bottom:0; }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin:0 6px; }

.swiper-button-prev, .swiper-button-next { width:20px;height:30px;margin-top:0;transform: translateY(-50%); }
.swiper-button-next { background: url(/Images/Common/btn_arrow_next.png) no-repeat center;background-size: 20px auto;right: 23px;left: auto; }
.swiper-button-prev { background: url(/Images/Common/btn_arrow_prev.png) no-repeat center;background-size: 20px auto;right: auto;left: 28px; }

/* container */
#container {position:relative;padding-top:80px;width:100%;background-color:#fff;z-index:98}
#container {padding-bottom:80px;}
#container.article { padding-bottom:0; }
#container.sports { padding-bottom:190px; }
#container.article.visual .article_header { padding: 0 0 24px; }
#container.article.visual .article_header .header_info { padding:0 20px; }
#container.visual .article_wrap article { padding:0; }

/* group */
#container .article_wrap article { padding:30px 0 0; }
#container .article_wrap article .article_header { position:relative;padding:0 20px 24px; border-bottom: 1px solid #dadada; }
#container .article_wrap article .article_header h2 { font-size:2.0rem;line-height:29px;color:#040103;font-weight:500;padding-top:44px; }

#container .article_wrap article .article_header .date_share { margin-top:19px;display:flex; flex-direction: row; justify-content: space-between; align-items: center;}
#container .article_wrap article .article_header .date_share .info .label { position:absolute;top:0;left:20px; }
#container .article_wrap article .article_header .date_share .info { font-size:1.4rem;line-height:normal;font-weight:500; }
#container .article_wrap article .article_header .date_share .info .date_info { color:#000;opacity:0.5; }

#container .article_wrap article .article_header .date_share .etc > div {width:30px; height:30px; }
#container .article_wrap article .article_header .date_share .etc > div button { width:30px; height:30px;  }
#container .article_wrap article .article_header .date_share .etc > div .btn_share { background:url(/Images/Common/btn_share.svg) no-repeat center;background-size: 30px auto;  }
#container .article_wrap article .article_header .date_share .etc > div .btn_print { background:url(/Images/Common/btn_print.svg) no-repeat center;background-size: 30px auto;  }
#container .article_wrap article .article_header .date_share .etc > div:first-child { display:none; }

#container .article_wrap article .article_body { padding:0 20px 70px;border-bottom: 1px solid #dadada; }
#container .article_wrap article .article_body .description { font-size:1.6rem;color:#303030; line-height:24px;font-weight:500; }
#container .article_wrap article .article_body .img_cont img { width:100%; }
#container .article_wrap article .article_body .img_cont_2 { display:flex; flex-direction: row; }
#container .article_wrap article .article_body .img_cont_2 > div:first-child { margin-right:8px; }
#container .article_wrap article .article_body .img_cont_3 { display:flex; flex-direction: row; }
#container .article_wrap article .article_body .img_cont_3 > div:not(:last-child) { margin-right:6px; }

#container .article_wrap article .article_body .caption { text-align:center; }
#container .article_wrap article .article_body .caption.type_1 { font-size:1.2rem;color:#000; line-height:18px;font-weight:500; }
#container .article_wrap article .article_body .caption.type_2 { font-size:1.2rem;color:#7d8395; line-height:normal;font-weight:500; }
#container .article_wrap article .article_body .caption.type_3 { font-size:1.0rem;color:#7d8395; line-height:normal;font-weight:500; }

#container .article_wrap article .article_body .img_cont_1 .caption.type_1 { padding-top:12px; }
#container .article_wrap article .article_body .img_cont_2 .caption.type_2 { padding-top:8px; }
#container .article_wrap article .article_body .img_cont_3 .caption.type_3 { padding-top:4px; }
#container .article_wrap article .article_body .img_cont_4 .caption.type_2 { padding-top:9px; }

/************** 상세 페이지 태그 **************/
#container .article_wrap article .article_footer .tag_area {padding:10px 20px 20px; border-bottom: 1px solid #dadada; }
.tag_area .hash > div { border-radius:3px;padding:6px 26px;border:1px  solid #afafaf; display:inline-block;color:#afafaf;font-size:1.6rem;font-weight:500;margin:10px 10px 0 0;}
.tag_area .hash > div button { color:#afafaf;font-size:1.6rem;font-weight:500;line-height:16px; }

#container .article_wrap article .article_footer .location_area { padding:30px 20px; border-bottom: 1px solid #dadada;}
.location_area > p { font-size:2.0rem; line-height:28px;color:#040103;font-weight:500; }
.location_area > p span.now { color:#0097e0; }

/************** 상세 페이지 버튼 css **************/
#container .article_wrap article .article_footer .btn_area { padding:30px 20px 72px;display:flex; flex-direction: row; justify-content: space-between; }
.btn_area  a { display:inline-block;font-size:1.6rem;line-height:20px;color:#47495a; }
.btn_area .edit_after a { border:1px solid #dddddd;text-align:center;width:100px;padding:7px 0;}
.btn_area .edit_after > a:first-child { width:100px;color:#fff;background-color:#0097e0;box-shadow: 4px 4px 5px 0 rgba(154, 154, 154, 0.2); }

.btn_area .edit_before { width: 100%;display:flex; flex-direction: row; justify-content: space-between; }
.btn_area .edit_before a { border:1px solid #dddddd;padding:4px 8px 4px 26px; }

.btn_area .edit_before .fl a { padding:4px 14px 4px 25px; background:url(/Images/Common/btn_list_360.png) no-repeat 9px 11px;background-size: 10px auto;margin-right: 13px; }
.btn_area .edit_before .fr .prev { background:url(/Images/Common/btn_writer_prev.png) no-repeat 2px 3px;background-size: 24px auto;margin-right: 8px; }
.btn_area .edit_before .fr .next { background:url(/Images/Common/btn_writer_next.png) no-repeat 2px 3px;background-size: 24px auto; }

/* sports */
#container.visual .article_wrap article .article_header h2 { padding-top:25px; }
#container.visual .article_wrap article .article_body { padding: 0 20px 40px; }
#container.sports.visual .article_wrap article .article_footer .btn_area { padding:30px 20px 0; }

.sponsorship_down { position:fixed;bottom:0;display:flex; flex-direction: column;width:100%;background-color:#fff;padding:0 20px;z-index:5; }
.sponsorship_down .tit { padding:21px 0 13px;color:#404040;font-size:1.4rem;font-weight:bold;line-height:normal; }
.sponsorship_down .sponsorship.btn { display:block;margin-bottom:22px;text-align:center;height:40px;background-color:#004fa3;color:#fff;font-size:1.4rem;font-weight:500;line-height:40px; }
.sponsorship_down.show { position:absolute;bottom:0; }

/* Infotainment */
#container.defult .article_wrap article .article_header h2 { padding-top:0; }

/* PressRelease-News */
#container.news .article_wrap article .article_body .img_cont_3 .caption.type_3 { display:none; }

#container.news .article_wrap article .article_body .article_summary { position: relative;padding-left: 20px; }
#container.news .article_wrap article .article_body .article_summary:before { position: absolute;top: 0;left: 0;bottom: 0;width: 3px;background-color: #040103;content: ''; }
#container.news .article_wrap article .article_body .article_summary strong { display: block; color:#303030;line-height: 20px;font-size: 1.4rem;font-weight: 500; }
#container.news .article_wrap article .article_body .article_summary strong:not(:last-child) { margin-bottom: 10px; }

#container.news .article_wrap article .article_body .download_area > div { display: flex;justify-content: space-between;position:relative;border:1px solid #cfd0d0;padding: 10px 15px 10px 45px;width:100%;height:40px;font-size: 1.2rem;background-color: #fff;box-shadow: 0 4px 10px 0 rgba(115, 115, 115, 0.2); }
#container.news .article_wrap article .article_body .download_area > div:before { position: absolute;content: ''; top: 12px;left: 15px;width:18px;height:16px;background:url(/Images/Common/ico_download_1.png) no-repeat center;background-size: 18px auto; }
#container.news .article_wrap article .article_body .download_area > div img { width:16px;height:16px; }
#container.news .article_wrap article .article_body .download_area > div a { position:relative;display: block; }
#container.news .article_wrap article .article_body .download_area > div a:first-child { width:90%; }
#container.news .article_wrap article .article_body .download_area > div a:first-child span{ height: 18px;line-height: 18px;-webkit-line-clamp: 1; }
#container.news .article_wrap article .article_body .download_area > div:last-child { margin-top: 12px; }

/* PressRelease-photos */
#container.visual .article_wrap article .visual_util_box { background-color:#11123c;width:100%;height:30px; }
#container.visual .article_wrap article .visual_util_box ul { display: flex;justify-content: center; height: 30px;align-items: center; }
#container.visual .article_wrap article .visual_util_box ul li { flex-basis: 68px; }
#container.visual .article_wrap article .visual_util_box ul li:first-child { background: url(/Images/Common/ico_download_3.png) no-repeat left bottom;background-size:15px auto;margin-right:14px;  }
#container.visual .article_wrap article .visual_util_box ul li:last-child { background: url(/Images/Common/ico_more_type_1.png) no-repeat left bottom;background-size:13px auto; }
#container.visual .article_wrap article .visual_util_box ul li a { display:block;color:#fff;font-size: 1.2rem;line-height: 18px;text-align: right; }

/* DesignStudio */
#container.defult .video_area { margin-top: 30px;position: relative; }
#container.defult .video_area .video_thumnail { position: absolute;z-index: 5; }
#container.defult .video_area .video_thumnail img {width:100%;}
.video_play { display: inline-block;position: absolute;content: "";top: 50%;left: 50%;margin: -30px 0 0 -30px;width: 60px;height: 60px;background: url(/Images/Common/ico_play.png) no-repeat 0 0;background-size: 60px 60px;cursor: pointer; }

/* Video */
.video_cont {position: relative;width: 100%;height: 0;padding-bottom: 56.25%; }
.video_cont iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

#container.visual.video .article_wrap article .video_area { margin-top: 0; }
#container.visual.video .article_wrap article .header_info { position: relative; }
#container.visual.video .article_wrap article .header_info h2 { padding-top: 60px; }
#container.visual.video .article_wrap article .article_header .date_share .info .label {top:20px;}

@media (min-width: 420px) {
	#container article .article_body .img_cont_1 .caption.type_1 { width:378px;margin:0 auto; }
}

/* Tablet Device */
@media (min-width: 768px) {
	/* btn common */
	/************** 햄버거 아이콘 **************/
	.btn_type_1 {width: 36px;height:36px;top:23px;right: 20px;background:url(/Images/Common/btn_menu_open_768.png) no-repeat center;}

	/************** 메뉴 닫기 버튼 **************/
	.btn_type_2 {width:36px;height:36px;right:20px;top: 21px;background:url(/Images/Common/btn_menu_close_768.png) no-repeat center;}

	/************** top 아이콘 **************/
	.btn_top.btn_type_3.show { display:inline-block;position:fixed;bottom:0; }
	.btn_top.btn_type_3 {display:inline-block;position:absolute;bottom:0;right: 40px; width: 70px; height: 30px; background: url(/Images/Common/btn_top_tablet.png) no-repeat center;}

	.sports .btn_top.btn_type_3.show { display:inline-block;position:fixed;bottom:112px; }
	.sports .btn_top.btn_type_3 {display:inline-block;position:absolute;bottom:112px;right: 40px; width: 70px; height: 30px; background: url(/Images/Common/btn_top_tablet.png) no-repeat center;}

	/************** 검색 영역 **************/
	.search_area button.search_view{top: -55px; right: 70px; width: 36px; height: 36px;background:url(/Images/Common/search_view_768.png) no-repeat center;}
	.search_area button.search_view.on { background:url(/Images/Common/search_view_on_768.png) no-repeat center; }

	.search_area .search_box { padding: 11px 9px 13px 12px; }

	/************** search 아이콘 **************/
	.search_area .cancel_icon {display: inline-block;float:right;position:relative;margin:4px 5px 0 0;flex-basis:16px;width: 16px;height: 16px;background:url(/Images/Common/btn_reset_blue.png) no-repeat center;}
	.search_area .search_icon {display: inline-block;position:relative;flex-grow:0; flex-shrink: 0; flex-basis:30px;width:30px;height:30px;background:url(/Images/Common/search_btn_inner_1180.png) no-repeat center;background-size: 30px auto;}

	.search_area .inner{padding:15px 20px 32px;}

	.search_area .search_keword { padding-top:25px;text-align:center; }
	.search_area .search_keword .title { padding:20px 0;}
	.search_area .search_keword .keword_list .list_inner div{ padding:10px 0;}

	/************** Detail 공통 간격 **************/
	.interval_img_img.type_2 { margin-bottom:10px; }

	/* header */
	#header {height:80px;}
	#header::after {top:80px;}
	#header h1 { top: 24px; width:180px;}
	#header #menu_aside {width:374px;}
	#header #menu_aside .close_wrap {height:80px;}
	#header #menu_aside ul.gnb > li a {font-size:1.8rem;line-height:normal;padding: 16px 20px;}

	#header #menu_aside .link_biz {position:relative;width:100%;padding:25px 21px;}
	#header #menu_aside .sns {position:relative;font-size:1.4rem;line-height:16px;overflow:hidden;}
	#header #menu_aside .link_biz > div.sns:last-child { margin-top:36px; }
	#header #menu_aside .sns:before { position:absolute;width:30px;height:2px;content:"";background-color:#7d8395; }
	#header #menu_aside .sns > div { padding:18px 0; }

	/* mobile/tablet gnb in scroll */
	.isTablet .custom_scroll_content {top:84px;}

	/* footer */
	#footer .info_detail {font-size:1.4rem;padding:34px 20px 34px; }
	#footer .info_detail .widget_list > a {font-size:1.4rem;margin-right:33px;line-height: 16px;}

	#footer .info_detail .widget_list .relationLink .relationLink_open { width: 148px;  padding: 0 18px 0 0;font-size:1.4rem; }
	#footer .info_detail .widget_list .relationLink ul { bottom: 32px; }
	#footer .info_detail .widget_list .relationLink ul li a { padding: 15px 0 15px 12px;  }

	#footer .info_base { padding:30px 0; font-size:1.4rem;}

	/* container */
	#container {padding-bottom:100px;}
	#container.article { background-color:#fff ! important; }

	/* group */
	#container .article_wrap article { padding:50px 0 0; }
	#container .article_wrap article .article_header { position:relative;padding:0 40px 25px; }
	#container .article_wrap article .article_header h2 { font-size:2.4rem;line-height:32px;padding-top:0; }

	#container .article_wrap article .article_header .date_share { margin-top:23px;}
	#container .article_wrap article .article_header .date_share .info .label { position:relative;left:0;margin-right:12px;}
	#container .article_wrap article .article_header .date_share .info {display: inline-flex; }
	#container .article_wrap article .article_header .date_share .info .date_info { color:#000;opacity:0.5; }

	#container .article_wrap article .article_header .date_share .etc > div {width:40px; height:40px; }
	#container .article_wrap article .article_header .date_share .etc > div button { width:40px; height:40px;  }
	#container .article_wrap article .article_header .date_share .etc > div .btn_share { background:url(/Images/Common/btn_share.svg) no-repeat center;background-size: 40px auto;  }

	#container .article_wrap article .article_body { padding:0 40px 70px; }
	#container .article_wrap article .article_body .img_cont_3 > div:not(:last-child) { margin-right:8px; }

	#container .article_wrap article .article_body .caption { text-align:center; }
	#container .article_wrap article .article_body .caption.type_1 {font-size: 1.4rem; line-height: 24px;}
	#container .article_wrap article .article_body .caption.type_2 { font-size:1.2rem; }
	#container .article_wrap article .article_body .caption.type_3 { font-size:1.2rem; }

	#container .article_wrap article .article_body .img_cont_1 .caption.type_1 { width:440px; }
	#container .article_wrap article .article_body .img_cont_3 .caption.type_3 { padding-top:8px; }
	#container .article_wrap article .article_body .img_cont_4 .caption.type_2 { padding-top:12px;text-align:left; }

	/************** 상세 페이지 태그 **************/
	#container .article_wrap article .article_footer .tag_area {padding:10px 40px 20px; }
	.tag_area .hash > div { margin:10px 10px 0 0;}

	#container .article_wrap article .article_footer .location_area { padding:36px 40px;}

	/************** 상세 페이지 버튼 css **************/
	#container .article_wrap article .article_footer .btn_area { padding:30px 40px 90px; }
	.btn_area .edit_before a { padding:4px 18px 4px 36px; }

	.btn_area .edit_before .fl a { padding:4px 27px 4px 42px; background:url(/Images/Common/btn_list_1180.png) no-repeat 20px 6px;background-size: 18px auto;margin-right: 13px; }
	.btn_area .edit_before .fr .prev { background:url(/Images/Common/btn_writer_prev.png) no-repeat 10px 3px;background-size: 24px auto;margin-right: 13px; }
	.btn_area .edit_before .fr .next { background:url(/Images/Common/btn_writer_next.png) no-repeat 10px 3px;background-size: 24px auto; }

	/* sports */
	#container.article.visual .article_header { padding: 0 40px 24px; }
	.article_header .swiper-container { padding: 50px 0 30px 0; }
	#container.article.visual .article_header .header_info { padding:0; }
	#container.visual .article_wrap article .article_header h2 { padding-top:20px; }
	#container.visual .article_wrap article .article_body { padding: 0 40px 50px; }
	#container.sports.visual .article_wrap article .article_footer .btn_area { padding:30px 20px 0; }

	.sponsorship_down { flex-direction: row;position:fixed;bottom:0;padding:36px 40px;justify-content: space-between;align-items: center; }
	.sponsorship_down .tit { padding:0;font-size:1.8rem; }
	.sponsorship_down .sponsorship.btn { display:block;margin-bottom:0;text-align:center;border-radius: 30px;flex-basis:222px;height:40px;font-size:1.6rem;font-weight:500;line-height:38px; }
	.sponsorship_down.show { position:absolute;bottom:0; }

	/* PressRelease-News */
	#container.news .article_wrap article .article_body .img_cont_3 .caption.type_3 { display:block; }

	#container.news .article_wrap article .article_body .article_summary { position: relative;padding-left: 20px; }
	#container.news .article_wrap article .article_body .article_summary:before { position: absolute;top: 0;left: 0;bottom: 0;width: 3px;background-color: #040103;content: ''; }
	#container.news .article_wrap article .article_body .article_summary strong { display: block; color:#303030;line-height: 32px;font-size: 1.6rem;font-weight: 500; }
	#container.news .article_wrap article .article_body .article_summary strong:not(:last-child) { margin-bottom: 0; }

	#container.news .article_wrap article .article_body .download_area > div { display: flex;justify-content: space-between;position:relative;border:1px solid #cfd0d0;padding: 20px 20px 20px 63px;width:559px;height:60px;font-size: 1.6rem;background-color: #fff;box-shadow: 0 4px 10px 0 rgba(115, 115, 115, 0.2); }
	#container.news .article_wrap article .article_body .download_area > div:before { position: absolute;content: ''; top: 16px;left: 20px;width:30px;height:27px;background:url(/Images/Common/ico_download_1.png) no-repeat center;background-size: 30px auto; }
	#container.news .article_wrap article .article_body .download_area > div img { width:20px;height:20px; }
	#container.news .article_wrap article .article_body .download_area > div a { position:relative;display: block; }
	#container.news .article_wrap article .article_body .download_area > div:last-child { margin-top: 12px; }

	/* PressRelease-photos */
	#container.visual .article_wrap article .visual_util_box { background-color:#11123c;width:100%;height:50px; }
	#container.visual .article_wrap article .visual_util_box ul { display: flex;justify-content: center; height: 50px;align-items: center; }
	#container.visual .article_wrap article .visual_util_box ul li { flex-basis: 90px; }
	#container.visual .article_wrap article .visual_util_box ul li:first-child { background: url(/Images/Common/ico_download_3.png) no-repeat left bottom;background-size:20px auto;margin-right:20px;  }
	#container.visual .article_wrap article .visual_util_box ul li:last-child { background: url(/Images/Common/ico_more_type_1.png) no-repeat left bottom;background-size:19px auto; }
	#container.visual .article_wrap article .visual_util_box ul li a { display:block;color:#fff;font-size: 1.6rem;line-height: 24px;text-align: right; }

	/* DesignStudio */
	#container.defult .video_area { margin-top: 30px;position: relative; }
	#container.defult .video_area .video_thumnail { position: absolute;z-index: 5; }
	#container.defult .video_area .video_thumnail img {width:100%;}
	.video_play { display: inline-block;position: absolute;content: "";top: 50%;left: 50%;margin: -40px 0 0 -40px;width: 80px;height: 80px;background: url(/Images/Common/ico_play.png) no-repeat 0 0;background-size: 80px 80px;cursor: pointer; }

	/* Video */
	.video_cont {position: relative;width: 100%;height: 0;padding-bottom: 56.25%;margin-top: 50px; }
	.video_cont iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

	#container.visual.video .article_wrap article .header_info { position: relative; }
	#container.visual.video .article_wrap article .header_info h2 { padding-top: 30px;font-size: 2.0rem;line-height: 28px; }
	#container.visual.video .article_wrap article .article_header .date_share .info .label {top:0;}

}

/* Desktop Device */
@media (min-width: 1180px) {
	/************** top 아이콘 **************/
	.btn_top.btn_type_3.show { display:inline-block;position:fixed;bottom:0; }
	.btn_top.btn_type_3 {display:inline-block;position:absolute;bottom:0;right: 0; width: 70px; height: 30px; z-index:100; background: url(/Images/Common/btn_top_tablet.png) no-repeat center;}

	.sports .btn_top.btn_type_3.show { display:inline-block;position:fixed;bottom:91px; }
	.sports .btn_top.btn_type_3 {display:inline-block;position:absolute;bottom:91px;right: 0; width: 70px; height: 30px; background: url(/Images/Common/btn_top_tablet.png) no-repeat center;}


	/************** 검색 영역 **************/
	#header .search_area{position:relative; height: 60px; padding:0;background-color: #11123c;}
	#header .search_area .ismobile { display:none; }

	.search_area .search_box { order:1;display:block;border: none; padding: 0; }
	.search_area .search_box form { display: flex; align-items: center; flex-wrap:nowrap; }
	.search_area .search_box .responsive_box { display:none;border:1px solid #7d8395; border-radius:2px;width:220px;padding:4px 10px; line-height: 1;margin-right:14px;}
	.search_area .search_box .input_text {background: none;font-size: 1.4rem;padding: 0;width:89%;}

	/************** search 아이콘 **************/
	.search_area .cancel_icon {display: inline-block;float:right;position:relative;margin:2px 0 0 0;flex-basis:16px;width: 16px;height: 16px;background:url(/Images/Common/btn_reset_blue.png) no-repeat center;}
	.search_area .search_icon {display: inline-block;position:relative;flex-grow:0; flex-shrink: 0; flex-basis:30px;width:30px;height:30px;background:url(/Images/Common/search_btn_inner_1180.png) no-repeat center;}

	.search_area .inner{display:flex;flex-grow:0;flex-shrink: 0;justify-content: space-between;text-align: left; background:#11123c; padding:14px 0;}

	/* placeholder 스타일 지정 */
	.search_box .inner .searchinput::placeholder {line-height:1;font-size: 1.4rem;padding:5px 0;}
	.search_box .inner .searchinput::-webkit-input-placeholder {font-size: 1.4rem;padding:5px 0;}
	/* IE */
	.search_box .inner .searchinput:-ms-input-placeholder {font-size: 1.4rem;padding:5px 0;}
	/* Firefox */
	.search_box .inner .searchinput:-mos-input-placeholder {font-size: 1.4rem;padding:5px 0;}

	.search_area .search_keword { order:0; flex-grow:1;flex-shrink: 1;align-items: center;display: inline-flex;font-size: 1.4rem;padding-top:0;text-align:left; }
	.search_area .search_keword .title { font-weight:bold; padding:0;margin-right:40px;}
	.search_area .search_keword .keword_list .list_inner { display: flex; flex-direction: row; }
	.search_area .search_keword .keword_list .list_inner div{ padding:0;margin-right:40px;}
	.search_area .search_keword .keword_list .list_inner div button { line-height:1;font-family: 'SpoqaHanSans';color:#fff;opacity:0.8;font-size: 1.6rem;  }

	/************** Detail 공통 간격 **************/
	.interval_img_img.type_2 { margin-bottom:13px; }

	/* header */
	#header {height:160px;}
	#header::after {top:160px;}
	#header h1 {top:28px;left:0;width:227px;}
	#header .menu_open, #header .menu_close {display:none;}
	.gnb_area {height:auto;}
	#header #menu_aside {position:relative;display:block;width:100%;padding-left:337px;background:none;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
		z-index:998;
	}
	#header #menu_aside .close_wrap { height:100px; }
	#header #menu_aside ul.gnb {flex-direction:row;align-items:center;justify-content:space-between;}
	#header #menu_aside ul.gnb > li {position:relative;}
	#header #menu_aside ul.gnb > li > a {height:100px;display:flex;align-items:center;font-size:1.6rem;line-height:16px;padding:0;letter-spacing:normal;}

	#header .link_biz {display:none;}

	.inner_wrap {max-width:1180px;margin:0 auto;}

	/* footer */
	#footer .info_detail {font-size:1.8rem;padding:37px 0; }
	/*#footer .info_detail .widget_list { max-width: 1180px;display: flex;margin: 0 auto; }*/
	#footer .info_detail .widget_list > a {font-size:1.8rem;margin-right:95px;line-height: 16px;}

	#footer .info_detail .widget_list .relationLink .relationLink_open { width: 187px;  padding: 0 30px 0 0;font-size:1.8rem; background: #111334 url(/Images/Common/relationlink_icon_360.png) no-repeat 100% 82%;background-size: 24px auto; }
	#footer .info_detail .widget_list .relationLink ul { bottom: 32px; }
	#footer .info_detail .widget_list .relationLink ul li a { padding: 20px 0 20px 12px;}

	#footer .info_base { padding:36px 0; font-size:1.6rem;}

	/************** 그룹 라벨 css **************/
	.label { width:120px;height:30px;line-height:28px;font-size:1.4rem; }

	/* container */
	#container {padding-top:160px;}
	#container {padding-bottom:124px;}
	#container.article { padding-bottom:0;background-color:#f7f7f7 ! important; }
	#container.sports { padding-bottom:0; }
	#container.article.visual .article_header { padding: 0 0 24px; }
	#container.article.visual .article_header .header_info { padding:0 20px; }

	/* group */
	#container .article_wrap article { padding:83px 0 0;background-color:#fff; }
	#container .article_wrap article .article_header { position:relative;padding:0 140px 9px; }
	#container .article_wrap article .article_header h2 { font-size:3.0rem;line-height:42px;padding-top:0;font-weight:700; }

	#container .article_wrap article .article_header .date_share { margin-top:20px;}
	#container .article_wrap article .article_header .date_share .info .label { margin-right:20px;}
	#container .article_wrap article .article_header .date_share .info {display: inline-flex; }
	#container .article_wrap article .article_header .date_share .info .date_info { line-height:30px;color:#000;opacity:0.5; }

	#container .article_wrap article .article_header .date_share .etc > div {width:40px; height:40px;display:inline-block; }
	#container .article_wrap article .article_header .date_share .etc > div .btn_print {background: url(/Images/Common/btn_print.svg) no-repeat center;background-size: 40px auto;}
	#container .article_wrap article .article_header .date_share .etc > div:first-child { display:inline-block;margin-right:14px; }

	#container .article_wrap article .article_body { padding:0 140px 33px; }
	#container .article_wrap article .article_body .description { font-size: 1.8rem; line-height: 30px; }
	#container .article_wrap article .article_body .description.type_2 { padding:0 40px;font-size: 1.8rem; line-height: 30px; }

	#container .article_wrap article .article_body .img_cont_2 > div:first-child { margin-right:10px; }
	#container .article_wrap article .article_body .img_cont_3 > div:not(:last-child) { margin-right:9px; }

	#container .article_wrap article .article_body .caption { text-align:center; }
	#container .article_wrap article .article_body .caption.type_1 {font-size: 1.6rem; line-height: 24px;}
	#container .article_wrap article .article_body .caption.type_2 { font-size:1.2rem; }
	#container .article_wrap article .article_body .caption.type_3 { font-size:1.2rem; }

	#container .article_wrap article .article_body .img_cont_1 .caption.type_1 { width:440px; }
	#container .article_wrap article .article_body .img_cont_3 .caption.type_3 { padding-top:12px; }
	#container .article_wrap article .article_body .img_cont_4 .caption.type_2 { font-size:1.4rem;padding-top:12px;}

	/************** 상세 페이지 태그 **************/
	#container .article_wrap article .article_footer .tag_area {padding:10px 140px 20px; }

	#container .article_wrap article .article_footer .location_area { padding:36px 140px;}

	/************** 상세 페이지 버튼 css **************/
	#container .article_wrap article .article_footer .btn_area { padding:30px 140px 30px; }
	.btn_area .edit_before a { padding:4px 18px 4px 36px; }

	.btn_area .edit_before .fl a { padding:4px 27px 4px 42px; background:url(/Images/Common/btn_list_1180.png) no-repeat 20px 6px;background-size: 18px auto;margin-right: 13px; }
	.btn_area .edit_before .fr .prev { background:url(/Images/Common/btn_writer_prev.png) no-repeat 10px 3px;background-size: 24px auto;margin-right: 13px; }
	.btn_area .edit_before .fr .next { background:url(/Images/Common/btn_writer_next.png) no-repeat 10px 3px;background-size: 24px auto; }

	/************** swiper css **************/
	.article_header .swiper-container { padding:0 0 20px 0; }
	.article_header .swiper-container .swiper-slide img { width:100%; }
	.article_header .swiper-container .swiper-pagination-bullet { width:6px;height:6px; background-color:#c4c4c4;opacity:1;}
	.article_header .swiper-container .swiper-pagination-bullet-active { background-color:#0097e0; }
	.swiper-container-horizontal > .swiper-pagination-bullets { bottom:0; }
	.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin:0 6px; }

	.swiper-button-prev, .swiper-button-next { width:30px;height:40px;margin-top:0;transform: translateY(-50%); }
	.swiper-button-next { background: url(/Images/Common/btn_arrow_next.png) no-repeat center;background-size: 30px auto;right: 11px;left: auto; }
	.swiper-button-prev { background: url(/Images/Common/btn_arrow_prev.png) no-repeat center;background-size: 30px auto;right: auto;left: 16px; }

	/* sports */
	#container.visual .article_wrap article { padding:0;margin:0 auto 0 auto; }
	#container.article.visual .article_header { padding: 0 0 24px; }
	.article_header .swiper-container { padding: 0 0 30px 0; }
	#container.article.visual .article_header .header_info { padding:0 140px 0; }
	#container.visual .article_wrap article .article_header h2 { padding-top:10px; }
	#container.visual .article_wrap article .article_body { padding: 0 140px 70px; }
	#container.sports.visual .article_wrap article .article_footer .btn_area { padding:30px 140px 180px; }

	.sponsorship_down { position:fixed;bottom:0;padding:20px 360px 20px 360px; }
	.sponsorship_down .tit { font-size:3.0rem; }
	.sponsorship_down .sponsorship.btn { flex-basis:270px;height:50px;font-size:1.8rem;line-height:48px; }
	.sponsorship_down.show { position:absolute;bottom:0; }

	/* PressRelease-News */
	#container.news .article_wrap article .article_body .img_cont_3 .caption.type_3 { display:block; }

	#container.news .article_wrap article .article_body .article_summary { position: relative;padding-left: 20px; }
	#container.news .article_wrap article .article_body .article_summary:before { position: absolute;top: 0;left: 0;bottom: 0;width: 3px;background-color: #040103;content: ''; }
	#container.news .article_wrap article .article_body .article_summary strong { display: block; color:#303030;line-height: 32px;font-size: 1.6rem;font-weight: 500; }
	#container.news .article_wrap article .article_body .article_summary strong:not(:last-child) { margin-bottom: 0; }

	#container.news .article_wrap article .article_body .download_area > div { display: flex;justify-content: space-between;position:relative;border:1px solid #cfd0d0;padding: 20px 20px 20px 63px;width:559px;height:60px;font-size: 1.6rem;background-color: #fff;box-shadow: 0 4px 10px 0 rgba(115, 115, 115, 0.2); }
	#container.news .article_wrap article .article_body .download_area > div:before { position: absolute;content: ''; top: 16px;left: 20px;width:30px;height:27px;background:url(/Images/Common/ico_download_1.png) no-repeat center;background-size: 30px auto; }
	#container.news .article_wrap article .article_body .download_area > div img { width:20px;height:20px; }
	#container.news .article_wrap article .article_body .download_area > div a { position:relative;display: block; }
	#container.news .article_wrap article .article_body .download_area > div:last-child { margin-top: 12px; }

	/* PressRelease-photos */
	#container.visual .article_wrap article .visual_util_box { background-color:#11123c;width:100%;height:50px; }
	#container.visual .article_wrap article .visual_util_box ul { display: flex;justify-content: center; height: 50px;align-items: center; }
	#container.visual .article_wrap article .visual_util_box ul li { flex-basis: 90px; }
	#container.visual .article_wrap article .visual_util_box ul li:first-child { background: url(/Images/Common/ico_download_3.png) no-repeat left bottom;background-size:20px auto;margin-right:60px;  }
	#container.visual .article_wrap article .visual_util_box ul li:last-child { background: url(/Images/Common/ico_more_type_1.png) no-repeat left bottom;background-size:19px auto; }
	#container.visual .article_wrap article .visual_util_box ul li a { display:block;color:#fff;font-size: 1.6rem;line-height: 24px;text-align: right; }

	/* DesignStudio */
	#container.defult .video_area { margin-top: 0;position: relative; }
	#container.defult .video_area .video_thumnail { position: absolute;z-index: 5; }
	#container.defult .video_area .video_thumnail img {width:100%;}
	.video_play { display: inline-block;position: absolute;content: "";top: 50%;left: 50%;margin: -50px 0 0 -50px;width: 100px;height: 100px;background: url(/Images/Common/ico_play.png) no-repeat 0 0;background-size: 100px 100px;cursor: pointer; }

	/* Video */
	.video_cont {position: relative;width: 100%;height: 0;padding-bottom: 56.25%;margin-top: 0; }
	.video_cont iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

	#container.visual.video .article_wrap article .header_info { position: relative; }
	#container.visual.video .article_wrap article .header_info h2 { padding-top: 40px;font-size: 3.0rem;line-height: 42px;color: #000;font-weight: 700; }
	#container.visual.video .article_wrap article .article_header .date_share .info .label {top:0;}
}

@media (min-width: 1280px) {

	/************** floating bar **************/
	.link_biz.floating {display:block;position:fixed;top:160px;right:0;width:94px;text-align:center;background-color:rgba(255, 255, 255, 0.9);opacity: 0.85; padding: 60px 9px 62px;z-index: 5;}
	.link_biz.floating .sns {position:relative;font-family: 'SpoqaHanSans';font-weight:bold;color:#7d8395;font-size:1.4rem;overflow:hidden;}
	.link_biz.floating > div.sns:last-child { margin-top:36px; }
	.link_biz.floating .sns:before { position:absolute;width:30px;height:2px;right:23px;content:"";background-color:#7d8395; }
	.link_biz.floating .sns > div { padding:20px 0 14px; }
	.link_biz.floating .sns a {display:inline-block;width:40px;height:40px;}
	.link_biz.floating .sns .youtube {background:url(/Images/Common/icon_white_youtube.png) no-repeat center 0;background-size:40px 40px;}
	.link_biz.floating .sns .instagram {background:url(/Images/Common/icon_white_Instagram.png) no-repeat center 0;background-size:40px 40px;}
	.link_biz.floating .sns .facebook {background:url(/Images/Common/icon__white_facebook.png) no-repeat center 0;background-size:40px 40px;}
	.link_biz.floating .sns a:not(:last-child) { margin-bottom: 10px; }

}

@media (min-width: 1390px) {
	/************** floating bar **************/
	.link_biz.floating {right: calc((( 100% - 1180px )/2)/2 - 60px);background-color:transparent;}
}