@charset "utf-8";
@import url(//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/nanumbarungothic.css);
/* VW Publishing Group JSW 160801 */

@import url('comm.css'); /* repeat class */


/*
만약 위에 IMPORT 된 cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/nanumbarungothic.css 에 접속이 안될경우 아래의 주석을 제거하여 사용
@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 400;
  src: local('Nanum Barun Gothic Regular'), local('Nanum Barun Gothic-Regular'), local('NanumBarunGothic Regular');
  src: url(../font/nanum/NanumBarunGothic.eot);
  src: url(../font/nanum/NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
       url(../font/nanum/NanumBarunGothic.woff) format('woff'),
       url(../font/nanum/NanumBarunGothic.ttf) format('truetype');
}

@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 700;
  src: local('Nanum Barun Gothic Bold'), local('Nanum Barun Gothic-Bold'), local('NanumBarunGothic Bold');
  src: url(../font/nanum/NanumBarunGothicBold.eot);
  src: url(../font/nanum/NanumBarunGothicBold.eot?#iefix) format('embedded-opentype'),
       url(../font/nanum/NanumBarunGothicBold.woff) format('woff'),
       url(../font/nanum/NanumBarunGothicBold.ttf) format('truetype');
}
*/


@font-face {
	font-family:'GothamBook';
	src:url('../font/gotham/GothamBook.eot');
	src:url('../font/gotham/GothamBook.eot?#iefix') format('embedded-opentype'),
		url('../font/gotham/GothamBook.woff') format('woff'),
		url('../font/gotham/GothamBook.ttf') format('truetype'),
		url('../font/gotham/GothamBook.svg#GothamBook') format('svg');
}

@font-face {
	font-family:'GothamMedium';
	src:url('../font/gotham/GothamMedium.eot');
	src:url('../font/gotham/GothamMedium.eot?#iefix') format('embedded-opentype'),
		url('../font/gotham/GothamMedium.woff') format('woff'),
		url('../font/gotham/GothamMedium.ttf') format('truetype'),
		url('../font/gotham/GothamMedium.svg#GothamMedium') format('svg');
}

@font-face {
	font-family:'GothamBold';
	src:url('../font/gotham/GothamBold.eot');
	src:url('../font/gotham/GothamBold.eot?#iefix') format('embedded-opentype'),
		url('../font/gotham/GothamBold.woff') format('woff'),
		url('../font/gotham/GothamBold.ttf') format('truetype'),
		url('../font/gotham/GothamBold.svg#GothamBold') format('svg');
}


/* =Common */
*{box-sizing:border-box; word-break:keep-all;*word-break:keep-all;-ms-word-break:keep-all;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0}
body,h1,h2,h3,h4,select,input,textarea,button{font-family:Helvetica,sans-serif}
body{-webkit-text-size-adjust:none;font-size:14px;color:#333;word-break:break-all}
input,select,textarea,button{font-size:14px;vertical-align:top}
button{cursor:pointer}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
table{table-layout:fixed;width:100%;border-collapse:collapse;border-spacing:0}
ol,ul{list-style:none}
em,address{font-style:normal}
img{max-width:100%;height:auto;border:0;vertical-align:top}
a{color:#333;text-decoration:none}
area{outline:0}

[lang=ko],
[lang=ko] body,
[lang=ko] h1,
[lang=ko] h2,
[lang=ko] h3,
[lang=ko] h4,
[lang=ko] select,
[lang=ko] input,
[lang=ko] textarea,
[lang=ko] button{font-family:'Nanum Barun Gothic'}
[lang=en],
[lang=en] body,
[lang=en] h1,
[lang=en] h2,
[lang=en] h3,
[lang=en] h4,
[lang=en] select,
[lang=en] input,
[lang=en] textarea,
[lang=en] button{font-family:'GothamBook'}

input[type=date]::-webkit-inner-spin-button{display:none}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-calendar-picker-indicator{display:none}
input[type=number]{-moz-appearance:textfield}
input[type=number]::-ms-clear{display:none}
input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=search],
textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}
select{border-radius:0}

/* =Webkit Browser Custom Scrollbar */
::-webkit-scrollbar{width:8px;height:3px;border-left:0;background:rgba(0,0,0,0.1)}
::-webkit-scrollbar-track{background-color:#eee}
::-webkit-scrollbar-thumb{background-color:#000;border-radius:0}

/* =Data Private */
[data-private=desktop] {display:block!important}
[data-private=tablet] {display:none!important}
[data-private=mobile] {display:none!important}

/* =News Detail */
.news_detail{max-width:1108px;margin:140px auto 80px;padding:0 20px}
.news_detail_head{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:12px;margin-bottom:28px}
.news_detail_head .news_title{margin-top:50px;font-size:24px;font-weight:700;letter-spacing:-0.04em;color:#222;line-height:1.4}
.news_detail_head .news_meta{margin:0;font-size:24px;font-weight:700;color:#999}
.news_detail_head .news_meta .category{display:inline-block;margin-right:8px;background:transparent;color:#999;padding:0}
.news_detail_head .news_meta .date{color:#999}
.news_detail .news_body{font-size:15px;line-height:1.8;letter-spacing:-0.03em;color:#333}
.news_detail .news_body p{margin-bottom:1.2em}
.news_detail .news_body strong{font-weight:700}
.news_detail .news_body table{width:100%;border-collapse:collapse;margin:1em 0}
.news_detail .news_body th,
.news_detail .news_body td{border:1px solid #ddd;padding:12px;text-align:left;vertical-align:top}
.news_detail .news_body ul{margin:0.5em 0 1em 1.2em;padding:0}
.news_detail .news_body li{margin-bottom:0.4em}
.news_detail .news_back{margin-top:40px;padding-top:24px;border-top:1px solid #eee}
.news_detail .news_back a{color:#333;text-decoration:none;font-size:14px}
.news_detail .news_back a:hover{text-decoration:underline}

/* =News List */
.news .news_heading{margin:140px 0 24px;font-size:28px;font-weight:700;color:#222}
.news_list{width:100%;border-collapse:collapse}
.news_list tbody tr{border-bottom:1px solid #eee}
.news_list .news_item{display:flex;align-items:center;justify-content:space-between;padding:16px 0}
.news_list .news_item_left{flex:1;min-width:0}
.news_list .news_item_title a{display:inline-block;max-width:100%;font-size:16px;color:#222;text-decoration:none}
.news_list .news_item_title a:hover{text-decoration:underline}
.news_list .news_item_right{display:flex;align-items:center;justify-content:flex-end;gap:16px;margin-left:auto;width:170px;text-align:right}
.news_list .news_item_category{width:100px;font-size:14px;color:#666;text-align:right}
.news_list .news_item_date{width:90px;font-size:14px;color:#999;text-align:right}

/* =Set Class */
.blind{visibility:hidden;overflow:hidden;position:absolute;top:0;left:-9999px;width:0;height:0;border:0;font-size:0;line-height:0}
.dimmed{position:fixed;top:0;left:0;/*z-index:30;*/ z-index:42; width:100%;height:100%;background-color:#000;opacity:.7;filter:alpha(opacity=70)}
.eps{display:inline-block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.tbl{table-layout:fixed;display:table;width:100%}
.row{display:table-row}
.cell{display:table-cell;width:100%;vertical-align:top}

/* =Icon */
[class~=ico]{display:inline-block;background-repeat:no-repeat;vertical-align:top}
.ico_foot_facebook{width:11px;height:25px;background-image:url(../img/ico_foot_facebook.png)}
.ico_foot_instargram{width:26px;height:26px;background-image:url(../img/ico_foot_instargram.png)}
.ico_foot_youtube{width:40px;height:28px;background-image:url(../img/ico_foot_youtube.png)}

.ico_share_facebook{width:11px;height:25px;background-image:url(../img/ico_foot_facebook.png);}
.ico_share_instargram{width:26px;height:26px;background-image:url(../img/ico_foot_instargram.png);}

.ico_share_facebook:after{display:inline-block; position:relative; top:5px; content:'';position:relative; width:2px;height:10px; margin-left:40px; margin-top:-5px;background-color:#cecece}


/*
.ico_share_facebook{width:8px;height:16px;background-image:url(../img/ico_share_facebook.gif)}
.ico_share_instargram{width:16px;height:16px;background-image:url(../img/ico_share_instargram.gif)}
*/
.ico_bbs_instargram{width:13px;height:13px;background-image:url(../img/ico_bbs_instargram.gif)}
.ico_bbs_facebook{width:7px;height:13px;background-image:url(../img/ico_bbs_facebook.gif)}
.ico_bbs_lst{width:17px;height:11px;background-image:url(../img/ico_bbs_lst.gif)}
.ico_bbs_download{width:23px;height:16px;background-image:url(../img/ico_bbs_download.gif)}

/* =Custom Input */
.cstm_inpt{display:inline-block;overflow:hidden;position:relative;margin-right:4px;vertical-align:top}
.cstm_inpt input{position:absolute;top:0;left:0;z-index:-1;margin:0;opacity:0}
.cstm_inpt input:checked+i{background-position:100% 0}
.cstm_inpt i{display:block;background-repeat:no-repeat}

/* =Custom Input Radio */
.cstm_inpt_radio{width:16px;height:16px}
.cstm_inpt_radio i{width:16px;height:16px;background-image:url(../img/sp_cstm_inpt_radio.png)}

/* =Custom Input Checkbox */
.cstm_inpt_chkbox{width:16px;height:16px}
.cstm_inpt_chkbox i{width:16px;height:16px;background-image:url(../img/sp_cstm_inpt_chkbox.png)}

/* =Layer Popup */
.ly_pop{position:absolute;top:50%;left:50%;z-index:400}
.ly_pop a.clse{position:absolute;top:30px;right:40px;width:32px;height:32px;background:url(../img/ly_pop_clse.png) no-repeat}
.ly_pop .ly_pop_wrap{padding:45px 60px;background-color:#fff}
.ly_pop .ly_pop_header{padding:0 0 34px 0}
.ly_pop .ly_pop_header .tit{font-weight:normal;font-size:36px;color:#000}
.ly_pop .bbs_tbl table{margin:18px 0}
.ly_pop .bbs_tbl th,
.ly_pop .bbs_tbl td{border:0}
.ly_pop .btn_area{text-align:center}
.ly_pop .btn_area button.btn{padding:11px 0}
.ly_pop .btn_area .btn{display:inline-block;min-width:130px;margin-left:6px;padding:12px 0;border:1px solid;background-color:#fff;text-align:center}
.ly_pop .btn_area .btn:first-child{margin-left:0}
.ly_pop .btn_area .btn_type1{border-color:#000}
.ly_pop .btn_area .btn_type2{border-color:#999}

/* =Layer Program Apply :: [프로그램 신청] */
.ly_program_apply{width:722px; margin-left:-361px; /*margin:-486px 0 0 -361px*/}
.ly_program_apply .info_box{padding-top:30px;border-top:2px solid #000}
.ly_program_apply .info_box>.panel{overflow-y:auto;-webkit-overflow-scrolling:touch;max-height:113px;padding:15px 20px 10px;border:1px solid #dfdfdf}
.ly_program_apply .info_box>.panel>strong{font-weight:normal;color:#000}
.ly_program_apply .info_box>.panel>p,
.ly_program_apply .info_box>.panel ul{margin-top:5px;line-height:1.6;color:#999}
.ly_program_apply .info_box>.panel li{padding-left:12px}
.ly_program_apply .info_box>.panel li>i{margin-right:4px;margin-left:-12px}
.ly_program_apply .info_box>.agree{padding:14px 0;font-size:13px;text-align:right}
.ly_program_apply .info_box>.agree .cstm_inpt_chkbox{margin-top:-1px}
.ly_program_apply .bbs_tbl{overflow-y:auto;-webkit-overflow-scrolling:touch;max-height:400px;margin-top:10px;border-bottom-width:2px}
.ly_program_apply .bbs_tbl td .group_apply_chk{margin-top:20px;font-size:13px}
.ly_program_apply .bbs_tbl td .group_apply_chk .cstm_inpt_chkbox{margin-top:-1px}
.ly_program_apply .bbs_tbl td .gender_apply_chk{font-size:13px}
.ly_program_apply .bbs_tbl td .gender_apply_chk label{margin-left:48px}
.ly_program_apply .bbs_tbl td .gender_apply_chk label:first-child{margin-left:0}
.ly_program_apply .bbs_tbl td .gender_apply_chk .cstm_inpt_radio{margin-top:-1px}
.ly_program_apply .bbs_tbl .combobox select{padding-left:8px; background:url(../img/ico_selectArrow.png) no-repeat 98% center;}
.ly_program_apply .bbs_tbl .group_apply_area{border-top:1px solid #000}
.ly_program_apply .bbs_tbl .group_apply_area>.desc{margin-top:40px;padding:0 30px}
.ly_program_apply .bbs_tbl .tbl_apply_area .tbl_apply{margin-top:-1px;border:1px solid #dbdbdb;border-width:1px 0}
.ly_program_apply .bbs_tbl .tbl_apply_area .tbl_apply:first-child{margin-top:0}
.ly_program_apply .bbs_tbl .tbl_apply_area .tbl_apply:last-child{border-bottom:0}
.ly_program_apply .bbs_tbl .tbl_apply{border-top:1px solid #dbdbdb}
.ly_program_apply textarea{height:110px}
.ly_program_apply .btn_area{margin-top:30px}

/* =Layer Email Collect Refuse :: [이메일무단수집거부] */
.ly_email_collect_refuse{width:720px;/*margin:-234px 0 0 -360px*/ margin:50px 0 0 -360px;}
.ly_email_collect_refuse .cont{padding:30px 0;border:1px solid #000;border-width:2px 0}
.ly_email_collect_refuse .desc{line-height:1.6;color:#666}
.ly_email_collect_refuse .panel{margin-top:20px;padding:25px 0;border:1px solid #dfdfdf;text-align:center}
.ly_email_collect_refuse .btn_area{margin-top:30px}

.ly_terms_of_use{width:720px;margin:50px 0 0 -360px;}
.ly_terms_of_use .cont{padding:30px 0;border:1px solid #000;border-width:2px 0}
.ly_terms_of_use .terms_content,
.ly_email_collect_refuse .terms_content{max-height:400px;overflow-y:auto;line-height:1.6;color:#666;font-size:14px}
.ly_terms_of_use .terms_content h4,
.ly_email_collect_refuse .terms_content h4{margin:1.2em 0 0.5em;font-size:15px;color:#000}
.ly_terms_of_use .terms_content p,
.ly_email_collect_refuse .terms_content p{margin:0.6em 0}
.ly_terms_of_use .btn_area{margin-top:30px}

/* =Combobox */
.combobox{display:inline-block;position:relative;vertical-align:top}
/*.combobox:after{content:'';position:absolute;top:50%;right:15px;width:7px;height:5px;margin-top:-2px;background:url(../img/bg_combobox_arr.gif) no-repeat}*/
.combobox select{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;padding:6px 32px 6px 6px;border:1px solid #c8c8c8;background-color:transparent;font-size:12px;color:#666}
.combobox select::-ms-expand{display:none}

.combobox_v1:after {right:2px}
.combobox_v1 select {border-width:0 0 1px;border-bottom-color:#808080;font-size:14px;color:#000; font-family:'GothamBook'; background:url(../img/ico_selectArrow.png) 105px center no-repeat;}
.combobox_v1 select option {background:#f2f2f2;}

.combobox_v1 {position:relative; width:160px;}
.combobox_v1 .dropdown {position:absolute; left:0; top:0; z-index:42; width:160px;}
.combobox_v1 .dropdown a.select {display:block; width:100%; height:30px; padding-left:10px;  background:url(../img/ico_selectArrow.png) 140px center no-repeat; line-height:30px; border-bottom:1px solid #808080;}
.combobox_v1 .dropdown a.select#show1, .combobox_v1 .dropdown a.select#show2 {background:url(../img/ico_selectArrow_up.png) 140px center no-repeat;}
.combobox_v1 .dropdown ul {display:none; width:160px;}
.combobox_v1 .dropdown ul li {padding:0 10px; border-width:0 0 1px; border-bottom-color:#808080; line-height:30px; background:#f2f2f2; font-family:'GothamBook';}
.combobox_v1 .dropdown ul li:first-child {padding-top:10px;}
.combobox_v1 .dropdown ul li:last-child {padding-bottom:10px;}
.combobox_v1 .dropdown ul li a {display:block; color:#666; font-size:14px; height:28px; line-height:28px;}
.combobox_v1 .dropdown ul li a:hover {color:#000;}



.directbox {width:243px; display:inline-block;position:relative;vertical-align:top}

/* =Labels */
.labels .label{display:inline-block}

/* =Tabs */
.tabs{padding:20px 0;background-color:#fff}
.tabs ul{overflow:hidden}
.tabs li{float:left;width:100px;margin-left:30px}
.tabs li:first-child{margin-left:0}
.tabs li.on a{border-top-color:#000;color:#000}
.tabs li.on a:before,
.tabs li.on a:after{display:block}
.tabs a{display:block;position:relative;padding:10px 0;border-top:3px solid #b2b2b2;font-size:16px;line-height:1.4;color:#b2b2b2}

/* =Fluid Thumb */
.fluid_thumb{display:block;overflow:hidden;position:relative}
.fluid_thumb>img{position:absolute;left:0;bottom:0;}

/* =Skip Navigation */
#u_skip{position:relative;z-index:1000}
#u_skip a{position:absolute;top:-50px;left:0;padding:6px 15px;background-color:#231f20;border:1px solid #ed1c24;color:#fff}
#u_skip a:active,
#u_skip a:focus{top:0;text-decoration:none;cursor:pointer}
#u_skip span{display:inline-block}

/* @Header Fixed Show */
@-webkit-keyframes header_fixed_show {
	0%{-webkit-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
	100%{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}
@keyframes header_fixed_show {
	0%{-webkit-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
	100%{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}

/* @Thumbnail FadeInOut Show */
@-webkit-keyframes fadeInUp {
	0%{-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);opacity:0}
	100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1}
}

@keyframes fadeInUp {
	0%{-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);opacity:0}
	100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1}
}
@-webkit-keyframes fadeInUp2 {
	0%{-webkit-transform:translateY(80px);-ms-transform:translateY(80px);transform:translateY(80px);opacity:0}
	100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1}
}

@keyframes fadeInUp2 {
	0%{-webkit-transform:translateY(80px);-ms-transform:translateY(80px);transform:translateY(80px);opacity:0}
	100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1}
}

/* =Layout */
body.pause{overflow:hidden;padding-right:17px}
html.pause{overflow:hidden;}
body.pause header.fixed{right:17px}
#wrap .inr{outline:0px solid red;position:relative;max-width:1108px;margin:0 auto;padding-right:20px;padding-left:20px}
#wrap .inr:after{display:block;content:'';clear:both}
header{background-color:#fff}
header.fixed{animation-name:header_fixed_show;animation-duration:.4s;position:fixed;top:0;right:0;left:0;z-index:43}
header.fixed>.inr{padding-top:17px;padding-bottom:11px}
[lang=en] header.fixed>.inr{padding-top:16px;padding-bottom:14px}
header.fixed h1 img:first-child{display:none}
header.fixed h1 img:last-child{display:inline-block}
header.fixed a.language{top:24px}
header.fixed .gnb{display:none!important}
header.fixed .util{top:12px}
header .dimmed{position:absolute}
header>.inr{padding-top:38px}
header>.inr:before{content:'';position:absolute;right:20px;bottom:0;left:20px;height:1px;background-color:#333}
header h1{text-align:center; height:57px; padding-left:0;}
header h1 a{display:inline-block;}
header.fixed h1{height:auto;}
header h1 img:first-child{display:inline-block}
header h1 img:last-child{display:none}
header a.language{position:absolute;top:70px;left:20px;margin-left:-5px;padding:2px 5px;font-size:14px; letter-spacing:0.100em;color:#ed1c24;font-family:'GothamMedium';}
header .gnb{margin-top:42px}
#container.container_e1{padding-top:172px}
footer{margin-top:113px}

/* =Quick */
.quick{-webkit-transition:height .25s;transition:height .25s;overflow:hidden;position:absolute;top:840px;right:0;z-index:5;height:60px}
.quick.on{height:420px}
.quick.on>a{background-position:100% 0}
.quick.on .quick_menu{visibility:visible}
.quick>a{display:block;position:relative;z-index:5;width:52px;height:60px;background:url(../img/sp_btn_quick.png) no-repeat}
.quick .quick_menu{-webkit-transition:visibility .25s;transition:visibility .25s;visibility:hidden;position:absolute;top:60px;right:0;left:0}
.quick .quick_menu ul{margin-top:-30px}
.quick .quick_menu li{overflow:hidden;height:90px;margin-top:-30px;background:url(../img/sp_quick_menu.png) no-repeat}
.quick .quick_menu li:first-child{margin-top:0}
.quick .quick_menu li.m1{background-position:0 0}
.quick .quick_menu li.m2{background-position:0 -90px}
.quick .quick_menu li.m3{background-position:0 -180px}
.quick .quick_menu li.m4{background-position:0 -270px}
.quick .quick_menu li.m5{background-position:0 -360px}
.quick .quick_menu li.m6{background-position:0 -450px}
.quick .quick_menu li.m1 a{background-position:0 0}
.quick .quick_menu li.m2 a{background-position:0 -40px}
.quick .quick_menu li.m3 a{background-position:0 -80px}
.quick .quick_menu li.m4 a{background-position:0 -120px}
.quick .quick_menu li.m5 a{background-position:0 -160px}
.quick .quick_menu li.m6 a{background-position:0 -200px}
.quick .quick_menu li.m1.on{background-position:100% 0}
.quick .quick_menu li.m2.on{background-position:100% -90px}
.quick .quick_menu li.m3.on{background-position:100% -180px}
.quick .quick_menu li.m4.on{background-position:100% -270px}
.quick .quick_menu li.m5.on{background-position:100% -360px}
.quick .quick_menu li.m6.on{background-position:100% -450px}
.quick .quick_menu li.m1.on a{background-position:100% 0}
.quick .quick_menu li.m2.on a{background-position:100% -40px}
.quick .quick_menu li.m3.on a{background-position:100% -80px}
.quick .quick_menu li.m4.on a{background-position:100% -120px}
.quick .quick_menu li.m5.on a{background-position:100% -160px}
.quick .quick_menu li.m6.on a{background-position:100% -200px}
.quick .quick_menu a{display:block;overflow:hidden;height:30px;margin-top:30px;background:url(../img/sp_quick_menu_txt.png) no-repeat}
.quick.fixed{position:fixed;top:68px}

.quick_v1{top:50%}


/* =Quick */
.quickmenu {/*-webkit-transition:height .25s;transition:height .25s;*/ position:absolute; top:450px;right:0;z-index:5;width:128px;height:384px;overflow:hidden;}
.quickmenu.main {top:640px}
.quickmenu a.open{background-position:99% 0;}
.quickmenu>a{cursor:pointer; display:block;position:relative;z-index:5;width:63px;height:128px;margin:0 0 0 auto;background:url(../img/quick_toggle.png) no-repeat;}
.quickmenu .quick_menu{width:128px; height:384px; background:url(../img/quick_open.png) no-repeat; -webkit-transition:all .2s;transition:all .2s; position:absolute;top:-130px;right:-128px;opacity:0;}
.quickmenu .quick_menu.m1_open {background:url(../img/quick1_over.png) no-repeat;}
.quickmenu .quick_menu.m2_open {background:url(../img/quick2_over.png) no-repeat;}
.quickmenu .quick_menu.m3_open {background:url(../img/quick3_over.png) no-repeat;}
.quickmenu .quick_menu.m4_open {background:url(../img/quick4_over.png) no-repeat;}
.quickmenu .quick_menu.m5_open {background:url(../img/quick5_over.png) no-repeat;}

.quickmenu .quick_menu ul{margin-top:-30px;}
.quickmenu .quick_menu li{width:50px; height:50px; position:absolute; overflow:hidden; margin-top:-30px;}
.quickmenu .quick_menu li a{display:block; width:100%; height:100%;}
.quickmenu .quick_menu li:first-child{margin-top:0}
.quickmenu .quick_menu li.m1{left:38px; top:100px;}
.quickmenu .quick_menu li.m2{left:0; top:200px; width:40px; height:40px;}
.quickmenu .quick_menu li.m3{right:0; top:200px; width:40px; height:40px;}
.quickmenu .quick_menu li.m4{left:38px; top:260px;}
.quickmenu .quick_menu li.m5{left:0; top:330px; height:40px;}

.quickmenu.fixed{position:fixed;top:68px}
.quickmenu .quick_menu.open {top:1px;right:0; opacity:1; -webkit-transition:all .2s;transition:all .2s;}


/* =Sub Layout */
.sub_cont{margin-top:60px;padding-right:46px;padding-left:110px}
.sub_cont_e1{margin-top:40px;padding-right:0;padding-left:0}

/* =GNB */
.gnb{position:relative;z-index:10}
.gnb>ul:after{display:block;content:'';clear:both}
.gnb>ul>li{float:left;position:relative;width:20%}
[lang=en] .gnb>ul>li{width:25%}
.gnb>ul>li a{display:block;color:#000;text-align:center}
.gnb>ul>li a>span{display:inline-block;position:relative;padding:16px 0; height:56px; color:#000; font-size:18px; letter-spacing:-0.030em; font-family:'GothamBold';}
/* .gnb>ul>li a>span:hover {border-bottom:4px solid #000;} */
/*.gnb>ul>li a>span:after{display:none;content:'';position:absolute;right:0;bottom:0;left:0;height:4px;background-color:#000}*/
.gnb>ul>li.on a>span:after{display:block}
/* .gnb>ul>li.current span {border-bottom:4px solid #000;} */
.gnb .dir {position:absolute;height:230px; top:55px;right:0;left:0;z-index:5;padding:20px 0;background-color:#444444;text-align:center;box-sizing:border-box;}
.gnb .bar {position:absolute; top:51px; left:0; display:block; height:4px; background:#000; opacity:0}

/* GNB 아코디언 통일: 각 대메뉴 위치 기준 아래 간격 동일, 컬럼 정렬 일치 */
.gnb .dir>ul {display:inline-block;font-size:16px;margin:0 auto;padding:0;text-align:center;}
.gnb>ul>li.m1 .dir>ul,
.gnb>ul>li.m2 .dir>ul,
.gnb>ul>li.m3 .dir>ul,
.gnb>ul>li.m4 .dir>ul,
.gnb>ul>li.m5 .dir>ul{margin-left:0!important;margin-right:0!important}

.gnb .dir a{display:block;padding:10px 0;color:#dedede;text-align:center}
.gnb .dir a:hover,
.gnb .dir a:focus{color:#ff000a}
.gnb .dir_area {position:absolute;top:100%;right:0;left:0;padding:280px 20px 20px;background-color:#444444;text-align:center}
.gnb .dir_area ul {width:888px; margin:0 auto;}
.gnb .dir_area ul li {float:left;}

/* =Util */
.util{position:absolute;top:49px;right:20px}
.util>a{display:block;position:relative;width:35px;height:37px;background:url(../img/bg_util.gif) no-repeat;/* -webkit-transition:transform .4s;transition:transform .4s; */}
/* .util>a:hover {-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:transform .4s;transition:transform .4s;} */
/* 추가수정 16.11.29 */
/* .util>a:after{content:'';position:absolute;top:12px;left:13px;width:15px;height:2px;background:#000;-webkit-transition:width .4s;transition:width .4s;}
.util>a:before{content:'';position:absolute;top:24px;left:13px;width:15px;height:2px;background:#000;-webkit-transition:width .4s;transition:width .4s;}
.util>a:hover:after, .util>a:hover:before {width:21px;} */
/* //추가수정 16.11.29 */
.util .all_menu{visibility:hidden;position:fixed;top:0;right:0;bottom:0;z-index:9999;width:320px;background-color:#ececec; -webkit-transition:transform .5s,visibility .5s;transition:transform .5s,visibility .5s;transform:translate3d(100%,0,0);}
.util .all_menu.on{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:visible}
.util .all_menu>a.clse{position:absolute;top:30px;right:20px;width:24px;height:25px;background:url(../img/btn_allmenu_clse.gif) no-repeat}
.util .umenu{margin-top:72px;text-align:left}
.util .umenu ul{display:inline-block;overflow:hidden;margin-left:20px}
.util .umenu li{float:left;margin-left:26px}
.util .umenu li:first-child{margin-left:0}
.util .umenu a{display:block;padding:20px 0;font-size:12px;color:#666}
.util .uview{overflow-y:auto;-webkit-overflow-scrolling:touch;position:absolute;top:125px;right:0;bottom:0;left:0;border-top:1px solid #cfcece}
.util .ugnb>ul>li{position:relative;margin-top:-1px;border:1px solid #cfcece;border-width:1px 0}
.util .ugnb>ul>li:first-child{margin-top:0;border-top:0}
/* 사이드메뉴 왼쪽 컬러 박스 제거 */
.util .ugnb>ul>li:after{display:none}
.util .ugnb>ul>li.m1.on>a{color:#fdb834}
.util .ugnb>ul>li.m2.on>a{color:#ed1c24}
.util .ugnb>ul>li.m3.on>a{color:#40c3ee}
.util .ugnb>ul>li.m4.on>a{color:#4b0506}
.util .ugnb>ul>li.m5.on>a{color:#a7a9ac}
.util .ugnb>ul>li>a{position:relative;display:block;padding:18px 0 12px 20px;font-size:30px;letter-spacing:-0.050em;font-family:'GothamMedium'; color:#000;z-index:2;/* -webkit-transition:color .4s;transition:color .4s; */}
/*.util .ugnb>ul>li:hover>a{color:#fff;-webkit-transition:color .8s;transition:color .8s;}*/
.util .ugnb .dir{margin-left:20px;padding-bottom:20px}
.util .ugnb .dir a{display:block;padding:10px 0;color:#333; font-size:18px;}
/* 페이스북·인스타그램 아이콘 제거 */
.util .share{display:none}

/* =RectBox */
.rect_box{display:inline-block;position:relative;border:1px solid #7f7f80;border-width:1px 0 1px 1px}
.rect_box:before,
.rect_box:after{content:'';position:absolute;right:0;width:1px;height:26px;background-color:#7f7f80}
.rect_box:before{top:0}
.rect_box:after{bottom:0}

/* =Visual */
.visual{overflow:hidden;position:relative;height:640px;margin:50px 0;visibility:hidden;opacity:0;}
.visual .bx-wrapper{z-index:5;}


.visual .bx-viewport{left:0;border:0;box-shadow:none;}
.visual .bx-viewport li{cursor:pointer;}
.visual .bx-viewport a{display:block;height:480px;font-size:0;}
.visual .btn{overflow:hidden;position:absolute;top:0;z-index:5;width:600px;height:660px;text-indent:-9999px}
.visual .btn:after{content:'';position:absolute;right:0;bottom:0;left:0;z-index:5;height:275px;background-color:#fff}
.visual .btn_prev{left:50%;margin-left:-1175px}
.visual .btn_next{right:50%;margin-right:-1175px}
.visual .paging_area{position:absolute;top:0;left:50%;width:690px;margin-left:-345px;text-align:center}
.visual .paging_area>img{visibility:hidden;position:relative;z-index:-1;opacity:0}
.visual .paging{position:absolute;bottom:22px;left:50%;z-index:5;width:144px;margin-left:-57px;font-family:'GothamBook';font-size:11px;color:#fff}
.visual .paging .progress{width:144px;height:15px;padding:0 20px;border:1px solid #fff;border-top:0}
.visual .paging .progress_bar{position:relative}
.visual .paging .progress_bar>.pit{position:absolute;top:-5px;width:0;height:0;margin-left:-5px;border:5px solid transparent;border-top-color:#fff;font-size:0}
.visual .paging .num{margin-top:6px;text-align:right}
.visual figcaption{height:148px;padding:40px 0 0;color:#58585a;text-align:center}
.visual figcaption[lang=en]{font-family:'GothamBold';}
.visual figcaption>strong{display:block;max-width:100%;font-weight:400;font-size:28px;color:#000; /* letter-spacing:-0.050em; */}
.visual figcaption>strong[lang=en]{font-family:'GothamBook';font-size:30px;}
.visual figcaption>p{max-width:100%;margin-top:20px;font-size:20px;line-height:1.6; color:#444444; /* letter-spacing:-0.010em; */}
.visual figcaption>.date{display:block;margin-top:2px; font-size:16px; color:#999; /* letter-spacing:-0.050em; */font-family:'GothamBook';}

	/* pager타입 변경 */
	.visual .bx-controls .bx-pager {bottom:160px;padding-top:0;}
	.visual .bx-controls .bx-pager.bx-default-pager a {width:9px;height:9px;margin:0 3px;border-radius:50%;background:#aaa;}
	.visual .bx-controls .bx-pager.bx-default-pager a.active {background:#fff;}
	.visual .bx-controls .bx-controls-direction a {width:18px;height:29px;margin-top:-74px;}
	.visual .bx-controls .bx-controls-direction .bx-prev {left:15px;background:url(../img/slider_prev_icon.png) no-repeat 0 0;}
	.visual .bx-controls .bx-controls-direction .bx-next {right:15px;background:url(../img/slider_next_icon.png) no-repeat 0 0;}
	

/* =Exhibition */
.exhibition{outline:0px solid red}
.exhibition:after{display:block;content:'';clear:both}
.exhibition>.art{float:left;width:54.494%}
.exhibition>.visit{float:right;width:40.8239%}
.exhibition .group_exhibition,
.exhibition .group_program,
.exhibition .group_museum{float:left;width:30.584%;margin-top:17px;margin-left:4.123%}
.exhibition .group_event{clear:left;width:100%;margin-top:40px;margin-left:0}
.exhibition .group:first-child{margin-left:0}
.exhibition .group h2{padding-bottom:10px;border-bottom:1px solid #7f7f7f;font-family:'GothamMedium';font-weight:normal;font-size:26px;color:#000;letter-spacing:-0.050em;}
.exhibition .group ul{height:122px}
.exhibition .group li{margin-top:10px}
.exhibition .group li:first-child{margin-top:16px}
.exhibition .group a{color:#333; font-size:16px; letter-spacing:-0.050em;}
.exhibition .group figure {margin-top:37px;}
.exhibition .group figure:first-of-type{margin-top:0}
.exhibition .group figure .pic{overflow:hidden;position:relative}
.exhibition .group figure .mask{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000;opacity:0}
.exhibition .group figure .mask a {width:100%; height:100%; position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000;opacity:0}
.exhibition .group figure .pic img{-webkit-transition:transform .5s;transition:transform .5s;-ms-transform:scale(1,1);-webkit-transform:scale(1,1);transform:scale(1,1)}
.exhibition .group figure .pic:hover .mask{-webkit-transition:opacity .4s;transition:opacity .4s;opacity:.3}
.exhibition .group figure .pic:hover img {-ms-transform:scale(1,1.03);/*-webkit-transform:scale(1,1.03);transform:scale(1,1.03)*/}
.exhibition .group figcaption{margin-top:16px; height:111px;}
.exhibition .group figcaption>strong{display:block;overflow:hidden;height:30px;font-weight:400;line-height:1.6;color:#666; font-size:17px;}
.exhibition .group figcaption>p {font-weight:400; min-height:60px;line-height:28px;color:#000; font-size:18px; letter-spacing:-0.050em;}
.exhibition .group figcaption>p [lang=en] {font-family:'GothamBook'; font-weight:normal;}
.exhibition .group figcaption>p [lang=en] {font-family:'GothamBook'; font-weight:normal;}
/* .exhibition .art .group > figure {opacity:0;} */
/* .exhibition .fadeinup{-webkit-animation-name:fadeInUp2;animation-name:fadeInUp2;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both} */

.group_visit .desc ul.bottom_txt {padding-top:15px;}

.exhibition .group.group_exhibition figcaption>p, .exhibition .group.group_program figcaption>p, .exhibition .group.group_museum figcaption>p
{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis; white-space:normal; text-overflow:inherit;}
.exhibition .group figcaption>p>a {font-size:18px; color:#000;}

.exhibition .group figcaption>.date,
.exhibition .group figcaption>.price{display:block; height:16px; margin-top:5px;/*border-top:1px solid #ccc;*/font-size:15px;color:#999;/*font-family:'GothamMedium';*/letter-spacing:-0.075em; overflow:hidden; text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;}
.exhibition .group .short{margin-top:30px}
.exhibition .group .short:first-of-type{margin-top:0}
.exhibition .group .thumb{position:relative}
.exhibition .group .rect_box{position:absolute;right:0;bottom:-40px;width:247px;padding:30px 18px 18px; border-color:#7f7f7f; text-align:center;}
.exhibition .group .rect_box:before,
.exhibition .group .rect_box:after{height:15px;background-color:#7f7f7f; width:1px; height:26px;}
.exhibition .group .rect_box>strong{display:block;position:relative;font-family:'GothamBold';font-weight:normal;font-size:20px; line-height:26px; letter-spacing:-0.050em; color:#000; text-align:center;}
.exhibition .group .rect_box>strong:after{content:'';position:absolute;bottom:0;left:50%;width:7px;height:6px;margin-bottom:-3px;/*background:url(../img/exhibition_visit_arr.png)*/}
.exhibition .group .rect_box>p{margin-top:10px;line-height:22px;color:#666; font-size:12px; font-family:'GothamBook';}
.exhibition .group .rect_box>p.txts{font-size:14px; line-height:22px; color:#666; font-family:'Nanum Barun Gothic'; text-align:left;}
.exhibition .group .rect_box>p.txts[lang=en]{font-size:12px; font-family:'GothamBook'; letter-spacing:-0.025em;}
.exhibition .group .desc{padding:60px 0 0 14px}
.exhibition .group .desc h2{padding-bottom:18px;border-bottom:0;font-size:26px; letter-spacing:-0.050em; color:#000;}
.exhibition .group .desc ul{height:auto}
.exhibition .group .desc li{margin-top:8px;color:#333; font-size:16px; letter-spacing:-0.050em;}
.exhibition .group .desc li.tel{margin-top:10px}
.exhibition .group .desc li.tel.en {float:left;}
.exhibition .group .desc li.email{margin-top:10px}
.exhibition .group .desc li.email.en {padding-left:20px; display:inline-block;}
.exhibition .group .desc li>em,
.exhibition .group .desc li>span{display:inline-block;vertical-align:top;/* letter-spacing:0;*/}
.exhibition .group .desc li>em{width:160px !important;}
.exhibition .group .desc li>span{max-width:260px;letter-spacing:0; margin-left:30px;}
.exhibition .group .desc li:first-child{margin-top:8px}
.exhibition .group .desc p{margin:10px 0 23px 0;color:#333; font-size:16px; letter-spacing:-0.050em;}
.exhibition .group .link{margin-top:30px}
.exhibition .group .link>a{position:relative;padding:0 15px 0 20px;color:#000}
.exhibition .group .link>a:after{content:'';position:absolute;top:50%;left:0;width:1px;height:12px;margin-top:-6px;background-color:#ccc}
.exhibition .group .link>a:first-child{padding-left:0}
.exhibition .group .link>a:first-child:after{display:none}
.exhibition .group .link>a>span{display:inline-block;position:relative;font-size:18px;color:#000; padding:0 15px 2px 0;border-bottom:1px solid #7f7f7f}
.exhibition .group .link>a>span:after{content:'';position:absolute;top:50%;right:0;width:6px;height:7px;margin-top:-5px;background:url(../img/exhibition_visit_link_arr.gif) no-repeat}
.exhibition .group_event{clear:left;margin-top:0;padding-top:113px;}
.exhibition .group_event h2{padding-bottom:15px;border-bottom:0;font-size:26px; letter-spacing:-0.030em; color:#000;}
.exhibition .group_event .bx-wrapper{margin-top:16px;margin-bottom:0}
.exhibition .group_event .bx-wrapper .bx-viewport{left:0;border:0;box-shadow:none}
.exhibition .group_event .bx-wrapper .bx-pager{right:16px;bottom:12px;width:auto;padding-top:0}
.exhibition .group_event .bx-wrapper .bx-pager .bx-pager-item:nth-of-type(odd) a{background-position:0 0}
.exhibition .group_event .bx-wrapper .bx-pager .bx-pager-item:nth-of-type(even) a{background-position:-14px 0}
.exhibition .group_event .bx-wrapper .bx-pager .bx-pager-item:nth-of-type(odd) a.active{background-position:-28px 0}
.exhibition .group_event .bx-wrapper .bx-pager .bx-pager-item:nth-of-type(even) a.active{background-position:-42px 0}
.exhibition .group_event .bx-wrapper .bx-pager.bx-default-pager a{width:13px;height:10px;margin:0;border-radius:0;background:url(../img/sp_bnr_paging.png) no-repeat}
.exhibition .group_event ul{height:auto}
.exhibition .group_event li,
.exhibition .group_event li:first-child{margin-top:0}
.exhibition .group_event figure{overflow:hidden;background-color:#f8f8f8}
.exhibition .group_event figure>.pic,
.exhibition .group_event figcaption{float:left}
.exhibition .group_event .pic{max-width:30.636%}
.exhibition .group_event .pic>img{min-height:111px}
.exhibition .group_event figcaption{width:66.976%;margin-top:0;padding:17px 25px 10px; font-family:'Nanum Barun Gothic';}
.exhibition .group_event figcaption>strong{height:auto;color:#333; font-size:20px; font-weight:400;letter-spacing:-0.050em;overflow:hidden; text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;}
.exhibition .group_event figcaption>p{max-width:100%;margin-top:5px;min-height:20px;color:#666; font-size:14px; font-weight:normal;}
.exhibition .group_event figcaption>.date{height:auto; margin-top:15px;padding-top:0;border-top:0; color:#999; font-size:15px; letter-spacing:0.025em; font-family:'GothamMedium';}

/* =News Letter */
.news_letter{float:left; outline:0px solid blue;margin-bottom:-13px;padding:72px 0 0;text-align:center}
.news_letter .rect_box{padding:25px 53px 30px;text-align:left;}
.news_letter .rect_box>h3{font-family:'GothamMedium';font-weight:normal;font-size:24px;letter-spacing:-0.030empx;color:#000}
.news_letter .srch{position:relative;margin-top:20px;margin-right:-125px;border:1px solid #7f7f7f}
.news_letter .srch input[type=email]{width:334px;padding:11px 10px;border:0}
.news_letter .srch button[type=submit]{position:relative;width:46px;height:38px;border:0;background-color:#fff; color:#000; font-size:14px;font-family:'GothamBook';}
.news_letter .srch button[type=submit]:after{content:'';position:absolute;top:50%;left:0;width:1px;height:16px;margin-top:-8px;background-color:#b2b2b2}
.news_letter .desc{margin-top:20px;font-size:13px;color:#666}
/* 220916 수정 */.news_letter a.bt_pop {font-size:12px; color:#000; margin-left:16px; border-bottom:1px solid #000;}
/* 220916 수정 */.news_letter a.bt_pop:after{content:'';width:6px;height:7px;background:url(../img/exhibition_visit_link_arr.gif) no-repeat; display: inline-block;margin-left: 8px;}
/* 220916 수정 */.news_letter .rect_inbox{display: flex;align-items: flex-end;}
	
	/* 뉴스레터 구독 신청/해지 팝업 */
	.message_ground {width:100%; min-height:96px; padding:27px 30px 25px; background:#f0f0f0;}
	.message_ground strong {display:block; font-size:16px; color:#171715; margin-bottom:10px;}
	.message_ground p {font-size:14px; color:#666;}
	.message_ground h4 {margin-top:10px; font-size:16px;color:#171715; font-weight:normal;}
	.message_ground h4.false {color:#e60012;}
	.mail_input {margin-top:20px;}
	.mail_input:after {clear:both; content:''; display:block;}
	.mail_input input.email {float:left; /*width:450px;*/ width:78%; height:40px; line-height:40px; color:#999; font-size:13px; padding:0 15px; border:1px solid #dfdfdf;}
	.mail_input a.btn_ok {float:right; /*width:130px;*/ width:20%; height:40px; line-height:40px; text-align:center; font-size:14px; border:1px solid #333; font-family:'GothamMedium';}
	.mail_address {border:1px solid #f0f0f0; height:58px; line-height:58px; font-size:16px; text-align:center; color:#171715;}



/* =Notice */
.notice{padding:22px 0 18px;border-top:1px solid #ccc}
.notice strong,
.notice .lst{float:left}
.notice strong{position:relative;padding-right:18px;font-weight:normal;font-size:13px;color:#000}
.notice strong:after{content:'';position:absolute;top:50%;right:0;width:5px;height:5px;margin-top:-3px;background:url(../img/notice_tit_arr.gif)}
.notice .lst{overflow:hidden;width:760px;height:16px;margin-left:20px}
.notice .lst a{width:80%;font-size:14px;color:#666;vertical-align:top}
.notice .lst .date{float:right;font-size:12px;color:#919192;vertical-align:top}
.notice .bx-viewport{left:0;border:0;box-shadow:none}

/* =Foot */
.foot{background-color:#444}
.foot>.inr{padding-top:30px;padding-bottom:30px}
.foot .group:after{display:block;content:'';clear:both}
.foot .group{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:20px}
.foot .group>.info{float:none;flex:0 0 auto}
.foot .group>.info>.addr{margin-top:0}
.foot .group>.foot_logos{flex:1 1 auto;display:flex;justify-content:center;align-items:center;gap:24px 32px;margin:0;padding:0;border:none;order:0}
.foot .group>.links{float:none;flex:0 0 auto}
.foot .group>.links .policy{margin-top:0}
.foot .sns{overflow:hidden}
.foot .sns ul{overflow:hidden;margin:-10px 0 0 -25px}
.foot .sns li{float:left;position:relative}
.foot .sns li:first-child:after{display:none}
.foot .sns li:after{content:'';position:absolute;top:50%;left:0;width:2px;height:10px;margin-top:-5px;background-color:#cecece}
.foot .sns a{display:block;margin:0 10px;padding:10px 15px}
.foot .addr{margin-top:24px;font-size:12px;color:#dedede}
.foot .addr address{margin-bottom:5px;line-height:1.6;white-space:nowrap}
.foot .addr a{margin-left:10px;color:#dedede}
.foot .addr a:first-of-type{margin-left:0}
.foot .addr a.pc_act {display:inline !important;}
.foot .family_site{margin-top:-4px}
.foot .dropdown{position:relative}
.foot .dropdown>span>a{position:relative;padding-right:23px;font-weight:bold;color:#dedede}
.foot .dropdown>span>a.on:after{background-position:100% 0}
.foot .dropdown>span>a:after{content:'';position:absolute;top:50%;right:0;width:11px;height:9px;margin-top:-4px;background:url(../img/sp_familysite_arr.gif) no-repeat}
.foot .dropdown_menu{position:absolute;right:0;bottom:100%;width:215px;margin-bottom:20px;background-color:#ececec; z-index:41;}
.foot .dropdown_menu>ul>li{position:relative}
.foot .dropdown_menu>ul>li.m1:before{top:0;background-color:#fdb834}
.foot .dropdown_menu>ul>li.m2:before{background-color:#ed1c24}
.foot .dropdown_menu>ul>li.m3:before{background-color:#40c3ee}
.foot .dropdown_menu>ul>li.m4:before{background-color:#4b0506}
.foot .dropdown_menu>ul>li.m5:before{background-color:#a7a9ac}
.foot .dropdown_menu>ul>li:before{content:'';position:absolute;top:1px;bottom:0;left:0;width:3px}
.foot .dropdown_menu>ul>li.on:before{width:8px}
.foot .dropdown_menu>ul>li>a{display:block;position:relative;padding:14px 15px;text-indent:8px}
.foot .dropdown_menu>ul>li>a:after{content:'';position:absolute;right:20px;bottom:0;left:20px;height:1px;background-color:#cfcece}
.foot .dropdown_menu .dir{position:relative;margin:-1px 20px 0;padding-bottom:25px;border-top:1px solid #ececec;border-bottom:1px solid #cfcece}
.foot .dropdown_menu .dir a{display:block;padding:5px 0;font-size:12px;color:#777}
.foot .policy{margin-top:24px;text-align:right}
.foot .policy li{margin-top:5px}
.foot .policy li:first-child{margin-top:0}
.foot .policy a{font-size:12px;color:#dedede}
/*.foot .flnr{overflow:hidden;margin-top:25px;padding-top:26px;border-top:1px solid #dedede}*/
.foot .flnr{overflow:hidden;margin-top:25px;padding-top:26px}
.foot .flnr .copy{float:left;font-size:12px;color:#dedede}
.foot .flnr .copy>span{font-weight:bold}
.foot .flnr .flogo{float:right}
.foot_logos a{display:block;opacity:.9;transition:opacity .2s}
.foot_logos a:hover{opacity:1}
.foot_logos img{display:block;height:28px;width:auto;max-width:120px;object-fit:contain;vertical-align:bottom}

/* =Btn Top */
.btn_top{position:absolute;top:0;right:0;width:56px;height:48px;margin-top:-24px;background:url(../img/btn_top.png) no-repeat; /* background-size:44px 38px !important; */ z-index:40;}
/* .btn_top {position:fixed; bottom:10px; right:10px; width:56px; height:48px; background:url(../img/btn_top.png) no-repeat 0 0; z-index:40; -webkit-transition:background .5s;transition:background .5s;} */
/* .btn_top:hover {background-position:0 -48px; -webkit-transition:background .5s;transition:background .5s;} */
[lang=en] .btn_top{margin-top:-48px}

/* =Depth Menu */
.depth_menu{margin-top:60px;padding-right:47px}
.depth_menu:after{display:block;content:'';clear:both}
.depth_menu ul{display:table;float:right}
.depth_menu li{display:table-cell;height:40px;padding:0 25px 0 15px;border-left:1px solid #b2b2b2}
.depth_menu li.on{border-color:#000}
.depth_menu li.on a{color:#000}
.depth_menu li:last-child{padding-right:0}
.depth_menu a{display:block;height:100%;color:#b2b2b2;font-size:16px; text-align:left;vertical-align:top}

/* =Subject */
.sjt{-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg);-ms-transform-origin:0 100%;-webkit-transform-origin:0 100%;transform-origin:0 100%;position:absolute;top:-39px;left:20px}
.sjt h2{-ms-transform:rotate(-180deg);-webkit-transform:rotate(-180deg);transform:rotate(-180deg);color:#000;white-space:nowrap}
.sjt h2>em{display:inline-block;margin-right:15px;font-size:40px;font-family:'GothamMedium';vertical-align:middle; letter-spacing:0.040em; color:#000;}
.sjt h2>span{display:inline-block;position:relative;/*padding:0 60px;*/ padding:0; padding-top:10px; font-weight:normal;font-size:24px;vertical-align:middle; letter-spacing:0; color:#000;}
.sjt h2>span:before {content:'/'; padding-right:10px;}

/*.sjt h2>span:before,
.sjt h2>span:after{content:'';position:absolute;top:50%;width:40px;height:1px;background-color:#000}*/
.sjt h2>span:before{left:0}
.sjt h2>span:after{right:0}



@media (max-width:768px){
  .subnav_foundation .inr,
  .subnav_business .inr{padding:0 12px}
  .subnav_foundation ul,
  .subnav_business ul{flex-wrap:wrap}
  .subnav_foundation li a,
  .subnav_business li a{padding:10px 16px;font-size:14px}
}

/* =Func */
.func .combobox{margin-left:30px}
.func .combobox:first-child{margin-left:0}

/* =Board List */
.bbs_lst{border-top:1px solid #171715}
.bbs_lst li{border-top:1px solid #d7d8d8}
.bbs_lst li:first-child{border-top:0}
.bbs_lst .item{display:block;position:relative;padding:28px 28px 26px}
.bbs_lst .item>strong{font-weight:normal;font-size:16px}
.bbs_lst .item>p{margin-top:12px;font-size:13px;line-height:1.6;color:#666}
.bbs_lst .date{position:absolute;top:45px;right:28px;font-size:13px;color:#999}

/* =Board View */
.bbs_view{border-top:1px solid #666;border-bottom:1px solid #ddd}
.bbs_view .badge{position:absolute;top:0;left:20px;margin-top:15px}
.bbs_view .bbs_view_sjt{position:relative;padding:23px 25px;border-bottom:1px solid #ddd}
.bbs_view .bbs_view_sjt>p{margin-top:10px;font-size:20px}
.bbs_view .bbs_view_sjt .date{color:#999}
.bbs_view .bbs_view_cont{padding:30px 30px 80px;line-height:1.6;color:#666}
.bbs_view .bbs_view_cont * {font-family:'Nanum Barun Gothic' !important;}

/* =Board View List */
.bbs_view_lst{overflow:hidden;padding:18px 30px;border:1px solid #171715;border-width:1px 0;text-align:center}
.bbs_view_lst.history {margin-top:50px;}
.bbs_view_lst>a{position:relative;font-size:12px}
.bbs_view_lst>a.prev,
.bbs_view_lst>a.next{margin-top:2px}
.bbs_view_lst>a.prev{float:left;padding-left:15px}
.bbs_view_lst>a.next{float:right;padding-right:15px}
.bbs_view_lst>a.prev:before,
.bbs_view_lst>a.next:before{content:'';position:absolute;top:50%;width:6px;height:7px;margin-top:-4px;background:url(../img/sp_bbs_view_arr.gif) no-repeat}
.bbs_view_lst>a.prev:before{left:0;background-position:0 0}
.bbs_view_lst>a.next:before{right:0;background-position:100% 0}
.bbs_view_lst>a.list .ico_bbs_lst{margin:2px 6px 0 0}

/* =Board Table */
.bbs_tbl{border:1px solid #000;border-width:1px 0}
.bbs_tbl tr:first-child th,
.bbs_tbl tr:first-child td{border-top:0}
.bbs_tbl th,
.bbs_tbl td{height:60px;padding:12px 0;border-top:1px solid #ddd;text-align:left}
.bbs_tbl th{padding-right:10px;padding-left:30px;font-weight:normal;line-height:1.6}
.bbs_tbl th.valign{padding-top:20px;vertical-align:top}
.bbs_tbl td{padding-right:30px}
.bbs_tbl input[type=text],
.bbs_tbl input[type=password],
.bbs_tbl input[type=email],
.bbs_tbl input[type=tel]{width:100%;padding:9px 8px;border:1px solid #ddd;font-size:12px}
.bbs_tbl textarea{width:100%;padding:10px;min-height:150px;border:1px solid #ddd;font-size:12px; resize:none;}
.bbs_tbl .combobox select{height:34px;border-color:#ddd}
.bbs_tbl .dash{display:inline-block;margin-top:10px;color:#7c8183;vertical-align:top}

/* =Board More */
.bbs_more{border-top:1px solid #d7d8d8;border-bottom:1px solid #171715}
.bbs_more a{display:block;padding:18px 0;font-size:12px;text-align:center}
.bbs_more a>span{padding-right:18px;background:url(../img/ico_bbs_more_arr.gif) no-repeat 100% 45%}

/* =Board More2 */
.bbs_more2{margin-top:100px}
.bbs_more2 a{display:block;position:relative;padding:18px 0 18px;font-size:13px;text-align:center}
.bbs_more2 a:before{content:'';position:absolute;top:-40px;left:50%;width:1px;height:40px;background-color:#000}

/* =Pagenate */
.pagenate{text-align:center}
.pagenate a,
.pagenate button[type=button]{outline:0px solid red;display:inline-block;width:20px;height:20px;margin:0 15px;text-align:center;vertical-align:top}
.pagenate a{position:relative;font-size:12px;line-height:20px;color:#999}
.pagenate a:before,
.pagenate a:after{display:none;content:'';position:absolute;bottom:0;width:1px;height:4px;background-color:#000}
.pagenate a:before{left:0}
.pagenate a:after{right:0}
.pagenate a.on{border-bottom:1px solid #000;color:#000}
.pagenate a.on:before,
.pagenate a.on:after{display:block}
.pagenate button[type=button]{border:0;background-color:transparent}
.pagenate button[type=button].prev{margin-right:23px}
.pagenate button[type=button].next{margin-left:23px}
.pagenate button[type=button]>.ico{width:5px;height:6px;margin-top:4px;background:url(../img/sp_pagenate.gif) no-repeat}
.pagenate button[type=button].prev>.ico{background-position:0 0}
.pagenate button[type=button].next>.ico{background-position:100% 0}

.pagenate.add {border-top:1px solid #d7d8d8; padding-top:30px;}

/* =Board NoData */
.bbs_nodata{padding:370px 40px 150px;background:url(../img/img_nodata.jpg) no-repeat center center;background-size: cover;}
.bbs_nodata .txt{text-align:center}
.bbs_nodata .txt>strong{font-weight:normal;font-size:22px;color:#fff;text-transform:uppercase}
[lang=en] .bbs_nodata .txt>strong{font-size:30px; font-family:'GothamBold'}
.bbs_nodata .txt>strong mark{background-color:transparent;color:#e50717}
.bbs_nodata .txt>span{display:block;margin-top:20px;line-height:1.6;color:#fff}
.bbs_nodata.museum_shop {background-image:url(../img/waiting_museum_shop.jpg); background-repeat:no-repeat; background-position:center center;}
.bbs_nodata.museum_tour {background-image:url(../img/waiting_museum_tour.jpg); background-repeat:no-repeat; background-position:center center;}
.bbs_nodata.result {padding:260px 40px;background:#f7f7f7;}
.bbs_nodata.result .txt > strong {color:#000; text-transform:inherit;}
.bbs_nodata.result .txt > span {color:#666;}

/* =Sub Search */
.sub_srch{text-align:center}
.sub_srch .srch{display:inline-block;position:relative;border:1px solid #000}
.sub_srch .srch input[type=search]{width:220px;padding:6px;border:0}
.sub_srch .srch button[type=submit]{position:relative;width:83px;height:28px;border:0;background-color:#fff;font-size:12px;letter-spacing:-1px}
.sub_srch .srch button[type=submit]:after{content:'';position:absolute;top:50%;left:0;width:1px;height:16px;margin-top:-8px;background-color:#b2b2b2}
.sub_srch_e1{margin-top:40px}

/* =Sub Title */
.stit{position:relative;/*padding-left:15px;*/font-weight:normal;font-size:22px;color:#000}
/*.stit:before{content:'';position:absolute;top:50%;left:0;width:1px;height:18px;margin-top:-9px;background-color:#000}*/

/* =Thumb List */
.thumb_lst{overflow:hidden}
.thumb_lst ul{outline:0px solid blue;margin-top:-22px}
.thumb_lst ul:after{display:block;content:'';clear:both}
.thumb_lst li{float:left;width:31.25%;margin-top:22px;margin-left:3.125%}
.thumb_lst li:nth-of-type(3n+1){margin-left:0}

.thumb_lst li.fadeinup{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.thumb_lst figure .pic,
.thumb_lst figure .video{overflow:hidden;position:relative}
.thumb_lst figure .mask{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000;opacity:0;z-index:10;}
.thumb_lst figure .pic img,
.thumb_lst figure .video img{-webkit-transition:transform .5s;transition:transform .5s;-ms-transform:scale(1,1);-webkit-transform:scale(1,1);transform:scale(1,1)}
.thumb_lst figure .pic:hover .mask,
.thumb_lst figure .video:hover .mask{-webkit-transition:opacity .3s;transition:opacity .3s;opacity:.4}
.thumb_lst figure .pic:hover img,
.thumb_lst figure .video:hover img{/*-ms-transform:scale(1.03,1.03);-webkit-transform:scale(1.03,1.03);transform:scale(1.03,1.03)*/}
.thumb_lst figcaption{margin-top:8px}
.thumb_lst figcaption .tit{padding:15px 0;}
.thumb_lst figcaption .tit>strong {height:18px; display:block;font-weight:normal; letter-spacing:-0.025em; font-size:16px; text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;}
.thumb_lst li figcaption .tit>strong.program_tit {height:auto; font-size:26px;}

.thumb_lst figcaption .date{height:49px; display:block;padding:15px 0;border-top:1px solid #d7d8d8;font-size:13px;color:#999; text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;}

.thumb_lst_v1 li,
.thumb_lst_v1 li:nth-of-type(3n+1){margin-left:3.125%}
.thumb_lst_v1 li:nth-of-type(3n+2){margin-left:0}
.thumb_lst_v1 li:first-child{width:100%;margin-bottom:16px;margin-left:0}
.thumb_lst_v1 li:first-child figure{position:relative}
.thumb_lst_v1 li:first-child figure img{width:100%}
.thumb_lst_v1 li:first-child figcaption{position:relative;padding:30px 0 0}
.thumb_lst_v1 li:first-child figcaption .tit{padding:0;font-size:26px}
.thumb_lst_v1 li:first-child figcaption .desc{display:none}
.thumb_lst_v1 li:first-child figcaption .date{margin-top:15px;padding:0;border-top:0;font-size:14px;color:#58585a}
.thumb_lst_v1 li:first-child figcaption .more{display:block;position:absolute;top:30px;right:20px;padding-right:14px;padding-bottom:2px;border-bottom:1px solid #7f7f7f;color:#000}
.thumb_lst_v1 li:first-child figcaption .more:after{content:'';position:absolute;top:50%;right:0;width:6px;height:7px;margin-top:-5px;background:url(../img/exhibition_visit_link_arr.gif) no-repeat}
.thumb_lst_v1 figcaption{margin-top:0}
.thumb_lst_v1 figcaption .tit+.desc{margin-top:-15px}
.thumb_lst_v1 figcaption .desc{padding:10px 0;line-height:1.6;color:#999}
.thumb_lst_v1 figcaption .more{display:none}

/*
.thumb_lst_v2 li {width:24.5%; /*width:23.684%; margin-left:1.754%}
*/
.thumb_lst_v2 li {float:none; display:inline-block; *zoom:1;*display:inline; width:24.74%; padding-right:1%; margin-top:22px; margin-left:0; /*margin-left:3.125%*/}
/*
.thumb_lst_v2 li:nth-of-type(3n+1){margin-left:1.754%}
.thumb_lst_v2 li:nth-of-type(4n+1){margin-left:0}
*/

.thumb_lst_v2 figure .video:after{content:'';position:absolute;right:20px;bottom:20px;width:35px;height:45px;background:url(../img/ico_play.png) no-repeat}
.thumb_lst_v2 figure .labels{position:absolute;top:20px;left:20px;z-index:20;}
.thumb_lst_v2 figure .labels:before{content:'';position:absolute;top:0;left:0;width:28px;height:2px;background-color:#fff}
.thumb_lst_v2 figure .labels .label{margin-top:8px;font-size:13px;color:#fff}
.thumb_lst_v2 figcaption .tit{padding:10px 0}
.thumb_lst_v2 figcaption .tit>strong{overflow:hidden;height:38px;font-size:16px}
.thumb_lst_v2 figcaption .date{padding:0 0 12px;border-top:0}

.thumb_lst_v3{border-bottom:1px solid #000}
.thumb_lst_v3 li{float:none;width:100%;margin-top:0;margin-left:0;padding:30px 0;border-top:1px solid #d7d8d8}
.thumb_lst_v3 li:first-child{border-top:0}
.thumb_lst_v3 figure{overflow:hidden}
.thumb_lst_v3 figure .pic{/*width:306px*/ width:240px;}
.thumb_lst_v3 figcaption{margin-top:0;padding:25px 40px}
.thumb_lst_v3 figcaption .tit{overflow:hidden;height:44px;padding:0}
.thumb_lst_v3 figcaption .tit>strong{font-size:16px;line-height:1.4;color:#000}
.thumb_lst_v3 figcaption .date{border-top:0;font-size:13px;color:#999}
.thumb_lst_v3 figcaption .more{display:inline-block;position:relative;margin-top:26px;padding-right:18px;padding-bottom:2px;border-bottom:1px solid #7f7f7f;font-size:13px;color:#000}
.thumb_lst_v3 figcaption .more:after{content:'';position:absolute;top:50%;right:0;width:6px;height:7px;margin-top:-5px;background:url(../img/exhibition_visit_link_arr.gif) no-repeat}

/* =Thumb List2 */
/* [I] 썸네일 4개 이상일 경우 */
.thumb_lst2{overflow:hidden}
.thumb_lst2 ul{overflow:hidden;margin-top:-16px}
.thumb_lst2 li{float:left;/*width:47.807%;*/ width:47%; margin-top:15px;margin-left:4.385%}
.thumb_lst2 li:nth-of-type(2n+1){margin-left:0}
.thumb_lst2 figure .pic{overflow:hidden;position:relative}
.thumb_lst2 figure .verti{display:none}
.thumb_lst2 figure .mask{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000;opacity:0}
.thumb_lst2 figure .pic img{-webkit-transition:transform .5s;transition:transform .5s;-ms-transform:scale(1,1);-webkit-transform:scale(1,1);transform:scale(1,1);width:100%}
.thumb_lst2 figure .pic:hover img{-ms-transform:scale(1.03,1.03);-webkit-transform:scale(1.03,1.03);transform:scale(1.03,1.03)}
.thumb_lst2 figure .pic:hover .mask{-webkit-transition:opacity .4s;transition:opacity .4s;opacity:.3}
.thumb_lst2 figure .hori .fluid_thumb{padding-top:54.482%}
.thumb_lst2 figure .verti .fluid_thumb{padding-top:131.494%}
.thumb_lst2 figcaption{padding:16px 0}
.thumb_lst2 figcaption .tit>strong{display:block;font-weight:normal;font-size:20px;line-height:1.6}
.thumb_lst2 figcaption .date{display:block;margin-top:5px;font-size:12px;/*color:#58585a;*/ color:#999;}

 /* [I] 썸네일 1개일 경우 */
.thumb_lst2_v1 li{float:none;width:100%;margin-left:0}

 /* [I] 썸네일 2개일 경우 */
.thumb_lst2_v2 figure .hori{display:none}
.thumb_lst2_v2 figure .verti{display:block}

 /* [I] 썸네일 3개일 경우 */
.thumb_lst2_v3 li:nth-of-type(odd){float:left}
.thumb_lst2_v3 li:nth-of-type(even){float:right}
.thumb_lst2_v3 li:nth-of-type(2) figure .hori{display:none}
.thumb_lst2_v3 li:nth-of-type(2) figure .verti{display:block}

/* =Thumb View */
.thumb_view .thumb_view_sjt:after{display:block;content:'';clear:both}
.thumb_view .thumb_view_sjt .thumb{position:relative}
.thumb_view .thumb_view_sjt figure img{width:100%}
.thumb_view .thumb_view_sjt figcaption{float:left;width:48%;margin-top:46px}
.thumb_view .thumb_view_sjt figcaption .tit>strong{font-weight:normal;font-size:38px}
.thumb_view .thumb_view_sjt figcaption .tit+.date{margin-top:26px}
.thumb_view .thumb_view_sjt figcaption .desc+.date{margin-top:10px}
.thumb_view .thumb_view_sjt figcaption .desc{margin-top:30px; line-height:1.6;}
.thumb_view .thumb_view_sjt figcaption .year{margin-top:8px}
.thumb_view .thumb_view_sjt figcaption .date{display:block;color:#58585a}
.thumb_view .thumb_view_sjt .support{float:left;width:100%;margin-top:50px}
.thumb_view .thumb_view_sjt .support li{margin-top:4px}
.thumb_view .thumb_view_sjt .support li:first-child{margin-top:0}
.thumb_view .thumb_view_sjt .support li>em{display:inline-block;position:relative;width:50px;margin-right:14px;padding-left:8px;line-height:1.6;color:#000;vertical-align:top}
[lang=en] .thumb_view .thumb_view_sjt .support li>em{width:78px}
.thumb_view .thumb_view_sjt .support li>em:before,
.thumb_view .thumb_view_sjt .support li>em:after{content:'';position:absolute;top:50%}
.thumb_view .thumb_view_sjt .support li>em:before{left:0;margin-top:-4px;border:3px solid transparent;border-left-color:#000}
.thumb_view .thumb_view_sjt .support li>em:after{right:0;width:1px;height:6px;margin-top:-3px;background-color:#c4c4c4}
.thumb_view .thumb_view_sjt .support li>span{display:inline-block;max-width:350px;line-height:1.6;color:#666;vertical-align:top}
.thumb_view .thumb_view_sjt .info{position:absolute;top:100%;right:45px;margin-top:-20px}
.thumb_view .thumb_view_sjt .rect_box{padding:40px 35px 32px;border-color:#000}
.thumb_view .thumb_view_sjt .rect_box:before,
.thumb_view .thumb_view_sjt .rect_box:after{background-color:#000}
.thumb_view .thumb_view_sjt .rect_box li{display:table;margin-top:4px}
.thumb_view .thumb_view_sjt .rect_box li:first-child{margin-top:0}
.thumb_view .thumb_view_sjt .rect_box li>em,
.thumb_view .thumb_view_sjt .rect_box li>span{display:inline-block;line-height:1.6;vertical-align:top}
.thumb_view .thumb_view_sjt .rect_box li>em{position:relative;padding-left:8px;color:#000}
.thumb_view .thumb_view_sjt .rect_box li>em:before{content:'';position:absolute;top:50%;left:0;margin-top:-4px;border:3px solid transparent;border-left-color:#000}
.thumb_view .thumb_view_sjt .rect_box li>span{display:table-cell;max-width:218px;color:#666}
.thumb_view .thumb_view_sjt .rect_box .btns{margin-top:44px}
.thumb_view .thumb_view_sjt .rect_box .btns>a.btn{display:inline-block;position:relative;margin-left:15px;padding-right:14px;padding-bottom:2px;border-bottom:1px solid #7f7f7f;color:#000}
.thumb_view .thumb_view_sjt .rect_box .btns>a.btn:after{content:'';position:absolute;top:50%;right:0;width:6px;height:7px;margin-top:-5px;background:url(../img/exhibition_visit_link_arr.gif) no-repeat}
.thumb_view .thumb_view_sjt .rect_box .btns>a.btn:first-child{margin-left:0}
.thumb_view .thumb_view_cont{width:48%;line-height:1.6}
.thumb_view .thumb_view_cont>p{/* margin-top:20px; */line-height:1.8 !important;color:#707070;word-break: break-word;}
/* .thumb_view .thumb_view_cont>p:first-child{margin-top:0} */

.thumb_view_v1 .thumb_view_cont{width:100%}
.thumb_view_v1 .thumb_view_cont .tabs.fixed{position:fixed;top:60px;right:0;left:0;z-index:5}
.thumb_view_v1 .thumb_view_cont .tabs.fixed ul{max-width:1068px;margin:0 auto}
.thumb_view_v1 .thumb_view_cont .tab_cont{position:relative;margin-top:15px}
.thumb_view_v1 .thumb_view_cont .tab_cont:after{display:block;content:'';clear:both}
.thumb_view_v1 .thumb_view_cont .tab_cont .desc{float:right;width:500px}
.thumb_view_v1 .thumb_view_cont .tab_cont .desc.fixed{position:fixed;top:145px;right:50%;margin-right:-534px}
.thumb_view_v1 .thumb_view_cont .tab_cont .desc.static{position:absolute;right:0}
.thumb_view_v1 .thumb_view_cont .tab_cont .desc>p{color:#707070}
.thumb_view_v1 .thumb_view_cont .tab_cont .desc>p:first-child{margin-top:0}
.thumb_view_v1 .thumb_view_cont .tab_cont .pic{float:left;width:42%}
.thumb_view_v1 .thumb_view_cont .tab_cont .pic li{margin-top:40px}
.thumb_view_v1 .thumb_view_cont .tab_cont .pic li:first-child{margin-top:0}
.thumb_view_v1 .thumb_view_cont .tab_cont_v1 .group{overflow:hidden;margin-top:-1px;padding:40px 0;border:1px solid #d7d8d8;border-width:1px 0}
.thumb_view_v1 .thumb_view_cont .tab_cont_v1 .group:first-child{margin-top:0;padding-top:0;border-top:0}
.thumb_view_v1 .thumb_view_cont .tab_cont_v1 .pic{width:28.651%}
.thumb_view_v1 .thumb_view_cont .tab_cont_v1 .desc{float:left;width:65.730%;margin-left:5.617%}
.thumb_view_v1 .thumb_view_cont .tab_cont_v1 .desc>strong{display:block;margin-top:25px;font-size:16px}
.thumb_view_v1 .thumb_view_cont .tab_cont_v1 .desc>p{margin-top:20px}
.thumb_view_v1 .thumb_view_cont .tab_cont_v1 .desc .lst{color:#707070}
.thumb_view_v1 .thumb_view_cont .tab_cont_v1 .desc .lst li>em,
.thumb_view_v1 .thumb_view_cont .tab_cont_v1 .desc .lst li>span{display:inline-block;vertical-align:top}
.thumb_view_v1 .thumb_view_cont .tab_cont_v1 .desc .lst li>em{width:80px}

.thumb_view_v2:after{display:block;content:'';clear:both;}
.thumb_view_v2 .thumb_view_sjt figure img{max-width:610px;vertical-align:bottom;}
.thumb_view_v2 .thumb_view_sjt figure .collec{text-align:center;}
.thumb_view_v2 .thumb_view_sjt figure .pic{display:inline-block;}
/*.thumb_view_v2 .thumb_view_sjt figure .loc{position:relative;width:178px}*/
.thumb_view_v2 .thumb_view_sjt figure .loc{position:absolute;width:178px; right:0; top:0;}
.thumb_view_v2 .thumb_view_sjt figure .paging_preview{position:absolute;top:0;right:0}
.thumb_view_v2 .thumb_view_sjt figure .paging_preview>.btn{overflow:hidden;position:relative;width:130px;margin-top:5px}
.thumb_view_v2 .thumb_view_sjt figure .paging_preview>.btn:first-child{margin-top:0}
.thumb_view_v2 .thumb_view_sjt figure .paging_preview>.btn>a{position:absolute;right:45px;left:45px;z-index:5;padding:5px}
.thumb_view_v2 .thumb_view_sjt figure .paging_preview>.btn>a .ico{width:100%;height:21px;background:url(../img/sp_collection_paging.png) no-repeat}
.thumb_view_v2 .thumb_view_sjt figure .paging_preview>.btn_prev>a{-webkit-transition:left .4s;transition:left .4s;top:20px}
.thumb_view_v2 .thumb_view_sjt figure .paging_preview>.btn_next>a{-webkit-transition:right .4s;transition:right .4s;bottom:10px}
.thumb_view_v2 .thumb_view_sjt figure .paging_preview>.btn_prev>a .ico{background-position:0 0}
.thumb_view_v2 .thumb_view_sjt figure .paging_preview>.btn_next>a .ico{background-position:100% 0}
.thumb_view_v2 .thumb_view_sjt figure .paging_preview>.btn_prev.on>a{left:10px}
.thumb_view_v2 .thumb_view_sjt figure .paging_preview>.btn_next.on>a{right:10px}
.thumb_view_v2 .thumb_view_sjt figure .paging_preview>.btn_prev.on>a .ico{background-position:0 100%}
.thumb_view_v2 .thumb_view_sjt figure .paging_preview>.btn_next.on>a .ico{background-position:100% 100%}
.thumb_view_v2 .thumb_view_sjt figure .paging_preview>.btn.on>.preview{opacity:1}
.thumb_view_v2 .thumb_view_sjt figure .paging_preview>.btn.on>.preview>strong,
.thumb_view_v2 .thumb_view_sjt figure .paging_preview>.btn.on>.preview>img{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.thumb_view_v2 .thumb_view_sjt figure .paging_preview>.btn>.preview{position:relative; width:130px; height:130px; -webkit-transition:opacity .45s;transition:opacity .45s;text-align:left;opacity:0}

.thumb_view_v2 .thumb_view_sjt figure .paging_preview.vertical>.btn{overflow:hidden;position:relative;width:130px;height:130px;margin-top:5px}
.thumb_view_v2 .thumb_view_sjt figure .paging_preview.vertical>.btn>.preview {width:130px; height:130px;}
.thumb_view_v2 .thumb_view_sjt figure .paging_preview.vertical>.btn>.preview img {width:100%; height:auto;}

.thumb_view_v2 .thumb_view_sjt figure .paging_preview>.btn>.preview>strong{position:absolute;left:0;z-index:5;max-width:100%;padding:12px;font-weight:normal;font-size:12px;color:#fff; line-height:18px; -webkit-transition:transform .35s;transition:transform .35s;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);}
.thumb_view_v2 .thumb_view_sjt figure .paging_preview>.btn>.preview>img{/*filter: brightness(50%);*/ height:100%; -webkit-transition:transform .25s;transition:transform .25s;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.thumb_view_v2 .thumb_view_sjt figure .paging_preview>.btn_prev>.preview>strong{bottom:0; text-align:left;}
.thumb_view_v2 .thumb_view_sjt figure .paging_preview>.btn_next>.preview>strong{top:0; text-align:right;}
.thumb_view_v2 .thumb_view_sjt figure .paging_preview>.btn.disabled{visibility:hidden}
.thumb_view_v2 .thumb_view_sjt figure .paging_preview>.btn>.preview>span {position:absolute; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.5; z-index:2; -webkit-transition:transform .25s;transition:transform .25s;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.thumb_view_v2 .thumb_view_sjt figure .paging_preview>.btn.on>.preview>span {-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.thumb_view_v2 .thumb_view_sjt figcaption{float:none;width:auto;margin-bottom:-102px}
.thumb_view_v2 .thumb_view_sjt figcaption .fabrication{/*width:250px;*/ width:300px; /*margin-top:36px*/ margin-top:8px;}
.thumb_view_v2 .thumb_view_sjt figcaption .fabrication dd{margin-top:8px}
.thumb_view_v2 .thumb_view_sjt figcaption .pos{width:250px;margin-top:36px;padding-left:13px;border-left:1px solid #000;text-align:left}
.thumb_view_v2 .thumb_view_sjt figcaption .pos>em{display:block;color:#000}
.thumb_view_v2 .thumb_view_sjt figcaption .pos>span{display:block;margin-top:12px;line-height:1.4;color:#666}
.thumb_view_v2 .thumb_view_cont{float:right;width:66.228%}

.thumb_view_v3 .thumb_view_sjt figcaption{float:none;width:auto;padding:0 30px}
.thumb_view_v3 .thumb_view_sjt figcaption .tit>strong{color:#000}
.thumb_view_v3 .thumb_view_cont{overflow:hidden;width:auto}
.thumb_view_v3 .thumb_view_cont>.desc{float:right;width:68.640%}
.thumb_view_v3 .thumb_view_cont>.desc>p{margin-top:20px;line-height:1.8;color:#707070; /*text-align:justify;*/}
.thumb_view_v3 .thumb_view_cont>.desc>p:first-child{margin-top:0}
.thumb_view_v3 .thumb_view_cont>.desc>p>strong{font-size:16px;color:#000}
.thumb_view_v3 .thumb_view_cont>.desc>.dtit>strong{font-weight:normal;font-size:18px}
.thumb_view_v3 .thumb_view_cont>.desc .tbl{line-height:1.8;color:#707070;text-align:justify;word-break:normal}
.thumb_view_v3 .thumb_view_cont>.desc .tbl *{word-break:normal}


/* 160909 히스토리 상세 추가 */

.thumb_view_v3 .thumb_view_cont>.desc>div>p{padding-top:20px;line-height:1.8;color:#707070;text-align:justify}
.thumb_view_v3 .thumb_view_cont>.desc>div>div>p{line-height:1.8;color:#707070;text-align:justify}
.thumb_view_v3 .thumb_view_cont>.desc>div>p:first-child{margin-top:0}
.thumb_view_v3 .thumb_view_cont>.desc>div>p>strong{font-size:16px;color:#000}
.thumb_view_v3 .thumb_view_cont>.desc>.dtit>strong{font-weight:normal;font-size:18px}
.thumb_view_v3 .thumb_view_cont>.desc .tbl{line-height:1.8;color:#707070;text-align:justify}

.thumb_view_v3 .thumb_view_cont>.desc>div.block-2 {}
.thumb_view_v3 .thumb_view_cont>.desc>div.block-2:after {clear:both; content:''; display:block;}
.thumb_view_v3 .thumb_view_cont>.desc>div.block-2 .lfloat {width:313px;}
.thumb_view_v3 .thumb_view_cont>.desc>div.block-2 .rfloat {width:283px;}
.thumb_view_v3 .thumb_view_cont>.desc strong.line {display:block; line-height:24px; width:130px; letter-spacing:-0.050em; padding-top:10px; color:#000; font-size:16px; font-weight:normal; border-top:1px solid #000;}

ul.post_list {}
ul.post_list li {padding:60px 0; border-bottom:1px solid #ddd;}
ul.post_list li > span {display:table-cell; width:314px;}
ul.post_list li > div {display:table-cell; vertical-align:top;}
ul.post_list li > div > strong {display:block; color:#000; font-size:18px;}
ul.post_list li > div > p.name {color:#000; font-size:18px; margin-bottom:25px;}
ul.post_list li > div > p.info {color:#666; font-size:14px; line-height:24px; font-family:'GothamBook'; margin-bottom:30px;}
ul.post_list li > div > p.txt {color:#666; font-size:14px; line-height:24px;}



.thumb_view_v3 .thumb_view_cont .left_label_pdf {float:left; padding-left:30px;}
.thumb_view_v3 .thumb_view_cont .left_label_pdf a {display:block; width:67px; color:#000; font-size:14px; border-bottom:1px solid #7f7f7f; background:url(http://v-w.co.kr/_test/sewha/resources/img/pdf_label_arrow.gif) no-repeat right center;}
.thumb_view_v3 .thumb_view_cont .left_label {float:left; color:#666; font-size:14px; line-height:24px; padding-top:10px;}
.thumb_view_v3 .thumb_view_cont .youtube {}

.sn {font-size:11px; position:relative; top:-3px;}












/* =Structure List */
.structure_lst{overflow:hidden}
.structure_lst li{margin-top:-1px;border:1px solid #ddd;border-width:1px 0}
.structure_lst li:first-child{margin-top:0;border-top-width:3px}
.structure_lst a{display:block;position:relative;padding:22px 0 22px 40px;color:#000}
.structure_lst a:before{content:'';position:absolute;top:50%;left:0;width:30px;height:30px;margin-top:-15px;background:url(../img/sp_structure_lst.png) no-repeat}
.structure_lst .group_lst1 li.m1 a:before{background-position:0 0}
.structure_lst .group_lst1 li.m2 a:before{background-position:0 -35px}
.structure_lst .group_lst1 li.m3 a:before{background-position:0 -70px}
.structure_lst .group_lst1 li.m4 a:before{background-position:0 -105px}
.structure_lst .group_lst1 li.m5 a:before{background-position:0 -140px}
.structure_lst .group_lst2 li.m1 a:before{background-position:-70px 0}
.structure_lst .group_lst2 li.m2 a:before{background-position:-70px -35px}
.structure_lst .group_lst2 li.m3 a:before{background-position:-70px -70px}
.structure_lst .group_lst2 li.m4 a:before{background-position:-70px -105px}
.structure_lst .group_lst2 li.m5 a:before{background-position:-70px -140px}
.structure_lst .group_lst3 li.m1 a:before{background-position:-140px 0}
.structure_lst .group_lst3 li.m2 a:before{background-position:-140px -35px}
.structure_lst .group_lst3 li.m3 a:before{background-position:-140px -70px}
.structure_lst .group_lst1 li.m1.on a:before{background-position:-35px 0}
.structure_lst .group_lst1 li.m2.on a:before{background-position:-35px -35px}
.structure_lst .group_lst1 li.m3.on a:before{background-position:-35px -70px}
.structure_lst .group_lst1 li.m4.on a:before{background-position:-35px -105px}
.structure_lst .group_lst1 li.m5.on a:before{background-position:-35px -140px}
.structure_lst .group_lst2 li.m1.on a:before{background-position:-105px 0}
.structure_lst .group_lst2 li.m2.on a:before{background-position:-105px -35px}
.structure_lst .group_lst2 li.m3.on a:before{background-position:-105px -70px}
.structure_lst .group_lst2 li.m4.on a:before{background-position:-105px -105px}
.structure_lst .group_lst2 li.m5.on a:before{background-position:-105px -140px}
.structure_lst .group_lst3 li.m1.on a:before{background-position:-175px 0}
.structure_lst .group_lst3 li.m2.on a:before{background-position:-175px -35px}
.structure_lst .group_lst3 li.m3.on a:before{background-position:-175px -70px}

/* =Table */
.table th,
.table td{padding:15px;border:1px solid #ccc}
.table th{position:relative;border-width:1px 0;border-top-color:#000;font-weight:normal;color:#000; font-size:16px;}
.table th:first-child:after{display:none}
.table th:after{content:'';position:absolute;top:0;left:0;width:1px;height:16px;background-color:#000}
.table td{color:#000}
.table td:first-child{border-left:0}
.table td:last-child{border-right:0}
.table .dlst dd{position:relative;margin-top:8px;padding-left:6px}
.table .dlst dd:first-of-type{}
.table .dlst dd:before{content:'';position:absolute;top:8px;left:0;width:2px;height:2px;margin-top:-1px;background-color:#222}
.table>.desc{margin-top:16px;color:#666}
.table>.desc:before{content:'- '}

/* =News Art Group :: [NEWS > 미술관소식 ] */
.news_art_group .bbs_view_lst{margin-top:-1px}

/* =News Event Group :: [NEWS > 이벤트 ] */
.news_evt_group .bbs_more{margin-top:64px}

/* =News Data Group :: [NEWS > 자료실] */
.news_data_group .bbs_lst .item{padding-bottom:24px}
.news_data_group .bbs_lst .date{top:30px}
.news_data_group .bbs_lst .download{position:absolute;top:25px;right:143px;padding:5px}

/* =Program List Group :: [PROGRAM 리스트:공통] */
.program_lst_group .thumb_lst_v1 figure .fluid_thumb{padding-top:55.561%}
.program_lst_group .thumb_lst_v1 li:first-child figure .fluid_thumb{padding-top:55.714%}

/* =Program View Group :: [PROGRAM 상세:공통] */
.program_view_group .thumb_view .thumb_view_sjt figcaption .lesson{margin-top:45px}
.program_view_group .thumb_view .thumb_view_sjt figcaption .lesson li{display:table;margin-top:4px}
.program_view_group .thumb_view .thumb_view_sjt figcaption .lesson li:first-child{margin-top:0}
.program_view_group .thumb_view .thumb_view_sjt figcaption .lesson li>em,
.program_view_group .thumb_view .thumb_view_sjt figcaption .lesson li>span{line-height:1.6;vertical-align:top}
.program_view_group .thumb_view .thumb_view_sjt figcaption .lesson li>em{display:inline-block;width:48px;color:#000}
.program_view_group .thumb_view .thumb_view_sjt figcaption .lesson li>span{display:table-cell;max-width:100%;color:#707070;text-align:justify}
.program_view_group .thumb_view .thumb_view_sjt figcaption .overview{margin-top:35px}
.program_view_group .thumb_view .thumb_view_sjt figcaption .overview dt{color:#000}
.program_view_group .thumb_view .thumb_view_sjt figcaption .overview dd{margin-top:6px;line-height:1.6;color:#707070}
.program_view_group .thumb_view .thumb_view_sjt figcaption .desc{line-height:1.6;color:#707070}
.program_view_group .thumb_view .thumb_view_sjt .rect_box li>em{width:68px}
.program_view_group .thumb_view .thumb_view_sjt .rect_box .btns{margin-left:68px}
.program_view_group .thumb_view .thumb_view_cont{width:100%;margin-top:80px;padding-top:35px;border-top:1px solid #d1d1d0}
.program_view_group .bbs_view_lst{margin-top:80px}

/* =Program Tour Group :: [PROGRAM > 투어] */
.program_tour_group .intro{position:relative}
.program_tour_group .intro>.htit{font-weight:normal;font-size:36px;line-height:1.4;color:#000}
.program_tour_group .intro>.desc{margin-top:20px;line-height:1.6;color:#707070}
.program_tour_group .intro>.info{margin-top:30px}
.program_tour_group .intro>.info li{margin-top:4px}
.program_tour_group .intro>.info li:first-child{margin-top:0}
.program_tour_group .intro>.info li>em{display:inline-block;position:relative;width:68px;margin-right:14px;padding-left:8px;line-height:1.6;color:#000;vertical-align:top}
.program_tour_group .intro>.info li>em:before,
.program_tour_group .intro>.info li>em:after{content:'';position:absolute;top:50%}
.program_tour_group .intro>.info li>em:before{left:0;margin-top:-4px;border:3px solid transparent;border-left-color:#000}
.program_tour_group .intro>.info li>em:after{right:0;width:1px;height:6px;margin-top:-3px;background-color:#c4c4c4}
.program_tour_group .intro>.info li>span{display:inline-block;max-width:218px;line-height:1.6;color:#666;vertical-align:top}
.program_tour_group .intro>a.apply{position:absolute;top:50%;right:0;margin-top:-17px;padding:8px 20px;border-bottom:1px solid #000;color:#000}
.program_tour_group .intro>a.apply:before,
.program_tour_group .intro>a.apply:after{content:'';position:absolute;bottom:0;width:1px;height:9px;background-color:#000}
.program_tour_group .intro>a.apply:before{left:0}
.program_tour_group .intro>a.apply:after{right:0}
.program_tour_group .intro>a.apply>span{position:relative;padding-right:10px}
.program_tour_group .intro>a.apply>span:after{content:'';position:absolute;top:50%;right:0;margin:-4px -4px 0 0;border:4px solid transparent;border-left-color:#000}
.program_tour_group .structure_map{margin-top:40px}
.program_tour_group .structure_lst{margin-top:60px}
.program_tour_group .structure_lst>.group{float:left;width:28.508%;margin-left:7.236%}
.program_tour_group .structure_lst>.group:first-child{margin-left:0}

/* =Program Tour Group :: [PROGRAM > 투어] 전면수정 */
.program_tour_group .head {position:relative;}
/*.program_tour_group .head:after {clear:both; content:''; display:block;}*/
.program_tour_group .head .headtxt {display:block; margin-bottom:60px;}
.program_tour_group .head .bg {position:relative; padding:100px 50px 0; width:100%; height:746px; background:url(../img/tour_head_bg.jpg) no-repeat;}
.program_tour_group .head .bg .rightTxt {display:block; color:#222; font-size:16px; position:absolute; right:-280px; top:360px; font-family:'GothamBook'; -ms-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-ms-transform-origin:0 100%;-webkit-transform-origin:0 100%;transform-origin:0 100%;}
.program_tour_group .head .bg .rightTxt b {font-family:'GothamBold';}
.program_tour_group .head .left_info {float:left;}
.program_tour_group .head .left_info dt {margin-bottom:10px; font-size:16px; color:#222; font-family:'GothamBold';}
.program_tour_group .head .left_info dd {margin-bottom:25px; font-size:16px; color:#333; line-height:24px;}
.program_tour_group .head .right_info {position:absolute; left:40%; top:400px;}
.program_tour_group .head .right_info h2.htit {font-size:34px; color:#222; line-height:42px; margin-bottom:20px;}
.program_tour_group .head .right_info h2.htit[lang=en] {font-family:'GothamBook';}
.program_tour_group .head .right_info p.desc {font-size:14px; color:#333; line-height:24px; margin-bottom:45px;}
[lang=en] .program_tour_group .head .right_info p.desc {padding-right:60px;}
.program_tour_group .head .right_info a.apply span {display:inline-block; position:relative; font-size:14px; color:#000; border-bottom:1px solid #000; font-weight:bold; padding:0 13px 2px 0}
.program_tour_group .head .right_info a.apply span:after {content: ''; position: absolute; top: 50%; right: 0; width: 6px; height: 7px; margin-top: -5px; background: url(../img/exhibition_visit_link_arr.png) no-repeat;}

.program_tour_group .map_area {padding-top:110px; padding-bottom:60px; background:#494949;}
.program_tour_group .map_area .h3 {padding:0 50px; color:#fff; margin-bottom:40px; font-size:72px; line-height:53px;}
.program_tour_group .map_area h3 {border-bottom:1px solid #fff; border-color:rgba(255,255,255,0.5); font-family:'Nanum Barun Gothic'; }

.program_tour_group .structure_lst2 {/*padding:0 50px;*/ margin-left:130px;}
.program_tour_group .structure_lst2:after {clear:both; content:''; display:block;}
.program_tour_group .structure_lst2 .group {float:left; margin-right:5%;}
.program_tour_group .structure_lst2 .group ul {}
.program_tour_group .structure_lst2 .group ul li {font-size:14px; line-height:25px; font-family:'GothamBook';}
.program_tour_group .structure_lst2 .group ul li em {/*margin-right:15px;*/ display:inline-block; width:35px; color:#fff; font-family:'GothamMedium';}
.program_tour_group .structure_lst2 .group ul li.on em {color:#ec2028;}
.program_tour_group .structure_lst2 .group ul li.on a {color:#ec2028;}
.program_tour_group .structure_lst2 .group ul li a {color:#fff; vertical-align:middle;}
.program_tour_group .structure_lst2 .group ul li a:hover {color:#ec2028;}
.program_tour_group .structure_lst2 .group ul li a:hover em {color:#ec2028;}
.program_tour_group .structure_lst2 .group.group_lst1 {}
.program_tour_group .structure_lst2 .group.group_lst2 .m1 {font-family:'Nanum Barun Gothic';}
.program_tour_group .structure_lst2 .group.group_lst3 {}

.program_tour_group .structure_lst2 .group.group_lst2 .m1,
.program_tour_group .structure_lst2 .group.group_lst3 .m2,
.program_tour_group .structure_lst2 .group.group_lst3 .m3 {font-family:'Nanum Barun Gothic';}
.program_tour_group .structure_lst2.en * {font-family:'GothamBook';}




/* =Exhibition List Group :: [EXHIBITION 리스트:공통] */
.exhibition_lst_group .func{margin-bottom:60px}
.exhibition_lst_group .thumb_lst figure .fluid_thumb{padding-top:55.561%}
.exhibition_lst_group .thumb_lst_v3 figure .fluid_thumb{/*padding-top:62.091%*/ padding-top:78.75%}
.exhibition_lst_group .bbs_more{margin-top:60px}
.exhibition_lst_group .pagenate{margin-top:24px}
.exhibition_lst_group .thumb_view_cont{margin-top:-20px}
.exhibition_lst_group .bbs_view_lst{margin-top:80px}

/* =Exhibition List Group :: [EXHIBITION 리스트:소장품] */
.exhibition_lst_group_v1 .thumb_lst figure .fluid_thumb{padding-top:100%}



/* =Exhibition View Group :: [EXHIBITION 상세:공통] */
.exhibition_view_group .thumb_view .thumb_view_sjt .rect_box li>em{width:78px}
[lang=en] .exhibition_view_group .thumb_view .thumb_view_sjt .rect_box li>em{width:110px}
.exhibition_view_group .thumb_view .thumb_view_sjt .rect_box .btns{margin-left:78px}
[lang=en] .exhibition_view_group .thumb_view .thumb_view_sjt .rect_box .btns{margin-left:110px}
.exhibition_view_group .thumb_view_cont{margin-top:54px}
[lang=en] .exhibition_view_group .thumb_view_cont .tabs li{width:140px}
.exhibition_view_group .bbs_view_lst{margin-top:80px}

/* =Visit Guide Group :: [VISIT > 관람/전시 안내 ] */
.visit_guide_group>.group{margin-top:90px}
.visit_guide_group>.group:first-child{margin-top:0}
.visit_guide_group .guide figure{position:relative;margin-top:30px}
.visit_guide_group .guide figure .pic{max-width:520px}
.visit_guide_group .guide figcaption{position:absolute;top:34px;right:0;width:508px;padding:52px;background-color:#f2f2f2}
[lang=en] .visit_guide_group .guide figcaption{padding-right:42px}
.visit_guide_group .guide figcaption .tit{position:relative;padding-bottom:10px}
/*[lang=en] .visit_guide_group .guide figcaption .tit{padding-bottom:16px}*/
/*.visit_guide_group .guide figcaption .tit:after{content:'';position:absolute;bottom:0;left:2px;width:13px;height:2px;background-color:#858585}*/
.visit_guide_group .guide figcaption .tit>strong{font-weight:normal;font-size:30px; color:#000; font-family:'GothamBold';}
.visit_guide_group .guide figcaption .info{margin-top:20px}
.visit_guide_group .guide figcaption .info li{display:table;line-height:1.4;color:#666}
[lang=en] .visit_guide_group .guide figcaption .info li{margin-top:4px}
.visit_guide_group .guide figcaption .info li>em,
.visit_guide_group .guide figcaption .info li>span{display:inline-block;vertical-align:top}
.visit_guide_group .guide figcaption .info li>em{width:160px;margin-top:1px}
.visit_guide_group .guide figcaption .info li>span{display:table-cell; padding-bottom:5px;}
.visit_guide_group .guide figcaption .desc{margin-top:14px;color:#666}
.visit_guide_group .fare .table{margin-top:30px}
.visit_guide_group .fare .table td{text-align:center}
.visit_guide_group .fare .table .dlst{margin-left:12px;text-align:left}
.visit_guide_group .directions .map{position:relative;margin-top:40px}
.visit_guide_group .directions .map a.btn_map{position:absolute;right:45px;bottom:30px;padding:6px 12px;border:1px solid #000;background-color:#fff}
.visit_guide_group .directions .map_info{margin-top:40px}
.visit_guide_group .directions .map_info .tbl{table-layout:auto}
.visit_guide_group .directions .map_info .row{height:55px}
[lang=en] .visit_guide_group .directions .map_info .row{height:78px}
.visit_guide_group .directions .map_info strong{display:block;width:140px;font-weight:normal;font-size:18px;color:#000}
[lang=en] .visit_guide_group .directions .map_info strong{width:190px}
.visit_guide_group .directions .map_info .addr_lst{overflow:hidden}
.visit_guide_group .directions .map_info .addr_lst li{float:left;position:relative;padding:0 10px}
.visit_guide_group .directions .map_info .addr_lst li:after{content:'';position:absolute;top:50%;left:0;width:1px;height:12px;margin-top:-6px;background-color:#ccc}
.visit_guide_group .directions .map_info .addr_lst li:first-child:after{display:none}
.visit_guide_group .directions .map_info .addr_lst li:first-child{padding-left:0}
.visit_guide_group .directions .map_info .addr_lst .m1{color:#000}
.visit_guide_group .directions .map_info .addr_lst .m2>a{color:#666}
.visit_guide_group .directions .map_info .addr_lst .m3>a{color:#666}
[lang=en] .visit_guide_group .directions .map_info .addr_lst .m1{margin-bottom:10px}
[lang=en] .visit_guide_group .directions .map_info .addr_lst .m2{clear:left;padding-left:0}
[lang=en] .visit_guide_group .directions .map_info .addr_lst .m2:after{display:none}
.visit_guide_group .directions .map_info .traf_lst{margin-top:34px}
.visit_guide_group .directions .map_info .traf_lst:first-child{margin-top:0}
.visit_guide_group .directions .map_info .traf_lst dt{color:#000}
.visit_guide_group .directions .map_info .traf_lst dd{display:table;line-height:1.6;color:#666}
.visit_guide_group .directions .map_info .traf_lst dd:first-of-type{margin-top:14px}
.visit_guide_group .directions .map_info .traf_lst dd{margin-top:6px}
.visit_guide_group .directions .map_info .traf_lst dd>em{display:inline-block;width:110px;color:#000}
.visit_guide_group .directions .map_info .traf_lst dd>span{display:table-cell;vertical-align:top}
.visit_guide_group .directions>.desc{margin-top:52px;padding-left:10px;line-height:1.4;color:#666}
.visit_guide_group .directions>.desc:before{content:'- ';margin-left:-10px}

/* 20220725 요금테이블 추가 */
.visit_guide_group .fare .table th{font-weight: bold;}
.visit_guide_group .fare .table td{border-left: none; border-right: none;}
/* end 20220725 요금테이블 추가 */

.visit_guide_group .directions .map{position:relative;margin-top:40px}
.visit_guide_group .directions .map a.btn_map{position:absolute;right:45px;bottom:30px;padding:6px 12px;border:1px solid #000;background-color:#fff}
.visit_guide_group .directions .map_info{margin-top:40px}
.visit_guide_group .directions .map_info .tbl{table-layout:auto}
.visit_guide_group .directions .map_info .row{height:55px}
[lang=en] .visit_guide_group .directions .map_info .row{height:78px}
.visit_guide_group .directions .map_info strong{display:block;width:140px;font-weight:normal;font-size:18px;color:#000}
[lang=en] .visit_guide_group .directions .map_info strong{width:190px}
.visit_guide_group .directions .map_info .addr_lst{overflow:hidden}
.visit_guide_group .directions .map_info .addr_lst li{float:left;position:relative;padding:0 10px}
.visit_guide_group .directions .map_info .addr_lst li:after{content:'';position:absolute;top:50%;left:0;width:1px;height:12px;margin-top:-6px;background-color:#ccc}
.visit_guide_group .directions .map_info .addr_lst li:first-child:after{display:none}
.visit_guide_group .directions .map_info .addr_lst li:first-child{padding-left:0}
.visit_guide_group .directions .map_info .addr_lst .m1{color:#000}
.visit_guide_group .directions .map_info .addr_lst .m2>a{color:#666}
.visit_guide_group .directions .map_info .addr_lst .m3>a{color:#666}
[lang=en] .visit_guide_group .directions .map_info .addr_lst .m1{margin-bottom:10px}
[lang=en] .visit_guide_group .directions .map_info .addr_lst .m2{clear:left;padding-left:0}
[lang=en] .visit_guide_group .directions .map_info .addr_lst .m2:after{display:none}
.visit_guide_group .directions .map_info .traf_lst{margin-top:34px}
.visit_guide_group .directions .map_info .traf_lst:first-child{margin-top:0}
.visit_guide_group .directions .map_info .traf_lst dt{color:#000}
.visit_guide_group .directions .map_info .traf_lst dd{display:table;line-height:1.6;color:#666}
.visit_guide_group .directions .map_info .traf_lst dd:first-of-type{margin-top:14px}
.visit_guide_group .directions .map_info .traf_lst dd{margin-top:6px}
.visit_guide_group .directions .map_info .traf_lst dd>em{display:inline-block;width:110px;color:#000}
.visit_guide_group .directions .map_info .traf_lst dd>span{display:table-cell;vertical-align:top}
.visit_guide_group .directions>.desc{margin-top:52px;padding-left:10px;line-height:1.4;color:#666}
.visit_guide_group .directions>.desc:before{content:'- ';margin-left:-10px}

/* 지도API 영역 */
.visit_guide_group .directions .map_area {width:100%;height:383px;}

/* =Visit Guide Group :: [VISIT > 대관안내 ] */
.visit_infomation_group>.group{margin-top:90px}
.visit_infomation_group>.group:first-child{margin-top:0}
.visit_infomation_group .guide figure{position:relative;margin-top:30px}
.visit_infomation_group .guide figure .pic {max-width:520px}
/* .visit_infomation_group .guide figcaption{position:absolute;top:0; right:0;width:50%; height:320px; font-size:14px; line-height:28px; padding:108px 52px 0;background-color:#f2f2f2} */
.visit_infomation_group .guide figcaption{position:absolute;top:34px;right:0;width:508px;padding:62px 52px 62px 52px;background-color:#f2f2f2}
[lang=en] .visit_infomation_group .guide figcaption{padding-right:42px}
.visit_infomation_group .guide figcaption .tit{position:relative;/*padding-bottom:10px*/}
[lang=en] .visit_infomation_group .guide figcaption .tit{padding-bottom:16px}
/*.visit_infomation_group .guide figcaption .tit:after{content:'';position:absolute;bottom:0;left:2px;width:13px;height:2px;background-color:#858585}*/
.visit_infomation_group .guide figcaption .tit>strong{font-weight:normal;font-size:30px; color:#000; font-family:'GothamBold';}
.visit_infomation_group .guide figcaption .info{margin-top:20px}
.visit_infomation_group .guide figcaption .info li{display:table;line-height:1.4;color:#666}
[lang=en] .visit_infomation_group .guide figcaption .info li{margin-top:4px}
.visit_infomation_group .guide figcaption .info li>em,
.visit_infomation_group .guide figcaption .info li>span{display:inline-block;vertical-align:top}
.visit_infomation_group .guide figcaption .info li>em{width:134px;margin-top:1px}
.visit_infomation_group .guide figcaption .info li>span{display:table-cell}
.visit_infomation_group .guide figcaption .desc{margin-top:14px;color:#666;line-height:1.6}
.visit_infomation_group .fare .table{margin-top:30px}
.visit_infomation_group .fare .table td{text-align:center}
.visit_infomation_group .fare .table .dlst{margin-left:12px;text-align:left}

.visit_infomation_group .how ul {font-size:14px; color:#666; line-height:30px;}
.visit_infomation_group .how ul li:first-child {padding-top:15px;}
.visit_infomation_group .how ul li span * {color:#666;}
.visit_infomation_group .how ul li a {color:#666;}
/*.visit_infomation_group .how ul li span.email {color:#000;}*/



.visit_infomation_group .directions .map{position:relative;margin-top:40px}
.visit_infomation_group .directions .map a.btn_map{position:absolute;right:20px;bottom:30px;padding:6px 12px;border:1px solid #000;background-color:#fff}
.visit_infomation_group .directions .map_info{margin-top:40px}
.visit_infomation_group .directions .map_info .tbl{table-layout:auto}
.visit_infomation_group .directions .map_info .row{height:55px}
[lang=en] .visit_infomation_group .directions .map_info .row{height:78px}
.visit_infomation_group .directions .map_info strong{display:block;width:140px;font-weight:normal;font-size:18px;color:#000}
[lang=en] .visit_infomation_group .directions .map_info strong{width:190px}
.visit_infomation_group .directions .map_info .addr_lst{overflow:hidden}
.visit_infomation_group .directions .map_info .addr_lst li{float:left;position:relative;padding:0 10px}
.visit_infomation_group .directions .map_info .addr_lst li:after{content:'';position:absolute;top:50%;left:0;width:1px;height:12px;margin-top:-6px;background-color:#ccc}
.visit_infomation_group .directions .map_info .addr_lst li:first-child:after{display:none}
.visit_infomation_group .directions .map_info .addr_lst li:first-child{padding-left:0}
.visit_infomation_group .directions .map_info .addr_lst .m1{color:#000}
.visit_infomation_group .directions .map_info .addr_lst .m2>a{color:#666}
.visit_infomation_group .directions .map_info .addr_lst .m3>a{color:#666}
[lang=en] .visit_infomation_group .directions .map_info .addr_lst .m1{margin-bottom:10px}
[lang=en] .visit_infomation_group .directions .map_info .addr_lst .m2{clear:left;padding-left:0}
[lang=en] .visit_infomation_group .directions .map_info .addr_lst .m2:after{display:none}
.visit_infomation_group .directions .map_info .traf_lst{margin-top:34px}
.visit_infomation_group .directions .map_info .traf_lst:first-child{margin-top:0}
.visit_infomation_group .directions .map_info .traf_lst dt{color:#000}
.visit_infomation_group .directions .map_info .traf_lst dd{display:table;line-height:1.6;color:#666}
.visit_infomation_group .directions .map_info .traf_lst dd:first-of-type{margin-top:14px}
.visit_infomation_group .directions .map_info .traf_lst dd{margin-top:6px}
.visit_infomation_group .directions .map_info .traf_lst dd>em{display:inline-block;width:110px;color:#000}
.visit_infomation_group .directions .map_info .traf_lst dd>span{display:table-cell;vertical-align:top}
.visit_infomation_group .directions>.desc{margin-top:52px;padding-left:10px;line-height:1.4;color:#666}
.visit_infomation_group .directions>.desc:before{content:'- ';margin-left:-10px}



/* =Visit Membership Group :: [VISIT > 멤버십 ] */
.visit_membership_group>.group{margin-top:90px;}
.visit_membership_group>.group:first-child{margin-top:0}
.visit_membership_group>.group figure{position:relative;margin-top:36px}
.visit_membership_group>.group figure:after{display:block;content:'';clear:both}
.visit_membership_group>.group figure .pic{max-width:520px}
.visit_membership_group>.group figcaption{position:absolute;top:34px;width:508px;background-color:#f2f2f2}
.visit_membership_group .guide figure .pic{float:left}
.visit_membership_group .guide figcaption{right:0;/*padding:58px 42px*/ padding:58px 34px;}
.visit_membership_group .guide figcaption .tit{position:relative;/*padding-bottom:24px*/}
/*.visit_membership_group .guide figcaption .tit:after{content:'';position:absolute;bottom:0;left:2px;width:13px;height:2px;background-color:#858585}*/
.visit_membership_group .guide figcaption .tit>strong{font-weight:normal;font-size:30px; color:#000; font-family:'GothamBold';}
.visit_membership_group .guide figcaption .desc{margin-top:28px;color:#666; line-height:23px;}
.visit_membership_group .boon figure .pic{float:right}
.visit_membership_group .boon figcaption{left:0;padding:54px 42px}
[lang=en] .visit_membership_group .boon figcaption{/*padding:26px 42px*/ padding:26px 38px;}
.visit_membership_group .boon figcaption .info li{margin-top:10px;padding-left:12px;line-height:1.4;color:#666}
.visit_membership_group .boon figcaption .info li:before{content:'- ';margin-left:-12px}
.visit_membership_group .boon figcaption .info li:first-child{margin-top:0}



/* =Visit Tour Group :: [VISIT > 미술관 즐기기 ] */
.museum_tour_group>.group{margin-top:90px;}
.museum_tour_group>.group p{margin-top:30px;}



/* =Museum About Group :: [MUSEUM > 인사말 ] */
.museum_about_group{}
.museum_about_group .about{}
.museum_about_group .about>.desc>strong {padding-top:45px; display:block; font-weight:normal;font-size:80px;line-height:70px;color:#000;font-family:'GothamBold'; letter-spacing:-0.025em; margin-bottom:90px;}
.museum_about_group .about>.desc>strong:before {margin-bottom:30px; display:block; content:''; width:122px;height:12px; background-color:#000;}
.museum_about_group .about>.desc>strong>span{border-bottom:1px solid;}
.museum_about_group .about>.desc>h4{display:block; margin-left:180px; font-size:16px; font-weight:400; line-height:40px; color:#000;font-family:'GothamMedium';}
/*.museum_about_group .about>.desc>h4:after{margin-top:30px; display:block; content:''; width:34px;height:2px; background-color:#000;}*/
.museum_about_group .about>.desc>p{margin-left:180px; margin-top:25px;line-height:28px;font-size:16px;color:#666;/*text-align:justify;*/}
.museum_about_group .about>.desc>p:first-of-type{margin-top:20px}
.museum_about_group .about>.desc>.signature{margin-top:0;text-align:right}
.museum_about_group .about>.desc>.signature>span{display:inline-block;margin:14px 15px 0 0}
[lang=en] .museum_about_group .about>.desc>.signature>span{margin-top:0; color:#666; font-size:14px;}
.museum_about_group .about>.desc>.signature .name {color:#000;}

/* =Museum Art Group :: [MUSEUM > 미술관 소개 ] */
.museum_art_group{margin-bottom:176px}
.museum_art_group:after{display:block;content:'';clear:both}
.museum_art_group .thumb{float:left;position:relative;width:46.381%}
.museum_art_group .thumb .rect_box{position:absolute;right:0;bottom:0;width:230px;padding:45px 10px; letter-spacing:-0.050em; border-color:#000;text-align:center}
.museum_art_group .thumb .rect_box:before,
.museum_art_group .thumb .rect_box:after{height:15px;background-color:#000}
.museum_art_group .thumb .rect_box>strong{font-family:'GothamBold';font-weight:normal;font-size:/*16px*/22px;color:#000}
.museum_art_group .desc{float:right;width:42.763%}
.museum_art_group .desc>strong{display:inline-block;margin-top:40px;margin-left:-18px;font-weight:normal;font-size:28px}
[lang=en] .museum_art_group .desc>strong{margin-left:-44px;font-size:23px}
.museum_art_group .desc>p{margin-top:30px;line-height:1.6;color:#666;/*text-align:justify;*/}
.museum_art_group .desc>p.intro{margin-top:50px;font-size:16px;color:#000}

/* =Museum Foundation Group :: [MUSEUM > 재단 소개 ] */
.museum_foundation_group .thumb_view_v3 .thumb_view_cont{margin-top:40px}
.museum_foundation_group .thumb_view_v3 .thumb_view_cont .tab_cont{overflow:hidden;margin-top:40px}
.museum_foundation_group .thumb_view_v3 .thumb_view_cont .tab_cont>strong{font-weight:normal;font-size:30px;line-height:1.4}
.museum_foundation_group .thumb_view_v3 .thumb_view_cont .tab_cont .desc{float:right;width:85.745%;margin-top:70px}
.museum_foundation_group .thumb_view_v3 .thumb_view_cont .tab_cont .desc>p{margin-top:30px;color:#707070}
.museum_foundation_group .thumb_view_v3 .thumb_view_cont .tab_cont .desc>p:first-child{margin-top:0}
.museum_foundation_group .lst_thumb{overflow:hidden;margin-top:75px}
.museum_foundation_group .lst_thumb>.item{float:left;width:26.888%;margin-left:9.666%;border-top:1px solid #000}
.museum_foundation_group .lst_thumb>.item:first-child{margin-left:0}
.museum_foundation_group .lst_thumb>.item>strong{display:block;padding:20px 0 18px;font-weight:normal;font-size:18px}
[lang=en] .museum_foundation_group .lst_thumb>.item>strong{font-size:16px;letter-spacing:-1px}
.museum_foundation_group .lst_thumb>.item .lst{margin-top:15px}
.museum_foundation_group .lst_thumb>.item .lst li{padding-left:12px;color:#666}
.museum_foundation_group .lst_thumb>.item .lst li:before{content:'- ';margin-left:-12px}
.museum_foundation_group .table tr:first-child th,
.museum_foundation_group .table tr:first-child td{border-top-color:#000}
.museum_foundation_group .table th,
.museum_foundation_group .table td{padding:14px 0;color:#000;border-width:1px 0;border-color:#b2b2b2;vertical-align:top}
.museum_foundation_group .table th{border-top-color:#b2b2b2;font-family:'GothamMedium';font-size:16px;text-align:left}
.museum_foundation_group .table th.valign{vertical-align:top}
.museum_foundation_group .table td .lst li{padding-left:12px;color:#666}
.museum_foundation_group .table td .lst li:before{content:'- ';margin-left:-12px}
.museum_foundation_group .report div.table>table>tbody>tr>td:nth-last-of-type(1) {text-align:right;}

/* 170113 설립자 소개 */
.museum_foundation_group .thumb_view_v3 .thumb_view_cont{margin-top:40px}
.museum_foundation_group .thumb_view_v3 .thumb_view_cont .tab_cont01{overflow:hidden;margin-top:40px}
.museum_foundation_group .thumb_view_v3 .thumb_view_cont .tab_cont01>strong{font-weight:normal;font-size:30px;line-height:1.4; display: block; text-align: left; }
.museum_foundation_group .thumb_view_v3 .thumb_view_cont .tab_cont01 .thumb	{float:left;width:30.745%;margin-top:70px; position:relative;}
.museum_foundation_group .thumb_view_v3 .thumb_view_cont .tab_cont01 .thumb	 picture{}
.museum_foundation_group .thumb_view_v3 .thumb_view_cont .tab_cont01 .thumb	 p{font-family:'GothamMedium';font-size:/*16px*/14px;color:#000; margin: 10px 0 0 0;}
.museum_foundation_group .thumb_view_v3 .thumb_view_cont .tab_cont01 .desc{float:right;width:60.745%;margin-top:70px}
.museum_foundation_group .thumb_view_v3 .thumb_view_cont .tab_cont01 .desc>p{margin-top:30px;color:#707070}
.museum_foundation_group .thumb_view_v3 .thumb_view_cont .tab_cont01 .desc>p:first-child{margin-top:0}



/* =Museum History Group :: [MUSEUM > 히스토리 ] */
/* .museum_history_group .intro{padding:50px;background-color:#f2f2f2} */
.museum_history_group .intro{padding:50px 0 50px 0; border-bottom:1px solid #e5e5e5;}
.museum_history_group .intro dl{margin:0 0 0 130px}
.museum_history_group .intro dt{margin-left:-130px;font-size:30px}
.museum_history_group .intro dd{margin-top:60px;line-height:1.8;color:#666;text-align:justify;word-break:normal}
.museum_history_group .func{margin-top:50px}
.museum_history_group .thumb_area{margin-top:50px}
.museum_history_group .thumb_group{margin-top:32px}
.museum_history_group .thumb_group:first-child{margin-top:0}
.museum_history_group .thumb_group>strong{display:block;font-size:60px;color:#b2b2b2; font-family:'GothamMedium'; font-weight:normal;}
.museum_history_group .thumb_lst_v2{margin-top:16px}
.museum_history_group .thumb_lst_v2 li {float:none;}
.museum_history_group .thumb_lst_v2 figure .fluid_thumb{padding-top:113.425%}
.museum_history_group .thumb_view_cont{margin-top:54px}

/* =Util Policy Group :: [UTIL > 개인정보위급방침 ] */
.util_policy_group .policy_area table {table-layout:auto;}
.util_policy_group .policy_area>h2{font-weight:normal;font-size:26px;color:#000}
.util_policy_group .policy_area>.desc{margin-top:50px;line-height:1.6;color:#666}
.util_policy_group .policy_sc{margin-top:30px}
.util_policy_group .policy_sc>p{color:#000}
.util_policy_group .policy_sc .panel{overflow:hidden;margin-top:20px;padding:30px;border:1px solid #000}
.util_policy_group .policy_sc ol{float:left;width:50%}
.util_policy_group .policy_sc li{display:table;margin-top:14px;padding:0 14px;line-height:1.4}
.util_policy_group .policy_sc li:first-child{margin-top:0}
.util_policy_group .policy_sc li>i{margin-right:2px;font-style:normal;color:#666;white-space:nowrap}
.util_policy_group .policy_sc li>a{display:table-cell;color:#666;vertical-align:top}
.util_policy_group .policy_sc li>a:hover,
.util_policy_group .policy_sc li>a:focus{text-decoration:underline}
.util_policy_group .group{padding:35px 0;border-top:1px solid #ebebeb;line-height:1.6;color:#666}
.util_policy_group .group.first{border-top:0}
.util_policy_group .group>h3{font-weight:normal;font-size:16px;color:#000}
.util_policy_group .group>.desc{margin:25px 0}
.util_policy_group .group a{color:#666}
.util_policy_group .group .lst_alpha>li{margin-top:25px}
.util_policy_group .group .lst_alpha>li:first-child{margin-top:0}
.util_policy_group .group .lst_alpha>li>strong{display:table;font-weight:normal}
.util_policy_group .group .lst_alpha>li>strong>i{margin-right:2px;font-style:normal;white-space:nowrap}
.util_policy_group .group .lst_alpha>li>strong>span{display:table-cell;vertical-align:top}
.util_policy_group .group .lst_bu>li{margin-top:2px;padding-left:12px}
.util_policy_group .group .lst_bu>li:before{content:'- ';margin-left:-12px}
.util_policy_group .group .lst_bu>li:first-child{margin-top:0}
.util_policy_group .group .lst_bu .lst_num{margin-left:-12px}
.util_policy_group .group .lst_num>li{padding-left:16px}
.util_policy_group .group .lst_num>li>i{margin-right:2px;font-style:normal;margin-left:-16px}
.util_policy_group .group_sc1 dt{margin-top:25px}
.util_policy_group .group_sc1 dt:first-child{margin-top:0}
.util_policy_group .group_sc4 .lst_alpha{margin-top:25px}
.util_policy_group .group_sc5 .table td{text-align:center}
.util_policy_group .group_sc13 a.btn_privacy{display:inline-block;position:relative;margin-top:25px;padding-right:15px;border-bottom:1px solid #888;color:#000}
.util_policy_group .group_sc13 a.btn_privacy:after{content:'';position:absolute;top:50%;right:0;width:6px;height:7px;margin-top:-4px;background:url(../img/exhibition_visit_link_arr.gif) no-repeat}

.policy_area .pc_act {display:inline !important;}

/* =Util Terms Group :: [UTIL > 사이트 이용약관 ] */
.util_terms_group .terms_area>h2{font-weight:normal;font-size:26px;color:#000}
.util_terms_group .group{padding:35px 0;border-top:1px solid #ebebeb;line-height:1.6;color:#666}
.util_terms_group .group.first{border-top:0}
.util_terms_group .group>h3{font-weight:normal;font-size:16px;color:#000}
.util_terms_group .group dl{margin-top:28px}
.util_terms_group .group dt{margin-top:30px}
.util_terms_group .group dt:first-child{margin-top:0}
.util_terms_group .group .lst_alpha>li{padding-left:14px;font-weight:normal}
.util_terms_group .group .lst_alpha>li>i{margin-right:2px;margin-left:-14px;font-style:normal}
.util_terms_group .group .lst_alpha .lst_num{margin-left:-14px}
.util_terms_group .group .lst_num>li{padding-left:16px}
.util_terms_group .group .lst_num>li>i{margin-right:2px;font-style:normal;margin-left:-16px}

/* 에러페이지 */
.sub_cont.error {text-align:center; padding-bottom:50px;}
.error h2 {margin-bottom:75px;}
.error strong {display:block; font-size:30px; color:#000; margin-bottom:40px; font-weight:normal;}
.error p.txt {font-size:14px; color:#666; line-height:24px; margin-bottom:45px;}
.error a.link_home {display:block; width:180px; height:48px; margin:0 auto; line-height:48px; text-align:center; color:#000; font-size:14px; border:1px solid #000;}


/* 익스 체크페이지*/
.sub_cont.iecheck {text-align:center; padding-bottom:50px;}
.iecheck h2 {margin-bottom:75px;}
.iecheck strong {display:block; font-size:30px; color:#000; margin-bottom:40px; font-weight:normal;}
.iecheck strong span {color:#e50717; }
.iecheck p.txt {font-size:14px; color:#666; line-height:24px; margin-bottom:45px;}
.iecheck a {display:inline-block; width:180px; height:48px; margin:0 auto; margin:0 3px; line-height:48px; text-align:center;font-size:14px;}
.iecheck a.link_home {color:#000; border:1px solid #000;}
.iecheck a.link_down {color:#fff; background:#000; font-size:14px; border:1px solid #000;}


/* 20161005 개인정보취급방침 추가 */
.m-block {display:none;}



/* =Media Query :: Phone */
@media only screen and (max-width:768px) {

	.m_act {display:block;}
	.pc_act {display:none;}
	.mt_act {display:block;}
	.policy_area .pc_act {display:none !important;}
	.policy_area .m_act {display:inline !important;}

	.error img{width:40%}
	.iecheck img{width:40%}

	.iecheck h2 {margin-bottom:40px;}
	.iecheck strong {font-size:20px; margin-bottom:17px; line-height:28px;}
	.iecheck a {margin:3px;}

	.error h2 {margin-bottom:40px;}
	.error strong {font-size:20px; margin-bottom:17px; line-height:28px;}

	.combobox_v1 {position:relative; width:45%;}
	.combobox_v1 .dropdown {position:absolute; left:0; top:0; z-index:40; width:100%;}
	.combobox_v1 .dropdown a.select {display:block; width:100%; height:30px; padding-left:10px;  background:url(../img/ico_selectArrow.png) right center no-repeat; line-height:30px; border-bottom:1px solid #808080;}
	.combobox_v1 .dropdown a.select#show1, .combobox_v1 .dropdown a.select#show2 {background:url(../img/ico_selectArrow_up.png) right center no-repeat;}
	.combobox_v1 .dropdown ul {display:none; width:100%;}
	.combobox_v1 .dropdown ul li {padding:0 10px; border-width:0 0 1px; border-bottom-color:#808080; line-height:30px; background:#f2f2f2; font-family:'GothamBook';}
	.combobox_v1 .dropdown ul li:first-child {padding-top:10px;}
	.combobox_v1 .dropdown ul li:last-child {padding-bottom:10px;}
	.combobox_v1 .dropdown ul li a {display:block; color:#666; font-size:14px; height:28px; line-height:28px;}
	.combobox_v1 .dropdown ul li a:hover {color:#000;}


	/* =Data Private */
	[data-private=desktop]{display:none!important}
	[data-private=tablet]{display:none!important}
	[data-private=mobile]{display:block!important}

	/* =Icon */
	.ico_foot_facebook{width:7px;height:18px;background-image:url(../img/ico_foot_facebook.png);background-size:7px 18px}
	.ico_foot_instargram{width:18px;height:18px;background-image:url(../img/ico_foot_instargram.png);background-size:18px 18px}
	.ico_foot_youtube{width:26px;height:18px;background-image:url(../img/ico_foot_youtube.png);background-size:26px 18px}


	/*
	.ico_share_facebook{width:8px;height:16px;background-image:url(../img/ico_m.share_facebook.gif);background-size:8px 16px}
	.ico_share_instargram{width:17px;height:17px;background-image:url(../img/ico_m.share_instargram.gif);background-size:17px 17px}
	*/

	.ico_share_facebook{width:11px;height:25px;background-image:url(../img/ico_foot_facebook.png);}
	.ico_share_instargram{width:26px;height:26px;background-image:url(../img/ico_foot_instargram.png);}

	.ico_share_facebook:after{display:inline-block; position:relative; top:5px; content:'';position:relative; width:2px;height:10px; margin-left:40px; margin-top:-5px;background-color:#cecece}


	.ico_bbs_instargram{width:13px;height:13px;background-image:url(../img/ico_m.bbs_instargram.gif);background-size:13px 13px}
	.ico_bbs_facebook{width:6px;height:11px;background-image:url(../img/ico_m.bbs_facebook.gif);background-size:6px 11px}
	.ico_bbs_download{width:19px;height:14px;background-image:url(../img/ico_m.bbs_download.gif);background-size:19px 14px}

	/* =Layer Popup */
	.ly_pop{/*overflow-y:auto;*/ -webkit-overflow-scrolling:touch;top:0;right:0;bottom:0;left:0;width:auto;margin:0}
	.ly_pop .ly_pop_wrap{position:absolute;top:0;width:100%;padding:0}
	.ly_pop a.clse{top:16px;right:16px;width:16px;height:16px;background-image:url(../img/ly_m.pop_clse.png);background-size:15px 15px}
	.ly_pop .ly_pop_header{padding:40px 20px 0}
	.ly_pop .ly_pop_header .tit{font-size:16px}
	.ly_pop .ly_pop_content{padding:20px}
	.ly_pop .bbs_tbl table{margin:10px 0}

	/* =Layer Program Apply :: [프로그램 신청] */
	.ly_program_apply .info_box>.panel{padding:15px 15px 10px}
	.ly_program_apply .info_box>.panel>strong{font-size:13px}
	.ly_program_apply .info_box>.panel>p{font-size:12px}
	.ly_program_apply .info_box>.agree{font-size:12px}
	.ly_program_apply .info_box>.agree .cstm_inpt_chkbox{margin-top:-2px}
	.ly_program_apply .bbs_tbl{max-height:none}
	.ly_program_apply .bbs_tbl .group_apply_area>.desc{margin-top:15px;padding:0 8px}
	.ly_program_apply textarea{height:80px}
	.ly_program_apply .btn_area{margin-top:15px}

	/* =Combobox */
	.combobox:after{right:10px;background-image:url(../img/bg_m.combobox_arr.gif);background-size:7px 5px}
	.combobox select{padding-right:24px}

	/* =Tabs */
	.tabs{padding:10px 0}
	.tabs li{width:70px;margin-left:15px}
	.tabs a{padding:6px 0;border-top-width:2px;font-size:15px}

	/* =Layout */
	body{min-width:480px}
	#wrap .inr{max-width:100%}
	header>.inr{padding-top:18px;padding-bottom:28px}
	header.fixed h1 img{width:100px;margin-top:4px}
	[lang=en] header.fixed h1 img{width:160px}
	header.fixed a.language{top:24px}
	header h1{width:190px;margin:0 auto; padding-left:0;}
	[lang=en] header h1{width:180px}
	header a.language{top:38px}
	footer{margin-top:50px}

	/* =Sub Layout */
	.sub_cont{margin-top:30px;padding-right:0;padding-left:0}
	.sub_cont_e1{margin-top:60px}

	/* =Util */
	.util{top:20px;right:20px}
	.util>a{width:35px;height:37px;background-image:url(../img/bg_m.util.gif);background-size:35px 37px}
	.util .all_menu {/*width:100%*/}
	.util .all_menu>a.clse{top:17px;width:35px;height:37px;background-image:url(../img/btn_m.allmenu_clse.gif);background-size:35px 37px}

	/* =Visual */
	.visual{height:auto;margin:30px 0;padding:0 20px;}
	.visual .bx-wrapper{margin-bottom:0;}
	.visual .bx-viewport a{height:auto;padding-top:75%;background-position:center top;background-size:cover;}
	.visual .bxslider li+li {position:absolute;}
	.visual .paging_area{left:0;width:100%;margin-left:0;padding:0 20px}
	.visual .paging{bottom:11px;width:92px;margin-left:-46px}
	.visual .paging .progress{width:92px}
	.visual .paging .num{margin-top:3px}
	.visual figcaption{height:120px;padding-top:20px}
	.visual figcaption>strong{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis; white-space:normal; text-overflow:inherit; max-width:100%;font-weight:600;font-size:27px;color:#000; letter-spacing:-0.050em;}
	.visual figcaption>strong[lang=en] {font-size:27px;}
	.visual figcaption>p{font-size:18px; line-height:18px; margin-top:15px;}
	.visual figcaption>.date{font-size:14px; margin-top:10px;}
	.visual .bx-controls .bx-pager {bottom:125px;padding-top:0;}

	/* =Exhibition */
	.exhibition>.art,
	.exhibition>.visit{float:none;width:100%}
	.exhibition>.visit{margin-top:25px}
	.exhibition .group li {margin-top:20px;}
	.exhibition .group_exhibition,
	.exhibition .group_program,
	.exhibition .group_museum,
	.exhibition .group_event{float:none;width:100%;margin-left:0}
	.exhibition .group:after{display:block;content:'';clear:both}
	.exhibition .group ul{float:left;width:45%}
	.exhibition .group figure:first-of-type{float:right;width:48%;margin-top:15px}
	.exhibition .group figure:not(:first-of-type){display:none}
	.exhibition .group figcaption{margin-top:14px}
	.exhibition .group figcaption>strong{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;height:auto;}
	.exhibition .group figcaption>p{height:auto; min-height:28px;}
	.exhibition .group figcaption>.date,
	.exhibition .group figcaption>.price {height:auto;}
	.exhibition .group figcaption>.date{margin-top:5px;padding-top:10px;font-size:11px}
	.exhibition .group .thumb{padding-right:48.102%}
	.exhibition .group .rect_box{bottom:0;/*width:63.613%;*/ width:68%; padding:15px 10px;}
	.exhibition .group .rect_box>strong{padding-bottom:12px}
	/*.exhibition .group .rect_box>strong:after{background-image:url(../img/m.exhibition_visit_arr.png);background-size:7px 6px}*/


	.exhibition .group .rect_box>p {margin-top:0;}
	.exhibition .group .rect_box>p{font-size:11px;}
	.exhibition .group .rect_box>p.txts {font-size:14px;}
	.exhibition .group .rect_box>p.txts[lang=en] {font-size:11px;}
	.exhibition .group .desc{padding:18px 0 0}
	.exhibition .group .desc ul{float:none;width:100%}
	.exhibition .group .desc li>span{max-width:100%}
	.exhibition .group .desc p{margin:15px 0}
	.exhibition .group .link{margin-top:30px}
	.exhibition .group .link>a>span:after{width:5px;height:6px;margin-top:-4px;background-image:url(../img/m.exhibition_visit_link_arr.gif);background-size:5px 6px}


	.exhibition .group .desc li.tel.en {float:none;}
	.exhibition .group .desc li.email.en {padding-left:0;}
	.exhibition .group .link>a>span{font-size:11px; color:#000; padding:0 15px 2px 0;}



	.exhibition .group_museum figure:not(:first-of-type){display:block}
	.exhibition .group_museum figure:nth-of-type(2){clear:both;padding-top:24px; padding-bottom:30px;}
	[lang=en] .exhibition .group_museum figure:nth-of-type(1){float:none;clear:both;width:auto;padding-top:24px}
	.exhibition .group_event{padding-top:0}
	.exhibition .group_event .bx-wrapper li {margin-top:0;}
	.exhibition .group_event h2{display:block;}
	.exhibition .group_event .bx-wrapper{margin-top:10px}
	.exhibition .group_event .bx-wrapper .bx-pager{/*right:8px;bottom:11px*/ right:8px; bottom:0;}
	.exhibition .group_event .bx-wrapper .bx-pager .bx-pager-item:nth-of-type(odd) a{background-position:0 0}
	.exhibition .group_event .bx-wrapper .bx-pager .bx-pager-item:nth-of-type(even) a{background-position:-12px 0}
	.exhibition .group_event .bx-wrapper .bx-pager .bx-pager-item:nth-of-type(odd) a.active{background-position:-24px 0}
	.exhibition .group_event .bx-wrapper .bx-pager .bx-pager-item:nth-of-type(even) a.active{background-position:-36px 0}
	.exhibition .group_event .bx-wrapper .bx-pager.bx-default-pager a{width:10px;height:8px;background-image:url(../img/sp_m.bnr_paging.png);background-size:48px 8px}
	.exhibition .group_event ul,
	.exhibition .group_event figure:first-of-type{float:none;width:100%;margin-top:0}
	.exhibition .group_event .pic{width:34%;max-width:34%}
	/*.exhibition .group_event .pic>img{min-height:85px}*/
	.exhibition .group_event figcaption{width:66%;margin-top:0;padding:12px}
	.exhibition .group_event figcaption>strong{display:block;/*margin-top:4px;*/font-size:18px}
	.exhibition .group_event figcaption>p{margin-top:0;font-size:14px;}
	.exhibition .group_event figcaption>.date{/*line-height:0;*/ margin-top:0;padding-top:0; font-size:12px;}



	/* =News Letter */
	.news_letter{width:100%; margin-top:25px;margin-bottom:0;padding:0;text-align:center}
	.news_letter .rect_box{width:100%;margin-left:0;padding:20px; padding-bottom:40px;}
	.news_letter .srch{display:-webkit-flex;display:flex;margin-top:10px;margin-right:0}
	.news_letter .srch input[type=email]{-webkit-flex:1;-ms-flex:1;flex:1;width:100%}
	[data-device=i] .news_letter .srch input[type=email]{padding:0}
	.news_letter .desc{margin-top:15px}
	.news_letter a.bt_pop {left:20px; bottom:15px;}



	/* =Notice */
	.notice{padding:16px 0}
	.notice strong{padding-right:12px}
	.notice strong:after{background-image:url(../img/m.notice_tit_arr.gif);background-size:5px 5px}
	.notice .lst{width:194px;margin-left:12px}
	.notice .lst .date{display:none}

	/* =Foot */
	.foot>.inr{padding-top:17px;padding-bottom:25px}
	.foot .sns ul{margin:-5px 0 0 -13px}
	.foot .sns li:after{width:1px;margin-top:-8px}
	.foot .sns a{margin:0 5px;padding:8px 10px}
	.foot .addr{margin-top:12px;font-size:11px}
	.foot .addr a{display:block;margin-top:6px;margin-left:0}
	.foot .addr a:first-of-type{margin-top:0}
	.foot .addr a.pc_act {display:none !important;}
	.foot .family_site{position:absolute;top:17px;right:20px;margin-top:0}
	.foot .dropdown{position:relative}
	.foot .dropdown>span>a{padding-right:18px;font-size:12px}
	.foot .dropdown>span>a:after{width:8px;height:7px;background-image:url(../img/sp_m.familysite_arr.gif);background-size:17px 7px}
	.foot .dropdown_menu{right:-20px;margin-bottom:10px}
	.foot .dropdown_menu>ul>li>a{padding:10px;font-size:12px}
	.foot .dropdown_menu .dir{padding-bottom:13px}
	.foot .dropdown_menu .dir a{font-size:11px}
	.foot .policy{margin-top:38px}
	.foot .policy li{margin-top:14px}
	.foot .policy li:first-child{margin-left:0}
	.foot .policy a{font-size:11px}
	.foot .flnr{margin-top:13px;padding-top:13px}
	.foot .flnr .copy{font-size:11px}
	.foot .group>.foot_logos{gap:12px 16px}
	.foot_logos img{height:22px;max-width:90px}

	/* =Btn Top */
	.btn_top{right:18px;width:44px;height:37px;margin-top:-14px;background-image:url(../img/btn_top.png) no-repeat; background-size:44px 76px !important;}
	[lang=en] .btn_top{margin-top:-48px}

	/* =Depth Menu */
	.depth_menu{margin-top:32px;padding-right:0}
	.depth_menu .dropdown{float:right;position:relative}
	.depth_menu .dropdown>a{display:block;position:relative;height:32px;padding:0 70px 0 10px;border-left:1px solid #000;font-size:15px;color:#000}
	.depth_menu .dropdown>a:after{content:'';position:absolute;top:2px;right:9px;width:11px;height:7px;background:url(../img/sp_m.depth_menu_arr.png) no-repeat;background-size:23px 7px}
	.depth_menu .dropdown>a.on:after{background-position:100% 0}
	.depth_menu .dropdown_menu{position:absolute;top:100%;right:0;left:0;z-index:5;border:1px solid #000;border-width:0 1px 1px;background-color:#fff}
	.depth_menu .dropdown_menu ul{float:none;width:100%;padding:0 10px}
	.depth_menu .dropdown_menu li{display:block;height:auto;padding:0;border-top:1px solid #ccc;border-left:0}
	.depth_menu .dropdown_menu li:first-child{border-top:0}
	.depth_menu .dropdown_menu a{padding:8px 0;font-size:13px}
	[data-device=a] .depth_menu .dropdown_menu a{padding:10px 0 4px}
	.depth_menu .dropdown_menu a:hover,
	.depth_menu .dropdown_menu a:focus{color:#000}

	/* =Board List */
	.bbs_lst .item{padding:15px}
	.bbs_lst .item>p{margin-top:0}
	.bbs_lst .date{display:block;position:static;margin-top:10px;font-size:12px}

	/* =Board View */
	.bbs_view .bbs_view_sjt{padding:18px 0}
	.bbs_view .bbs_view_sjt>p{font-size:18px}
	.bbs_view .bbs_view_cont{padding:25px 0 35px}

	/* =Board View List */
	.bbs_view_lst{padding:15px 0}
	.bbs_view_lst>a.prev:before,
	.bbs_view_lst>a.next:before{width:5px;height:6px;margin-top:-4px;background-image:url(../img/sp_m.bbs_view_arr.gif);background-size:12px 6px}

	/* =Board Table */
	.bbs_tbl th,
	.bbs_tbl td{height:38px;padding:8px 0;font-size:13px}
	.bbs_tbl th{padding-left:8px}
	.bbs_tbl th.valign{padding-top:10px}
	.bbs_tbl td{padding-right:8px}
	.bbs_tbl input[type=text],
	.bbs_tbl input[type=password],
	.bbs_tbl input[type=email],
	.bbs_tbl input[type=tel]{padding:4px}
	.bbs_tbl textarea{min-height:80px;padding:6px 8px}
	.bbs_tbl .combobox select{height:26px;padding:2px 24px 2px 6px}
	.bbs_tbl .dash{margin-top:6px}

	/* =Board More */
	.bbs_more a{padding:14px 0}
	.bbs_more a>span{padding-right:16px;background-image:url(../img/ico_m.bbs_more_arr.gif);background-size:6px 5px}

	/* =Pagenate */
	.pagenate a,
	.pagenate button[type=button]{margin:0 6px}
	.pagenate button[type=button].prev{margin-right:12px}
	.pagenate button[type=button].next{margin-left:12px}
	.pagenate button[type=button]>.ico{background-image:url(../img/sp_m.pagenate.gif);background-size:12px 6px}

	/* =Board NoData */
	.bbs_nodata{padding:180px 20px 60px; background-size:cover;}
	.bbs_nodata .txt>strong{font-size:14px}
	.bbs_nodata .txt>span{margin-top:10px;font-size:13px}

	/* =Sub Search */
	.sub_srch{display:none}

	/* =Sub Title */
	.stit{font-size:17px; font-weight:600;}

	/* =Thumb List */
	.thumb_lst li{float:none;width:100%;margin-top:22px;margin-left:0}
	.thumb_lst figcaption .tit{padding:15px 0 14px; min-height:55px;}
	.thumb_lst figcaption .tit>strong{height:auto}
	.thumb_lst figcaption .tit>strong{display:block;font-weight:normal; letter-spacing:-0.025em;font-size:18px; text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;}
	.thumb_lst li:first-child figcaption .tit>strong {height:auto; font-size:18px;}
	.thumb_lst figcaption .date{display:block;padding:0;border-top:none;font-size:13px;color:#999; text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;}

	.thumb_lst_v1 li,
	.thumb_lst_v1 li:nth-of-type(3n+1){margin-left:0}
	.thumb_lst_v1 li:first-child{margin-bottom:0}
	.thumb_lst_v1 li:first-child figcaption{padding:0}
	.thumb_lst_v1 li:first-child figcaption .tit{padding:15px 0;font-size:14px}
	.thumb_lst_v1 li:first-child figcaption .date{margin-top:0;padding:15px 0;border-top:1px solid #d7d8d8;font-size:13px;color:#999}
	.thumb_lst_v1 li:first-child figcaption .more{display:none}

	.thumb_lst_v3 li{margin-top:0;padding:40px 0 30px}
	.thumb_lst_v3 figure{display:block}
	.thumb_lst_v3 figure .pic{display:block;width:auto}
	.thumb_lst_v3 figcaption{display:block;position:relative;width:auto;padding:25px 0 0}
	.thumb_lst_v3 figcaption .tit{height:auto;line-height:1.4}
	.thumb_lst_v3 figcaption .date{padding:15px 0 0}
	.thumb_lst_v3 figcaption .more{display:none;margin-top:5px;padding-right:12px;font-size:11px}
	.thumb_lst_v3 figcaption .more:after{width:5px;height:6px;margin-top:-4px;background-image:url(../img/m.exhibition_visit_link_arr.gif);background-size:5px 6px}




	/* =Thumb List2 */
	/* [I] 썸네일 4개 이상일 경우 */
	.thumb_lst2 li{float:none;width:auto;margin-left:0}
	.thumb_lst2 li:nth-of-type(2n+1){margin-left:0}
	.thumb_lst2 figcaption{padding:10px 0}
	.thumb_lst2 figcaption .tit>strong{font-size:16px}

	 /* [I] 썸네일 2개일 경우 */
	.thumb_lst2_v2 figure .hori{display:block}
	.thumb_lst2_v2 figure .verti{display:none}

	 /* [I] 썸네일 3개일 경우 */
	.thumb_lst2_v3 li:nth-of-type(odd),
	.thumb_lst2_v3 li:nth-of-type(even){float:none}
	.thumb_lst2_v3 li:nth-of-type(2) figure .hori{display:block}
	.thumb_lst2_v3 li:nth-of-type(2) figure .verti{display:none}

	/* =Thumb View */
	.thumb_view .thumb_view_sjt figcaption{float:none;width:auto;margin-top:32px}
	.thumb_view .thumb_view_sjt figcaption .tit>strong{font-size:20px}
	.thumb_view .thumb_view_sjt figcaption .tit+.date{margin-top:13px}
	.thumb_view .thumb_view_sjt figcaption .desc+.date{margin-top:6px}
	.thumb_view .thumb_view_sjt figcaption .date{font-size:13px}
	.thumb_view .thumb_view_sjt .support{margin-top:25px;margin-bottom:25px}
	.thumb_view .thumb_view_sjt .support li>em{margi-right:8px}
	.thumb_view .thumb_view_sjt .support li>span{max-width:216px}
	.thumb_view .thumb_view_sjt .info{position:static;margin-top:30px}
	.thumb_view .thumb_view_sjt .rect_box{width:100%;padding:15px;font-size:13px}
	.thumb_view .thumb_view_sjt .rect_box li{display:table}
	.thumb_view .thumb_view_sjt .rect_box li>em{width:50px}
	.thumb_view .thumb_view_sjt .rect_box li>span{display:table-cell;max-width:100%}
	.thumb_view .thumb_view_sjt .rect_box .btns{margin:15px 0 0 50px}
	.thumb_view .thumb_view_sjt .rect_box .btns>a.btn{margin-left:8px;font-size:13px}
	.thumb_view .thumb_view_sjt .rect_box .btns>a.btn:after{width:5px;height:6px;margin-top:-4px;background-image:url(../img/m.exhibition_visit_link_arr.gif);background-size:5px 6px}
	.thumb_view .thumb_view_cont{width:auto;margin-top:30px; position:relative; }
	/*.thumb_view .thumb_view_cont>p{margin-top:20px}*/

	.thumb_view_v1 .thumb_view_cont{margin-top:27px}
	.thumb_view_v1 .thumb_view_cont .tabs a{padding:5px 0;font-size:14px}
	.thumb_view_v1 .thumb_view_cont .tab_cont{margin-top:0}
	.thumb_view_v1 .thumb_view_cont .tab_cont .desc{float:none;width:auto}
	.thumb_view_v1 .thumb_view_cont .tab_cont .desc>p{font-size:13px}
	.thumb_view_v1 .thumb_view_cont .tab_cont .pic{float:none;width:auto;margin-top:50px}
	.thumb_view_v1 .thumb_view_cont .tab_cont .pic li{margin-top:20px}
	.thumb_view_v1 .thumb_view_cont .tab_cont_v1{margin-top:0}
	.thumb_view_v1 .thumb_view_cont .tab_cont_v1 .group{padding:30px 0}
	.thumb_view_v1 .thumb_view_cont .tab_cont_v1 .pic{margin-top:0}
	.thumb_view_v1 .thumb_view_cont .tab_cont_v1 .desc{margin-left:0}
	.thumb_view_v1 .thumb_view_cont .tab_cont_v1 .desc>p{margin-top:15px}
	.thumb_view_v1 .thumb_view_cont .tab_cont_v1 .desc .lst{font-size:13px}
	.thumb_view_v1 .thumb_view_cont .tab_cont_v1 .desc .lst li>em{width:24%}
	.thumb_view_v1 .thumb_view_cont .tab_cont_v1 .desc .lst li>span{width:76%}

	.thumb_view_v2 .thumb_view_sjt figure .collec{dispaly:block;text-align:center}
	.thumb_view_v2 .thumb_view_sjt figure .pic{display:block}
	.thumb_view_v2 .thumb_view_sjt figure img{max-width:100%}
	.thumb_view_v2 .thumb_view_sjt figure .loc{display:none}
	.thumb_view_v2 .thumb_view_sjt figcaption{margin-bottom:0}
	.thumb_view_v2 .thumb_view_sjt figcaption .desc{margin-top:15px}
	.thumb_view_v2 .thumb_view_sjt figcaption .fabrication{width:auto;margin-top:8px;font-size:13px}

	.thumb_view_v3 .thumb_view_sjt figcaption{padding:0}
	.thumb_view_v3 .thumb_view_cont .left_label_pdf {padding-left:0; position:absolute; right:0; top:0}
	.thumb_view_v3 .thumb_view_cont>.desc{float:none;width:auto !important;}


	/* 160909 히스토리 상세 추가 */
	/*
	.thumb_view_v3 .thumb_view_cont>.desc>div>p{padding-top:20px;line-height:1.8;color:#707070;text-align:justify}
	.thumb_view_v3 .thumb_view_cont>.desc>div>div>p{line-height:1.8;color:#707070;text-align:justify}
	.thumb_view_v3 .thumb_view_cont>.desc>div>p:first-child{margin-top:0}
	.thumb_view_v3 .thumb_view_cont>.desc>div>p>strong{font-size:16px;color:#000}
	.thumb_view_v3 .thumb_view_cont>.desc>.dtit>strong{font-weight:normal;font-size:18px}
	.thumb_view_v3 .thumb_view_cont>.desc .tbl{line-height:1.8;color:#707070;text-align:justify}

	.thumb_view_v3 .thumb_view_cont>.desc>div.block-2 {}
	.thumb_view_v3 .thumb_view_cont>.desc>div.block-2:after {clear:both; content:''; display:block;}
	.thumb_view_v3 .thumb_view_cont>.desc>div.block-2 .lfloat {width:313px;}
	.thumb_view_v3 .thumb_view_cont>.desc>div.block-2 .rfloat {width:283px;}
	.thumb_view_v3 .thumb_view_cont>.desc strong.line {display:block; line-height:24px; width:130px; letter-spacing:-0.050em; padding-top:10px; color:#000; font-size:16px; font-weight:normal; border-top:1px solid #000;}

	ul.post_list {}
	ul.post_list li {padding:60px 0; border-bottom:1px solid #ddd;}
	ul.post_list li > span {display:table-cell; width:314px;}
	ul.post_list li > div {display:table-cell;}
	ul.post_list li > div > strong {display:block; color:#000; font-size:18px;}
	ul.post_list li > div > p.name {color:#000; font-size:18px; margin-bottom:25px;}
	ul.post_list li > div > p.info {color:#666; font-size:14px; line-height:24px; font-family:'GothamBook'; margin-bottom:30px;}
	ul.post_list li > div > p.txt {color:#666; font-size:14px; line-height:24px;}
	*/

	.thumb_view_v3 .thumb_view_cont .left_label_pdf {float:left;}
	.thumb_view_v3 .thumb_view_cont .left_label_pdf a {display:block; width:67px; color:#000; font-size:14px; border-bottom:1px solid #7f7f7f; background:url(http://v-w.co.kr/_test/sewha/resources/img/pdf_label_arrow.gif) no-repeat right center;}
	.thumb_view_v3 .thumb_view_cont .left_label {float:none; margin-bottom:25px; color:#666; font-size:14px; line-height:24px; padding-top:10px;}
	.thumb_view_v3 .thumb_view_cont .youtube iframe {width:100% !important; height:210px !important;}


	/* =Structure List */
	.structure_lst a{padding:13px 0 9px 50px}
	.structure_lst a:before{left:10px;width:23px;height:23px;margin-top:-12px;background-image:url(../img/sp_m.structure_lst.png);background-size:150px 125px}
	.structure_lst .group_lst1 li.m1 a:before{background-position:0 0}
	.structure_lst .group_lst1 li.m2 a:before{background-position:0 -25px}
	.structure_lst .group_lst1 li.m3 a:before{background-position:0 -50px}
	.structure_lst .group_lst1 li.m4 a:before{background-position:0 -75px}
	.structure_lst .group_lst1 li.m5 a:before{background-position:0 -100px}
	.structure_lst .group_lst2 li.m1 a:before{background-position:-50px 0}
	.structure_lst .group_lst2 li.m2 a:before{background-position:-50px -25px}
	.structure_lst .group_lst2 li.m3 a:before{background-position:-50px -50px}
	.structure_lst .group_lst2 li.m4 a:before{background-position:-50px -75px}
	.structure_lst .group_lst2 li.m5 a:before{background-position:-50px -100px}
	.structure_lst .group_lst3 li.m1 a:before{background-position:-100px 0}
	.structure_lst .group_lst3 li.m2 a:before{background-position:-100px -25px}
	.structure_lst .group_lst3 li.m3 a:before{background-position:-100px -50px}
	.structure_lst .group_lst1 li.m1.on a:before{background-position:-25px 0}
	.structure_lst .group_lst1 li.m2.on a:before{background-position:-25px -25px}
	.structure_lst .group_lst1 li.m3.on a:before{background-position:-25px -50px}
	.structure_lst .group_lst1 li.m4.on a:before{background-position:-25px -75px}
	.structure_lst .group_lst1 li.m5.on a:before{background-position:-25px -100px}
	.structure_lst .group_lst2 li.m1.on a:before{background-position:-75px 0}
	.structure_lst .group_lst2 li.m2.on a:before{background-position:-75px -25px}
	.structure_lst .group_lst2 li.m3.on a:before{background-position:-75px -50px}
	.structure_lst .group_lst2 li.m4.on a:before{background-position:-75px -75px}
	.structure_lst .group_lst2 li.m5.on a:before{background-position:-75px -100px}
	.structure_lst .group_lst3 li.m1.on a:before{background-position:-125px 0}
	.structure_lst .group_lst3 li.m2.on a:before{background-position:-125px -25px}
	.structure_lst .group_lst3 li.m3.on a:before{background-position:-125px -50px}

	/* =Table */
	.table th,
	.table td{font-size:13px}
	.table td{padding:8px}
	.table>.desc{font-size:13px}

	/* =News Event Group :: [뉴스 > 이벤트 ] */
	.news_evt_group .bbs_more{margin-top:32px}

	/* =News Data Group :: [뉴스 > 자료실] */
	.news_data_group .bbs_lst .item{padding-bottom:15px}
	.news_data_group .bbs_lst .download{right:10px}

	/* =Program Tour Group :: [프로그램 > 투어] */
	.program_tour_group .intro>.htit{font-size:18px}
	.program_tour_group .intro>.info{margin-bottom:20px}
	.program_tour_group .intro>a.apply{position:relative;top:auto;right:auto;margin-top:0}

	.program_tour_group .structure_map{/*margin-top:40px*/ margin-top:0;}
	.program_tour_group .structure_lst{overflow-y:auto;-webkit-overflow-scrolling:touch;max-height:193px;border:1px solid #aeaeae;border-width:2px 0 1px}
	.program_tour_group .structure_lst{margin-top:60px}
	.program_tour_group .structure_lst>.group{float:none;width:auto;margin-left:0}
	.program_tour_group .structure_lst li{border-top-width:0}

	.program_tour_group .structure_lst2 .group.group_lst1 li:nth-child(5),
	.program_tour_group .structure_lst2 .group.group_lst3 .m2,
	.program_tour_group .structure_lst2 .group.group_lst3 .m3 {display:none; font-family:'Nanum Barun Gothic';}
	.program_tour_group .structure_lst2.en * {font-family:'GothamBook';}



	/* =Program Tour Group :: [프로그램 > 투어] 전면수정 */
	.inr.tour {padding:0 !important;}
	.program_tour_group .head {}
	.program_tour_group .head:after {clear:both; content:''; display:block;}
	.program_tour_group .head .bg {padding:30px 20px 0; width:100%; height:350px; background:url(../img/tour_head_bg.jpg) no-repeat; background-size:cover 100%; background-position:right center;}
	.program_tour_group .head img.headtxt {width:180px; display:block; margin-bottom:30px;}
	.program_tour_group .head .bg .rightTxt {font-size:12px; right:-220px; top:250px;}
	.program_tour_group .head .left_info {float:none;}
	.program_tour_group .head .left_info dt {margin-bottom:5px; font-size:10px; color:#222;}
	.program_tour_group .head .left_info dd {margin-bottom:13px; font-size:12px; color:#333; line-height:15px;}
	.program_tour_group .head .right_info {position:relative; left:0; top:0; margin-top:22px; padding:0 20px; padding-bottom:30px;}
	.program_tour_group .head .right_info h2.htit {font-size:24px; color:#222; line-height:31px; margin-bottom:15px;}
	.program_tour_group .head .right_info p.desc {font-size:12px; color:#333; line-height:20px; margin-bottom:22px;}
	[lang=en] .program_tour_group .head .right_info p.desc {padding-right:0;}
	.program_tour_group .head .right_info a.apply {font-size:12px; color:#000; font-weight:bold;}

	.program_tour_group .map_area {padding-top:60px; padding-bottom:60px; background:#494949;}
	.program_tour_group .map_area .h3 {width:100%; padding:0 20px; color:#fff; margin-bottom:40px; border-bottom:0; line-height:22px;}
	.program_tour_group .map_area .h3 h3 {font-size:36px; border-bottom:1px solid #fff; border-color:rgba(255,255,255,0.5);}

	.program_tour_group .structure_lst2 {padding:0 20px; margin-left:0;}
	.program_tour_group .structure_lst2:after {clear:both; content:''; display:block;}
	.program_tour_group .structure_lst2 .group {float:left; margin-right:5%;}
	.program_tour_group .structure_lst2 .group ul {}
	.program_tour_group .structure_lst2 .group ul li {font-size:12px; line-height:20px;}
	.program_tour_group .structure_lst2 .group ul li em {color:#fff; font-family:'GothamMedium';}
	.program_tour_group .structure_lst2 .group ul li a {color:#fff;}
	.program_tour_group .structure_lst2 .group ul li a:hover {color:#ec2028;}
	.program_tour_group .structure_lst2 .group ul li a:hover em {color:#ec2028;}
	.program_tour_group .structure_lst2 .group .group_lst1 {}
	.program_tour_group .structure_lst2 .group .group_lst2 {}
	.program_tour_group .structure_lst2 .group .group_lst3 {}



	/* =Exhibition View Group :: [EXHIBITION 상세:공통] */
	.exhibition_view_group .thumb_view .thumb_view_sjt .rect_box li>em{width:78px}
	[lang=en] .exhibition_view_group .thumb_view .thumb_view_sjt .rect_box li>em{width:110px}
	.exhibition_view_group .thumb_view .thumb_view_sjt .rect_box .btns{margin-left:0;}
	[lang=en] .exhibition_view_group .thumb_view .thumb_view_sjt .rect_box .btns{margin-left:0;}
	.exhibition_view_group .thumb_view_cont{margin-top:54px}
	[lang=en] .exhibition_view_group .thumb_view_cont .tabs li {width:48%;}
	.exhibition_view_group .bbs_view_lst{margin-top:80px}

	.exhibition_view_group .tabs li {float:left; margin-left:2%;}
	.exhibition_view_group .tabs li:first-child {margin-left:0;}

	/* =Program View Group :: [PROGRAM 상세:공통] */
	.program_view_group .thumb_view .thumb_view_cont{margin-top:40px;padding-top:25px}





	/* =Visit Guide Group :: [VISIT > 관람/전시 안내 ] */
	.visit_guide_group>.group{margin-top:45px}
	.visit_guide_group .guide figure{margin-top:20px}
	.visit_guide_group .guide figure .pic{max-width:100%}
	.visit_guide_group .guide figcaption{position:static;width:100%;padding:20px;}
	[lang=en] .visit_guide_group .guide figcaption {padding-right:20px;}
	.visit_guide_group .guide figcaption .tit>strong{font-size:18px}
	.visit_guide_group .guide figcaption .info li>em,
	.visit_guide_group .guide figcaption .info li>span{font-size:13px}
	.visit_guide_group .guide figcaption .info li>em{width:145px}
	.visit_guide_group .guide figcaption .desc{/*font-size:14px;*/ font-size:13px;}
	.visit_guide_group .fare .table{margin-top:20px}
	.visit_guide_group .fare .table td>b{font-weight:normal;color:#000}
	.visit_guide_group .directions .map{margin-top:20px}
	.visit_guide_group .directions .map_info{margin-top:20px}
	.visit_guide_group .directions .map_info .row{height:90px}
	[lang=en] .visit_guide_group .directions .map_info .row{height:100px}
	.visit_guide_group .directions .map_info strong{width:80px;font-size:14px}
	[lang=en] .visit_guide_group .directions .map_info strong{width:80px}
	.visit_guide_group .directions .map_info .addr_lst li{float:none;margin-top:6px;padding:0;font-size:13px}
	.visit_guide_group .directions .map_info .addr_lst li:after{display:none}
	.visit_guide_group .directions .map_info .addr_lst li:first-child{margin-top:0}
	[lang=en] .visit_guide_group .directions .map_info .addr_lst .m1{margin-bottom:0}
	.visit_guide_group .directions .map_info .traf_lst{margin-top:16px;font-size:13px}
	.visit_guide_group .directions .map_info .traf_lst dd:first-of-type{margin-top:6px}
	.visit_guide_group .directions .map_info .traf_lst dd>em{width:60px;color:#666}
	[lang=en] .visit_guide_group .directions .map_info .traf_lst dd>em{width:100px}
	.visit_guide_group .desc a {color:inherit;}


	/* 지도API 영역 */
	.visit_guide_group .directions .map_area {width:100%;height:200px;}


	/* =Visit Guide Group :: [VISIT > 대관안내 ] */
	.visit_infomation_group>.group{margin-top:45px}
	.visit_infomation_group> .guide figure{margin-top:20px}
	.visit_infomation_group .guide figure .pic{max-width:100%}
	.visit_infomation_group .guide figcaption{position:static;width:100%;padding:20px; height:160px;}
	.visit_infomation_group .guide figcaption .tit>strong{font-size:22px; margin-top:10px;}
	.visit_infomation_group .guide figcaption .info li>em,
	.visit_infomation_group .guide figcaption .info li>span{font-size:13px}
	.visit_infomation_group .guide figcaption .info li>em{width:115px}
	.visit_infomation_group .guide figcaption .desc{/*font-size:14px;*/ font-size:13px; line-height:18px; margin-top:0;}
	.visit_infomation_group .fare .table{margin-top:20px}
	.visit_infomation_group .fare .table td>b{font-weight:normal;color:#000}
	.visit_infomation_group .directions .map{margin-top:20px}
	.visit_infomation_group .directions .map_info{margin-top:20px}
	.visit_infomation_group .directions .map_info .row{height:90px}
	[lang=en] .visit_infomation_group .directions .map_info .row{height:100px}
	.visit_infomation_group .directions .map_info strong{width:80px;font-size:14px}
	[lang=en] .visit_infomation_group .directions .map_info strong{width:80px}
	.visit_infomation_group .directions .map_info .addr_lst li{float:none;margin-top:6px;padding:0;font-size:13px}
	.visit_infomation_group .directions .map_info .addr_lst li:after{display:none}
	.visit_infomation_group .directions .map_info .addr_lst li:first-child{margin-top:0}
	[lang=en] .visit_infomation_group .directions .map_info .addr_lst .m1{margin-bottom:0}
	.visit_infomation_group .directions .map_info .traf_lst{margin-top:16px;font-size:13px}
	.visit_infomation_group .directions .map_info .traf_lst dd:first-of-type{margin-top:6px}
	.visit_infomation_group .directions .map_info .traf_lst dd>em{width:60px;color:#666}
	[lang=en] .visit_infomation_group .directions .map_info .traf_lst dd>em{width:100px}
	.visit_infomation_group .directions>.desc{margin-top:32px}

	.visit_infomation_group .how ul {font-size:12px; color:#666; line-height:22px;}
	.visit_infomation_group .how ul li:first-child {padding-top:15px;}
	.visit_infomation_group .how ul li span.email {color:#000;}


	/* =Visit Membership Group :: [VISIT > 멤버십 ] */
	.visit_membership_group>.group{margin-top:45px}
	.visit_membership_group>.group figure{margin-top:20px}
	.visit_membership_group>.group figure .pic{float:none;max-width:100%}
	.visit_membership_group>.group figure figcaption{position:static;width:100%;padding:20px}
	[lang=en] .visit_membership_group>.group figure figcaption{padding:20px}
	.visit_membership_group .guide figcaption .tit>strong{font-size:18px}
	.visit_membership_group .guide figcaption .tit{/*padding-bottom:18px*/}
	.visit_membership_group .guide figcaption .desc{margin-top:14px;font-size:14px; line-height:24px;}
	.visit_membership_group .boon figcaption .info li{margin-top:5px;font-size:13px}
	
	/* =Visit Tour Group :: [VISIT > 미술관 즐기기 ] */
	.museum_tour_group>.group{margin-top:45px;}
	.museum_tour_group>.group p{margin-top:20px;}

	/* =Museum About Group :: [MUSEUM > 인사말 ] */
	.museum_about_group{padding-left:0}
	.museum_about_group .about{padding:10px 15px;border-width:6px;background-size:105px 79px}
	.museum_about_group .about>.desc>strong{display:block;margin-top:15px;font-size:38px; letter-spacing:-0.050em; line-height:37px; padding-top:0; margin-bottom:40px;}
	.museum_about_group .about>.desc>strong:before {margin-bottom:30px; display:block; content:''; width:122px;height:12px; background-color:#000;}
	.museum_about_group .about>.desc>h4 {margin-left:0; font-size:16px; line-height:25px;}
	/*.museum_about_group .about>.desc>h4:after{margin-top:15px; display:block; content:''; width:19px;height:2px; background-color:#000;}*/
	.museum_about_group .about>.desc>p {margin-left:0; font-size:12px; line-height:20px;}
	.museum_about_group .about>.desc>p:first-of-type{margin-top:20px}
	.museum_about_group .about>.desc>.signature{margin-top:40px;text-align:right}
	.museum_about_group .about>.desc>.signature>span{margin:6px 6px 0 0}
	[lang=en] .museum_about_group .about>.desc>.signature>span{margin-top:-6px color:#666; font-size:12px;}
	.museum_about_group .about>.desc>.signature .name{color:#000;}
	.museum_about_group .about>.desc>.signature>img {width:70px}



	/* =Museum Art Group :: [MUSEUM > 미술관 소개 ] */
	.museum_art_group{margin-bottom:0}
	.museum_art_group .thumb,
	.museum_art_group .desc{float:none;width:auto}
	.museum_art_group .thumb .rect_box{bottom:-40px;width:200px;padding:45px 10px}
	.museum_art_group .thumb .rect_box>strong{font-size:14px}
	.museum_art_group .desc{margin-top:80px}
	.museum_art_group .desc>strong{margin-top:0;margin-left:0;font-size:18px}
	[lang=en] .museum_art_group .desc>strong{margin-left:0;font-size:24px;line-height:1.4}
	.museum_art_group .desc>p{margin-top:20px}
	.museum_art_group .desc>p.intro{margin-top:30px;font-size:15px}
	[lang=en] .museum_art_group .desc>p.intro{font-size:18px}

	/* =Museum Foundation Group :: [MUSEUM > 재단 소개 ] */
	.museum_foundation_group .thumb_view_v3 .thumb_view_cont{margin-top:20px}
	.museum_foundation_group .thumb_view_v3 .thumb_view_cont .tabs ul li{width:55px;}
	.museum_foundation_group .thumb_view_v3 .thumb_view_cont .tab_cont{margin-top:10px}
	.museum_foundation_group .thumb_view_v3 .thumb_view_cont .tab_cont>strong{font-size:16px}
	[lang=en] .museum_foundation_group .thumb_view_v3 .thumb_view_cont .tab_cont>strong{font-size:24px}
	.museum_foundation_group .thumb_view_v3 .thumb_view_cont .tab_cont .desc{float:none;width:auto;margin-top:30px}
	[lang=en] .museum_foundation_group .tabs li{width:90px}
	.museum_foundation_group .lst_thumb{margin-top:30px}
	.museum_foundation_group .lst_thumb>.item{overflow:hidden;float:none;width:auto;margin-top:20px;margin-left:0}
	.museum_foundation_group .lst_thumb>.item:first-child{margin-top:0}
	.museum_foundation_group .lst_thumb>.item>strong{padding:12px 0;font-size:15px}
	[lang=en] .museum_foundation_group .lst_thumb>.item>strong{font-size:18px;letter-spacing:0}
	.museum_foundation_group .lst_thumb>.item .thumb,
	.museum_foundation_group .lst_thumb>.item .lst{float:left}
	.museum_foundation_group .lst_thumb>.item .thumb {width:43%;}
	.museum_foundation_group .lst_thumb>.item .lst{width:53%;margin-top:-3px;margin-left:4%}
	.museum_foundation_group .lst_thumb>.item .lst li{font-size:13px}
	.museum_foundation_group .table th{padding-top:12px;font-size:14px}
	[data-device=i] .museum_foundation_group .table th{padding-top:13px}
	[lang=en] .museum_foundation_group .table th{padding-top:14px}
	.museum_foundation_group .table td.month{padding-top:12px}

	/* 170113 설립자 소개*/
	.museum_foundation_group .thumb_view_v3 .thumb_view_cont{margin-top:20px}
	.museum_foundation_group .thumb_view_v3 .thumb_view_cont .tab_cont01{margin-top:10px}
	.museum_foundation_group .thumb_view_v3 .thumb_view_cont .tab_cont01>strong{font-size:16px}
	.museum_foundation_group .thumb_view_v3 .thumb_view_cont .tab_cont01 .thumb	{float: none; width:auto;}
	[lang=en] .museum_foundation_group .thumb_view_v3 .thumb_view_cont .tab_cont01>strong{font-size:24px}
	.museum_foundation_group .thumb_view_v3 .thumb_view_cont .tab_cont01 .desc{float:none;width:auto;margin-top:30px}
	.museum_foundation_group .thumb_view_v3 .thumb_view_cont .tab_cont01 .thumb .rect_box{width:200px;padding:15px 10px}
	.museum_foundation_group .thumb_view_v3 .thumb_view_cont .tab_cont01 .thumb .rect_box>strong{font-size:13px}









	/* =Museum History Group :: [MUSEUM > 히스토리 ] */
	.museum_history_group .intro{padding:25px}
	.museum_history_group .intro dl{margin:0}
	.museum_history_group .intro dt{margin-left:0;font-size:16px}
	.museum_history_group .intro dd{margin-top:15px}
	.museum_history_group .func{margin-top:25px}
	.museum_history_group .func .combobox{width:45%;margin-left:5%}
	.museum_history_group .func .combobox:first-child{margin-left:0}
	.museum_history_group .thumb_area{margin-top:35px}
	.museum_history_group .thumb_group>strong{font-size:34px}

	/* =Util Policy Group :: [UTIL > 개인정보위급방침 ] */
	.util_policy_group .policy_area>h2{font-size:18px}
	.util_policy_group .policy_area>.desc{margin-top:25px}
	.util_policy_group .policy_sc{margin-top:15px}
	.util_policy_group .policy_sc .panel{margin-top:10px;padding:15px}
	.util_policy_group .policy_sc ol{float:none;width:auto;margin-top:14px}
	.util_policy_group .policy_sc ol:first-child{margin-top:0}
	.util_policy_group .policy_sc li{padding:0}
	.util_policy_group .group{padding:20px 0}
	.util_policy_group .group>.desc{margin:18px 0}
	.util_policy_group .group_sc1 dt{margin-top:20px}
	.util_policy_group .group_sc5 .table{overflow-x:auto;-webkit-overflow-scrolling:touch}
	.util_policy_group .group_sc5 .table th{padding:10px}
	.util_policy_group .group_sc13 a.btn_privacy{margin-top:18px}

	/* =Util Terms Group :: [UTIL > 사이트 이용약관 ] */
	.util_terms_group .group{padding:20px 0}
	.util_terms_group .group dl{margin-top:18px}
	.util_terms_group .group dt{margin-top:20px;color:#000}

	/* 20161005 개인정보취급방침 추가 */
	.m-block {display:block;}
	
	/* visual arrow button */
	.bx-controls-direction {display:none;}

}

/* =Media Query :: Tablet */
@media only screen and (min-width:769px) and (max-width:1107px) {

	/* =Data Private */
	/*[data-private=desktop]{display:none!important}*/
	[data-private=tablet] {display:block!important}
	[data-private=mobile] {display:none!important}

	.m_act {display:none;}
	.pc_act {display:none;}
	.mt_act {display:block;}

	.news_letter a.bt_pop {right:20px;}
	.exhibition .group .desc li>em {width:70px !important;}
	.exhibition .group .desc li>span {margin-left:20px;}


	/* =Layout */
	#wrap .inr{max-width:100%;}

	/* =GNB */
	.gnb .dir a{font-size:13px}

	/* GNB 아코디언 통일 유지 */
	.gnb>ul>li.m1 .dir>ul,
	.gnb>ul>li.m2 .dir>ul,
	.gnb>ul>li.m3 .dir>ul,
	.gnb>ul>li.m4 .dir>ul,
	.gnb>ul>li.m5 .dir>ul{margin-left:0!important;margin-right:0!important}

	/* =Exhibition */
	.exhibition .group h2{font-size:18px}
	.exhibition .group figcaption>.date,
	.exhibition .group figcaption>.price{margin-top:6px;padding-top:5px; height:auto;}
	.exhibition .group .link>a{padding:15px 10px}
	.exhibition .group .link>a>span{font-size:13px}

	/* =Quick */
	.quick{right:2px}

	/* =Sub Layout */
	.sub_cont{padding-right:47px;padding-left:124px}

	.sub_cont_e1{padding-right:0;padding-left:0}
	
	/* =Visual */
	.visual{height:auto;padding:0 20px}

	/* =Notice */
	.notice .lst{width:550px}

	/* 2단으로 만드려는 시도. */
	/*.thumb_lst li{float:left;width:50%;margin-top:22px;margin-left:0}*/


	/* =Thumb List */
	.thumb_lst_v3 .pic{width:280px}
	.thumb_lst_v3 figcaption{padding:18px 20px}
	.thumb_lst_v3 figcaption .more{margin-top:35px}
	/*.thumb_lst figcaption .date {font-size:10px;}*/

	/* =Thumb View */
	.thumb_view .thumb_view_sjt figcaption{width:46%}
	.thumb_view .thumb_view_sjt .info{right:25px}
	.thumb_view .thumb_view_sjt .rect_box{width:366px;padding:35px 28px}
	.thumb_view .thumb_view_cont{width:46%}

	.thumb_view_v1 .thumb_view_cont .tabs.fixed{padding:20px}
	.thumb_view_v1 .thumb_view_cont .tab_cont .desc.fixed{right:20px;margin-right:0}
	.thumb_view_v1 .thumb_view_cont .tab_cont .desc{width:52%}
	.thumb_view_v1 .thumb_view_cont .tab_cont_v1 .pic{width:28.651%}
	.thumb_view_v1 .thumb_view_cont .tab_cont_v1 .desc{width:65.730%}

	.thumb_view_v2 .thumb_view_sjt figcaption{width:auto}
	.thumb_view_v2 .thumb_view_sjt figcaption .fabrication{width:200px}
	.thumb_view_v2 .thumb_view_cont{width:62%}

	.thumb_lst_v2 li {width:24.55%;}


	.thumb_view_v3 .thumb_view_sjt figcaption{width:auto}
	.thumb_view_v3 .thumb_view_cont{width:auto}
	.thumb_view_v3 .thumb_view_cont>.desc{float:none;width:auto !important;}


	/* 160909 히스토리 상세 추가 */
	/*
	.thumb_view_v3 .thumb_view_cont>.desc>div>p{padding-top:20px;line-height:1.8;color:#707070;text-align:justify}
	.thumb_view_v3 .thumb_view_cont>.desc>div>div>p{line-height:1.8;color:#707070;text-align:justify}
	.thumb_view_v3 .thumb_view_cont>.desc>div>p:first-child{margin-top:0}
	.thumb_view_v3 .thumb_view_cont>.desc>div>p>strong{font-size:16px;color:#000}
	.thumb_view_v3 .thumb_view_cont>.desc>.dtit>strong{font-weight:normal;font-size:18px}
	.thumb_view_v3 .thumb_view_cont>.desc .tbl{line-height:1.8;color:#707070;text-align:justify}

	.thumb_view_v3 .thumb_view_cont>.desc>div.block-2 {}
	.thumb_view_v3 .thumb_view_cont>.desc>div.block-2:after {clear:both; content:''; display:block;}
	.thumb_view_v3 .thumb_view_cont>.desc>div.block-2 .lfloat {width:313px;}
	.thumb_view_v3 .thumb_view_cont>.desc>div.block-2 .rfloat {width:283px;}
	.thumb_view_v3 .thumb_view_cont>.desc strong.line {display:block; line-height:24px; width:130px; letter-spacing:-0.050em; padding-top:10px; color:#000; font-size:16px; font-weight:normal; border-top:1px solid #000;}

	ul.post_list {}
	ul.post_list li {padding:60px 0; border-bottom:1px solid #ddd;}
	ul.post_list li > span {display:table-cell; width:314px;}
	ul.post_list li > div {display:table-cell;}
	ul.post_list li > div > strong {display:block; color:#000; font-size:18px;}
	ul.post_list li > div > p.name {color:#000; font-size:18px; margin-bottom:25px;}
	ul.post_list li > div > p.info {color:#666; font-size:14px; line-height:24px; font-family:'GothamBook'; margin-bottom:30px;}
	ul.post_list li > div > p.txt {color:#666; font-size:14px; line-height:24px;}
	*/

	.thumb_view_v3 .thumb_view_cont .left_label_pdf {float:left;}
	.thumb_view_v3 .thumb_view_cont .left_label_pdf a {display:block; width:67px; color:#000; font-size:14px; border-bottom:1px solid #7f7f7f; background:url(http://v-w.co.kr/_test/sewha/resources/img/pdf_label_arrow.gif) no-repeat right center;}
	.thumb_view_v3 .thumb_view_cont .left_label {float:none; margin-bottom:25px; color:#666; font-size:14px; line-height:24px; padding-top:10px;}
	.thumb_view_v3 .thumb_view_cont .youtube iframe {}



	/* =Exhibition */
	.exhibition .group .rect_box{bottom:-50px}

	/* =Exhibition View Group :: [EXHIBITION 상세:공통] */
	.exhibition_view_group .thumb_view_cont{width:auto}

	/* =Museum About Group :: [MUSEUM > 인사말 ] */
	.museum_about_group{padding-left:0}


	/* =News Letter */
	.news_letter{outline:0px solid blue;margin-bottom:-13px;padding:80px 0 0;text-align:center}
	/* 220916 수정 */.news_letter .rect_box{width:100%; padding:25px 28px 30px;text-align:left}
	.news_letter .rect_box>h3{font-family:'GothamMedium';font-weight:normal;font-size:24px;letter-spacing:-0.030em;color:#000}
	.news_letter .srch{width:120%; position:relative;margin-top:20px;margin-right:-125px;border:1px solid #7f7f7f}
	.news_letter .srch input[type=email]{width:85%; padding:11px 10px;border:0}
	.news_letter .srch button[type=submit]{position:relative;width:40px;height:38px;border:0;background-color:#fff; color:#000; font-size:14px;font-family:'GothamBook';}
	.news_letter .srch button[type=submit]:after{content:'';position:absolute;top:50%;left:0;width:1px;height:16px;margin-top:-8px;background-color:#b2b2b2}
	/* 220916 수정 */.news_letter .desc{margin-top:20px;font-size:13px;color:#666;max-width: 65%; }

	/* =Program Tour Group :: [PROGRAM > 투어] 전면수정 */
	.program_tour_group .head {position:relative;}
	.program_tour_group .head:after {clear:both; content:''; display:block;}
	.program_tour_group .head .headtxt {display:block; margin-bottom:60px;}
	.program_tour_group .head .bg {padding:100px 50px 0; width:100%; height:746px; background:url(../img/tour_head_bg.jpg) no-repeat;}
	.program_tour_group .head .left_info {float:left;}
	.program_tour_group .head .left_info dt {margin-bottom:10px; font-size:16px; color:#222; font-family:'GothamMedium';}
	.program_tour_group .head .left_info dd {margin-bottom:35px; font-size:16px; color:#333; line-height:24px;}
	.program_tour_group .head .right_info {position:absolute; left:40%; top:400px;}
	.program_tour_group .head .right_info h2.htit {font-size:34px; color:#222; line-height:42px; margin-bottom:20px;}
	.program_tour_group .head .right_info p.desc {font-size:14px; color:#333; line-height:24px; margin-bottom:45px;}
	.program_tour_group .head .right_info a.apply {font-size:14px; color:#000; font-weight:bold;}

	.program_tour_group .map_area {padding-top:110px; padding-bottom:60px; background:#494949;}
	.program_tour_group .map_area .h3 {padding:0 50px; color:#fff; margin-bottom:40px; font-size:72px; line-height:54px;}
	.program_tour_group .map_area h3 {border-bottom:1px solid #fff; border-color:rgba(255,255,255,0.5);}

	.program_tour_group .structure_lst2 {padding:0 50px; margin-left:0;}
	.program_tour_group .structure_lst2:after {clear:both; content:''; display:block;}
	.program_tour_group .structure_lst2 .group {float:left; margin-right:5%;}
	.program_tour_group .structure_lst2 .group ul {}
	.program_tour_group .structure_lst2 .group ul li {font-size:13px; line-height:25px;}
	.program_tour_group .structure_lst2 .group ul li em {width:30px; color:#fff; font-family:'GothamMedium';}
	.program_tour_group .structure_lst2 .group ul li a {color:#fff;}
	.program_tour_group .structure_lst2 .group ul li a:hover {color:#ec2028;}
	.program_tour_group .structure_lst2 .group ul li a:hover em {color:#ec2028;}
	.program_tour_group .structure_lst2 .group .group_lst1 {}
	.program_tour_group .structure_lst2 .group .group_lst2 {}
	.program_tour_group .structure_lst2 .group .group_lst3 {}

	.museum_about_group{}
	.museum_about_group .about{}
	.museum_about_group .about>.desc>strong {padding-top:45px; display:block; font-weight:normal;/*font-size:64px;*/line-height:70px;color:#000; letter-spacing:-0.025em; margin-bottom:90px;}
	.museum_about_group .about>.desc>strong>span{border-bottom:1px solid;}
	.museum_about_group .about>.desc>h4 {margin-left:20%;}
	/*.museum_about_group .about>.desc>h4:after{margin-top:30px; display:block; content:''; width:34px;height:2px; background-color:#000;}*/
	.museum_about_group .about>.desc>p{margin-left:20%; margin-top:25px;line-height:28px;font-size:16px;color:#666;text-align:justify}
	.museum_about_group .about>.desc>p:first-of-type{margin-top:20px}
	.museum_about_group .about>.desc>.signature{margin-top:55px;text-align:right}
	.museum_about_group .about>.desc>.signature>span{display:inline-block;margin:14px 15px 0 0}
	[lang=en] .museum_about_group .about>.desc>.signature>span{margin-top:0; color:#666; font-size:14px;}
	.museum_about_group .about>.desc>.signature .name{color:#000;}

	/* visual arrow button */
	.bx-controls-direction {display:none;}

}

/* =Media Query :: Wide Desktop */
@media only screen and (min-width:1108px) {

	.m_act {display:none;}
	.pc_act {display:block;}
	.mt_act {display:none;}

	.news_letter a.bt_pop {right:20px;}

}

/* =Media Query :: Device */
@media only screen and (max-device-width:768px) {


	/* =Layout */
	body{min-width:100%;}
	body.pause{padding-right:0}

	/* =Foot */
	[lang=en] .foot .policy{margin-top:-40px}
	[lang=en] .foot .policy li{margin-top:6px}

	/* =Exhibition */
	.exhibition .group .desc li{display:-webkit-flex;display:flex}
	.exhibition .group .desc li>em {width:auto;}
	.exhibition .group .desc li>em,
	.exhibition .group .desc li>span{display:block}
	.exhibition .group .desc li>span{-webkit-flex:1;-ms-flex:1;flex:1;max-width:100%; margin-left:10px;}


	/* =Museum Art Group :: [MUSEUM > 미술관 소개 ] */
	.museum_art_group .thumb .rect_box{width:150px;padding:35px 10px}
	.museum_art_group .thumb .rect_box>strong{font-size:13px}

	/* =Museum Foundation Group :: [MUSEUM > 재단 소개 ] */
	[lang=en] .museum_foundation_group .table th{padding-top:12px}
	.museum_foundation_group .table td.month{padding-top:15px}

	.thumb_lst_v2 li {padding-right:0;}

}


/* =Media Query :: 태블릿에서 소장품목록을 위한 별개처리 */
@media only screen and (min-width:768px) and (max-width:1023px) {

	.exhibition_lst_group.exhibition_lst_group_v1 .thumb_lst li {float:left; width:48%; margin-left:3.125%;}
	.exhibition_lst_group.exhibition_lst_group_v1 .thumb_lst li:first-child {margin-left:0 !important;}
	.exhibition_lst_group.exhibition_lst_group_v1 .thumb_lst li:nth-of-type(odd) {margin-left:0;}
	/*.exhibition_lst_group.exhibition_lst_group_v1 .thumb_lst li:nth-of-type(3n+1) {margin-left:3.125%;}*/
	.exhibition_lst_group_v1 .thumb_lst figure .fluid_thumb img {width:100%;}



}



/* =Media Query :: 태블릿에서 메인 하단배너를 위한 별개처리 */
@media only screen and (width:768px) {

	.none_768 {display:none !important;}

	/* =Exhibition */
	.exhibition .group li {margin-top:20px;}
	.exhibition .group li a {font-size:24px;}
	.exhibition .group li.email a {font-size:16px;}
	.exhibition .group figcaption>.date {font-size:14px;}

	.exhibition .group_event figcaption {padding:25px;}
	.exhibition .group_event figcaption>strong {margin-top:10px; font-size:25px;}
	.exhibition .group_event figcaption>p {font-size:20px; margin-top:5px;}
	.exhibition .group figcaption>.date {font-size:20px; margin-top:20px;}


}

/* =Media Query :: 태블릿과 모바일 로고 사이즈 별개처리 */
@media only screen and (max-device-width:767px) {

	header h1 {width:130px; margin:0 auto}

}