@import url(reset.css);
@import url(../fonts/font-awesome/css/font-awesome.min.css);
/*@import url('https://fonts.googleapis.com/css?family=Lora:400,700');*/
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@font-face {
    font-family: 'notokr-light';
    /*src: url('../fonts/NotoSansKR-Light.eot');*/
    /*src: url('../fonts/NotoSansKR-Light.eot?#iefix') format('embedded-opentype'),*/
    src: url('../fonts/NotoSansKR-Light.woff2') format('woff2'),
    url('../fonts/NotoSansKR-Light.woff') format('woff');
    /*url('../fonts/NotoSansKR-Light.ttf') format('truetype'),*/
    /*url('../fonts/NotoSansKR-Light.svg#NotoSansKR-Light') format('svg');*/
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'notokr-regular';
    src: url('../fonts/notokr-regular.eot');
    src: url('../fonts/notokr-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/notokr-regular.woff2') format('woff2'),
    url('../fonts/notokr-regular.woff') format('woff'),
    url('../fonts/notokr-regular.ttf') format('truetype'),
    url('../fonts/notokr-regular.svg#notokr-regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'notokr-bold';
    /*src: url('../fonts/NotoSansKR-Black.eot');*/
    /*src: url('../fonts/NotoSansKR-Black.eot?#iefix') format('embedded-opentype'),*/
    src: url('../fonts/NotoSansKR-Black.woff2') format('woff2'),
    url('../fonts/NotoSansKR-Black.woff') format('woff');
    /*url('../fonts/NotoSansKR-Black.ttf') format('truetype'),*/
    /*url('../fonts/NotoSansKR-Black.svg#NotoSansKR-Black') format('svg');*/
    font-weight: normal;
    font-style: normal;

}

/* form */
select{border: 1px solid #d9d9d9; \height:34px; padding-left: 15px; color: #666666; /*-webkit-appearance: none; -moz-appearance: none; appearance: none;*/ position: relative; z-index: 10; background: none; font-size: 15px; border-radius: 3px; /*background: url(/img/bg_appearance.png) no-repeat right center;*/}
select::-ms-expand {display: none;}
.select{position: relative; background-color: #fff;}
.select select{width: 100%;}
.select:after{content: "\f0d7"; display: block; font-family:'FontAwesome'; color: #999; position: absolute; right:15px; top: 10px;}
.clearfix:after{content: ""; display: block; clear: both;}
button{background: none; padding: 0; line-height: 100%;  cursor: pointer; border: none;}
input[type=text],input[type=number],input[type=password]{border: 1px solid #cccccc; height: 40px; box-sizing: border-box; padding-left: 10px; font-weight: normal;font-family: 'Open Sans'; font-size: 14px;line-height: 40px;}
textarea{border: 1px solid #d9d9d9; padding: 10px; box-sizing: border-box;font-family: 'Open Sans'; font-size: 13px;}
input:focus, select:focus,textarea:focus{outline-width: 0; border: 1px solid #568db8;}
input.checkbox{width: 16px; height: 16px; border: 1px solid #e5e6ea;border-radius: 3px; vertical-align: middle;background-color: #fff; position: absolute; top: -9999px;}
input.checkbox:checked{background-color: #573fb1; border: 1px solid #573fb1;}
input.checkbox+label{display: inline-block; border: 1px solid #e5e6ea; width: 16px; height: 16px; box-sizing: border-box; background-color: #fff; vertical-align: middle; border-radius: 3px; position: relative;}
input.checkbox:checked+label{background-color: #573fb1; border: 1px solid #573fb1;}
input.checkbox:checked+label:after{content: "\f00c"; color: #fff; position: absolute; left: 0; top:0 ; font-family: "FontAwesome"; font-size: 10px; display: block; width: 14px; height: 14px;line-height: 14px; text-align: center;}

/* custom form */
input[type=radio]{vertical-align: middle; width: 24px; height: 24px; margin-right: 5px; background-color: #fff; border: 1px solid #c0c0c0;}
.form-radio{position: absolute; top: -9999px; width: 0; height: 0; visibility: hidden;}
.form-radio+label{line-height: 24px; display: inline-block; vertical-align: middle; cursor: pointer; color: #666;}
.form-radio+label:before{display: inline-block; width: 24px; height: 24px; background: url(/img/global/bg_radio.png) no-repeat 0 0; content: ""; vertical-align: middle; margin-right: 7px; cursor: pointer;}
.form-radio:checked+label{}
.form-radio:checked+label:before{background-position: 0 -24px; }
.form-radio:disabled+label:before{background-position: 0 -48px;}
input[type=checkbox]{vertical-align: middle; width: 24px; height: 24px; margin-right: 5px; background-color: #fff; border: 1px solid #c0c0c0;}
.form-check{position: absolute; top: -9999px; width: 0; height: 0; visibility: hidden;}
.form-check+label{line-height: 24px; display: inline-block; vertical-align: middle; cursor: pointer; color: #666;}
.form-check+label:before{display: inline-block; width: 24px; height: 24px; background: url(/img/global/bg_check.png) no-repeat 0 0; content: ""; vertical-align: middle; margin-right: 7px; cursor: pointer;}
.form-check:checked+label{}
.form-check:checked+label:before{background-position: 0 -24px; }
.form-check:disabled+label:before{background-position: 0 -48px;}
.form-select{min-width: 120px;}
.form-select dt{}
.form-select dt a{display: block; border: 1px solid #e4e4e4; height: 40px; line-height: 40px; box-sizing: border-box; padding-left: 15px; color: #888;}
.form-select dt a i{position: absolute; right: 12px; top: 15px; transition: all 0.2s ease;}
.form-select dd{position: absolute; width: 100%; left: 0; top:39px; background-color: #fff; display: none;}
.form-select dd ul{border: 1px solid #ea002c;}
.form-select dd ul li{}
.form-select dd ul li a{display: block; padding-left: 15px; height: 40px; line-height: 40px;}
.form-select.active dt a{border: 1px solid #ea002c;}
.form-select.active dt a i{transform: rotateZ(180deg);color: #ea002c;}
.form-select dd ul li a:hover{text-decoration: underline; color: #ea002c;}

/* link */
a{color:#000;text-decoration:none;}
a:link, a:visited, a:active{text-decoration: none;}
a:hover{color:#000;}

/* color */
.f_blue{color: #26508a !important;}
.f_darkblue{color: #1d2e49 !important;}
.f_red{color: #db2900 !important;}
.f_green{color: #007c3b !important;}
.f_black{color: #000 !important;}
.serif{font-family:serif;}


/* btn */
.btn{display: inline-block; text-align: center;  font-size: 13px; box-sizing: border-box;}
.btn-l{height: 48px; line-height: 48px; padding: 0 30px; font-size: 16px;}
.btn-m{height: 34px; line-height: 36px; padding: 0 20px; min-width: 90px;  border-radius:3px;}
.btn-s{height: 34px; line-height: 36px; padding: 0 12px; border-radius:3px;}
.btn-ms{height: 34px; line-height: 36px; padding: 0 12px; border-radius:3px; min-width: 68px;}
.btn-xs{height: 32px; line-height: 32px; padding: 0 10px; border-radius:3px;}
.btn-xxs{height: 24px; line-height: 24px; padding: 0 10px; border-radius:3px; font-size: 13px;}
.btn-gray{background-color: #616161; color: #fff;}
.btn-blue{background-color: #3477ac; color: #fff; }
.btn-dark{background-color: #6a6a6e; color: #fff !important; }
.btn-pupple{background-color: #413eaa !important; color: #fff; }
.btn-white{background-color:none !important; color: #666; border:1px solid #222; }
.btn-square{display: inline-block; width: 34px; height: 34px; background-color: #f7f7f7; border-radius:3px; border: 1px solid #dbdee1; color: #888888; text-align: center;}
.btn:disabled{color: #fff; background-color: #cdcdcd;}
.btnLine{ margin-right: 90px; margin-left: 90px;}
.btnLine:after{content:""; display: block; clear: both;}
.btnLine .btnCenter{text-align: center;}
.btnLine .btnRight{float: right;}

/* 모바일 메뉴 */
#fullMenu{position: absolute; right: 0; top: 17px;}
#fullMenu .btn_fullMenu{color: #fff; font-size: 12px; display: block;}
#nav-icon{width: 27px; height: 16px; position: relative; -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
margin: 0 auto; margin-bottom: 10px;}
#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
    top: 0px;
}
#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
    top: 7px;
}
#nav-icon span:nth-child(4) {
    top: 14px;
}
#nav-icon.open span:nth-child(1) {
    top: 7px;
    width: 0%;
    left: 50%;
}
#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
    top: 7px;
    width: 0%;
    left: 50%;
}
/*#nav-icon.open span{background-color: #ea002c;}*/
/*#fullMenu .btn_fullMenu.active{color: #ea002c}*/


/* layout */
.contents_box{width: 1136px; margin: auto; position: relative; box-sizing: border-box;}
.contents_box:after{content: ""; display: block; clear: both;}
html{height: 100%; }
body{font-family:'Open+Sans','notokr-light','dotum',Arial,Verdana, Helvetica, sans-serif; font-size: 14px; color: #000; height: 100%;}

.contentsHeader .contents_box{}
#contents{}
#container.index{background: url(/img/bg_indexVisual.png) repeat-x 0 0;}
#container.sub{background: url(/img/bg_sub.png) repeat-x 0 0;}
/*#container.cont{background: url(/img/bg_contents.png) no-repeat 50% 0;}*/
#wrapper{}
#header{border-bottom: 1px solid #fff; height: 120px; position: relative; z-index: 30;}
#header h1{float: left;margin-top: 33px;}
#header h1 a{display: block; width: 158px; height: 53px; background: url(/img/img_logo.png) no-repeat; text-indent: -9999px; background-size: 158px 53px;}
#header #gnb{float: right; font-size: 20px; margin-top: 65px;}
#header #gnb>ul>li{float: left; margin-left: 45px;position: relative;}

#header #gnb>ul>li a{color: #fff; font-family: 'notokr-bold'; font-weight: 800;}
#header #gnb>ul>li a:hover{text-decoration: underline;}
#header #gnb>ul>li>ul{position: absolute; width: 550px; top:75px; display: none;}
#header #gnb>ul>li>ul>li{float: left; margin-right: 40px;}

#topUtil {position: absolute; right: 0; top: 18px;}
#topUtil .topMenu {float: left; font-size: 14px;}
#topUtil .topMenu li{float: left;}
#topUtil .topMenu li:before{content: ""; display: inline-block; float: left; width: 24px; text-align: center; background: url(/img/bg_topMenu.png) no-repeat 50% 50%; height: 20px;}
#topUtil .topMenu li.news:before{content: ""; display: inline-block; float: left; width: 40px; text-align: center; background: url(/img/bg_news.png) no-repeat 50% 50%; height: 20px;}
#topUtil .topMenu li:first-child:before{display: none;}
#topUtil .topMenu a{color: #fff;}
#topUtil .searchArea{float: left; margin-left: 78px;}
#topUtil .searchArea .search button{display: block; width: 21px; height: 21px; background: url(/img/img_search.png) no-repeat; text-indent: -9999px;  background-size: 21px;}
#topUtil .searchWrap{position: fixed; left: 0; top: 0; right: 0; height: 100%; background-color:rgba(255,255,255,1); z-index: 50; box-sizing: border-box;  transition: all 0.4s ease; overflow: hidden; height: 0;}
#topUtil .searchWrap.active{height: 100%;}
#topUtil .searchWrap .searchForm{width: 944px; margin: auto;padding-top: 160px;}
#topUtil .searchWrap .searchForm .inputSearch{border-bottom: 1px solid #000; width: 750px; float: left; height: 73px; padding-left: 8px; padding-top: 20px; box-sizing: border-box;}
#topUtil .searchWrap .searchForm .inputSearch input{ border: none; border-left: 1px solid #333; font-size: 18px; line-height: 40px; width: 100%;}
#topUtil .searchWrap .searchForm .btnSubmit{float: right;;}
#topUtil .searchWrap .searchForm .btnSubmit button{display: block; text-align: center; width: 176px; height: 73px; line-height: 73px; background-color: #000; text-align: center; color: #fff; font-size: 18px;}
#topUtil .searchWrap .btnClose{position: absolute; right: 40px; top: 40px;}


#container.sub #topUtil .topMenu a{color: #000;}
#container.sub #topUtil .topMenu li:before{background: url(/img/bg_topMenu_b.png) no-repeat 50% 50%;}
#container.sub #topUtil .topMenu li.news:before{background: url(/img/bg_news_b.png) no-repeat 50% 50%;}
#container.sub #topUtil .searchArea .search button{background: url(/img/img_search_b.png) no-repeat;}
#container.sub #header h1 a{background: url(/img/img_logo_black.png) no-repeat;}
#container.sub #header #gnb>ul>li a{color: #000;}
#container.sub #header{border-bottom: 1px solid #000;}


#footer{border-top: 5px solid #616161;  margin-top: 80px; padding-bottom: 60px; padding-top: 40px; background-color: #fafafa;}
#footer .contents_box{}
#footer .footTop{border-bottom: 1px solid #ccc; height: 75px;background:url(/img/img_bottomLogo.png) no-repeat left 0px; padding-left: 180px;}
#footer .footNav ul {float: left;}
#footer .footNav ul li{float: left; margin-right: 55px; margin-top: 7px;}
#footer .footNav ul li a{font-size: 14px; color: #000;}
#footer .footNav ul li a:hover{text-decoration: underline;}
#footer .newsLetterForm{float: right;}
#footer .newsLetterForm label{font-size: 16px; color: #000; width: 100px; display: inline-block;font-family: 'notokr-bold';}
#footer .newsLetterForm button{color: #fff; text-align: center; background-color: #000;font-family: 'notokr-bold'; width: 96px; height: 40px;}
#footer .newsLetterForm .msg{padding-left: 110px; margin-top:5px; font-size: 12px; color: #ff0000;}
#footer .siteInfo{color: #313131; font-size:14px; padding-top: 30px;}
#footer .siteInfo .contact{margin-top: 5px;}
#footer .siteInfo .copyright{margin-top:15px;}
#footer .sns{position: absolute; right: 0; top:0px;}
#footer .sns li{float: left; margin-left: 10px;}

#footer .sns li a{display: block; float: left; width: 32px; height: 32px; background: url(/img/bg_sns.png) no-repeat; overflow: hidden; background-size: 32px; text-indent: -9999px;}
#footer .sns li:nth-child(1) a{background-position: 0 0; background: url(/img/bg_sns01.png) no-repeat;}
#footer .sns li:nth-child(2) a{background-position: 0px 0;  background: url(/img/bg_sns02.png) no-repeat;}
#footer .sns li:nth-child(3) a{background-position: 0px 0; background: url(/img/bg_sns03.png) no-repeat;}
#footer .sns li a:hover{background-position: 0 -32px;}

.indexVisual .season{position: absolute; left: 0; top: 15px; color: #fff;  font-family: 'notokr-bold'; font-size: 24px;}
.indexVisual .bx-controls .bx-pager{position: absolute; left: 45px; bottom: 165px;}
.indexVisual .bx-controls .bx-pager .bx-pager-item {display: inline-block; margin-right: 8px;}
.indexVisual .bx-controls .bx-pager .bx-pager-item a{display: inline-block; box-sizing: border-box; height: 16px; width: 16px; border: 2px solid #fff; border-radius:8px; text-indent: -9999px; transition: all 1s ease;}
.indexVisual .bx-controls .bx-pager .bx-pager-item a.active{background-color: #fff;}

.indexContents li{margin-top: 50px;position: relative;}
.indexContents li .workInfo{position: absolute; top: 0; bottom: 0; width: 50%; right: 0; background-color: rgba(0,0,0,0.5); color: #fff; padding-left: 75px; box-sizing: border-box; padding-top: 120px; }
.indexContents li .workInfo h2{font-size: 34px; font-family: 'Playfair Display'; letter-spacing: -1px; line-height: 48px; font-weight: 400; padding-right: 75px;}
.indexContents li .workInfo h2 a{color: #fff;}
.indexContents li .workInfo h2:before{content:""; display: block; background-color: #fff; width: 110px;height: 3px; margin-bottom: 25px;}
.indexContents li .workInfo .name{font-size: 18px; font-family: serif; padding: 25px 0 45px;font-family: 'Playfair Display';}
.indexContents li .workInfo .summery{font-size: 16px; line-height: 30px; padding-right: 75px; font-family: 'notokr-light';}
.indexContents li.left .workInfo{right:auto; left: 0;}

.articleHeader {padding-top: 55px;}
.articleHeader h2{font-size: 48px; font-family: 'Playfair Display''notokr-bold'; letter-spacing: -1px; font-weight: 400; color: #000;}
.articleHeader h2 small{font-size: 28px; 'Playfair Display''notokr-light'; vertical-align:middle; display: inline-block; position: relative; top: -5px;}

.categoryList li{margin-top: 65px;position: relative; display: table; width: 100%;}
.categoryList li:after{content: ""; display: block; clear: both; }
.categoryList li .img{width: 656px; position: relative; display: table-cell; }
.categoryList li .img img{width: 100%;}
.categoryList li .img span.ico{position: absolute; left: 0; top: 0; color: #fff; display: block; background-color: #e13834; font-family: 'Playfair Display'; font-size: 18px; width: 120px; height: 32px; line-height: 32px; text-align: center;}
.categoryList li .listInfo{width: 480px; text-align: center; padding: 0 40px; box-sizing: border-box;display: table-cell;vertical-align: middle; position: relative;}
/*.categoryList li .listInfo .infoCon{ width: 100%; height: 100%; }*/
.categoryList li .listInfo .cate{font-family: 'Playfair Display'; font-size: 18px; text-decoration: underline; text-transform: uppercase;}
.categoryList li .listInfo h3{font-weight: 400;font-family: 'Playfair Display'; font-size: 26px; line-height: 36px; padding-top: 20px; padding-bottom: 35px; padding-left: 50px; padding-right: 50px;}
.categoryList li .listInfo .summery{font-size: 16px; line-height: 30px;}
.categoryList li:nth-child(even) .img{left: 480px;}
.categoryList li:nth-child(even) .listInfo{ left: -656px;}

.paging{text-align: center; margin-top: 80px;}
.paging a{display: inline-block; text-align: center;height: 40px; line-height: 40px; font-size: 16px; vertical-align: middle; color: #000; width: 40px;}
.paging a:hover{text-decoration: underline;}
.paging a.active{color: #ff0000; font-weight: 800;}
.paging a.prev,.paging a.next{width: 100px; border: 1px solid #616161; box-sizing: border-box;}
.paging a.prev:hover,.paging a.next:hover{color: #fff; background-color: #616161; text-decoration: none;}
.paging a.prev{margin-right: 20px;}
.paging a.next{margin-left: 20px;}

.newsLetter{width: 945px; margin: auto; padding: 65px 0; font-size: 18px; color: #000}
.newsLetter select{border: 1px solid #ccc; height: 72px; font-size: 18px; padding-left: 20px; line-height: 72px; background-color: #f9f9f9; width: 100%; border-radius: 0; color: #000000; -webkit-appearance: none; appearance: none; background:#f9f9f9 url(/img/bg_select.png) no-repeat right center; box-sizing: border-box;}
.newsLetter select>option{}
.newsLetter input[type=text]{border: 1px solid #ccc; height: 72px; font-size: 18px; padding-left: 20px; line-height: 72px; background-color: #f9f9f9;}
.newsLetter input[type=text]+button{height: 72px; color: #fff; background-color: #000; width:175px; font-size: 18px;}
/*.newsLetter .caution{margin-top: 20px; color: #ff0000; height:25px; padding-left: 10px;}*/
.newsLetter .caution{color: #ff0000; height:25px; padding-left: 10px;}

.resultListArea{padding: 0 90px;}
.resultList li {margin-top: 70px;}
.resultList li {display: block;}
.resultList li .category{font-family: 'Playfair Display'; font-size: 18px; text-decoration: underline; text-transform: uppercase;}
.resultList li dl{margin-top: 20px;}
.resultList li dl dt{font-family: 'Playfair Display'; font-size: 26px;}
.resultList li dl dd{font-size: 16px; margin-top: 20px;}
.resultList li dl dd a:hover {text-decoration: underline; }

.tabLine{border-bottom: 1px solid #5e5e5e; text-align: center; margin-top: 70px;}
.tabLine ul{margin-left: 183px; }
.tabLine li{text-align: center; display: inline-block; float: left;}
.tabLine li:first-child{border-left: 1px solid #5e5e5e;}
.tabLine li a{display: block; text-align: center;height: 47px;font-family: 'Playfair Display'; line-height: 47px; font-size: 24px; background-color: #fff; width: 190px; border-top: 1px solid #5e5e5e;border-right: 1px solid #5e5e5e;}
.tabLine li.active a{color: #fff; background-color: #5e5e5e;}

.issueList{font-family: 'Playfair Display';}
.issueList li{float: left; margin-top: 50px; width: 272px; margin-left: 16px;}
.issueList li a{display: block;}
.issueList li a .image{border: 1px solid #ccc;}
.issueList li a .image img{ width: 100%;}
.issueList li a .tit{margin-top: 20px; font-size: 18px;}
.issueList li a .tit b{display: inline-block; margin-right: 10px;}
.issueList li a .summery{font-size: 26px; line-height: 36px; margin-top: 25px; letter-spacing: -1px; min-height: 110px;}
.issueList li:nth-child(4n+1){margin-left: 0;}

.selectVol{height:60px; line-height: 60px; text-align: center; background-color: #efefef; margin-top: 27px; font-size: 16px;}
.selectVol dt{display: inline-block; color: #000; font-weight: bold; line-height: 60px; margin-right: 60px;}
.selectVol dd{display: inline-block;}
.selectVol dd ul{display: inline-block;}
.selectVol dd ul li{display: inline-block; line-height: 60px;}
.selectVol dd ul li a{display: inline-block; margin: 10px;}
.selectVol dd ul li.active a{font-weight: bold; text-decoration: underline; color: #f00;}
.selectVol dd ul li a:hover{text-decoration: underline;}

.volumeList li{margin-top:30px; font-size: 26px; font-family: 'Playfair Display';}
.volumeList li em{display: inline-block;font-style: normal;font-size: 18px;text-decoration: underline;width: 290px; display: table-cell; vertical-align: middle;}
.volumeList li tm{display: inline-block; font-style: normal; width: 830px;}
.volumeList li tm a:hover{text-decoration: underline;}

.contentsHeader{height: 719px; position: relative; padding-left: 95px; display: table;font-family: 'Playfair Display';}
.contentsHeader .headerCon{height: 719px; display: table-cell; vertical-align: middle; }
.contentsHeader .headerCon .category{ display: inline-block; border-bottom:2px solid #fff; padding-bottom: 10px; font-size: 24px; text-transform: uppercase; color:#fff;}
.contentsHeader .headerCon h2{font-size: 72px; font-weight: 400; margin-top: 30px; color:#fff;}
.contentsHeader .headerCon .name{ font-size: 18px; margin-top: 80px; color:#fff;}

.articleView{padding: 60px 0 40px 0; font-size: 16px;}
.articleView .tit{font-size: 32px; font-family: 'Playfair Display''notokr-light'; font-weight: 400; }
.articleBlock{margin-bottom: 70px;line-height: 32px;}
.articleBlock h2{font-size: 32px; font-family: 'Playfair Display'; font-weight: 400; }
.articleBlock.center{padding: 0 90px;}
.articleBlock p{line-height: 32px;}
.articleBlock p.b{margin:auto; text-align:center; line-height:20px; font-size:13px; color:#979797;}
.articleBlock p:after{content: ""; display: block; clear: both;}
.articleBlock p.imgbox {/*margin:50px 0;*/ text-align:left;padding: 10px 20px;}
.articleBlock p.imgbox_caption {text-align:center; line-height:20px; font-size:13px; color:#979797;}
.articleBlock img.fL{margin-right: 50px;}
.articleBlock img.fR{margin-left: 50px;}


.articleInfo{ color: #434343; font-size: 16px;font-family: 'Playfair Display'; padding-top: 35px; position: relative; margin-top: 55px; margin-right: 90px; margin-left: 90px;}
.articleInfo:after{content: ""; display: block; height: 2px; width: 60px; background-color: #333; position: absolute; left: 0; top: 0;}
.articleInfo p{}
.articleInfo .fileDown{margin-top: 30px; background-color: #efefef; position: relative; font-size: 16px; padding: 12px 0; padding-left: 150px;}
.articleInfo .fileDown dt{ line-height: 30px;  color: #f00; font-weight: bold; position: absolute; left: 20px;}
.articleInfo .fileDown dd li{line-height: 30px;}

.recommendArea{ border-top: 1px solid #333; padding-top: 35px;}
.recommendArea h2{font-size: 48px; font-weight: normal;font-family: 'Playfair Display';}
.recommendArea ul {margin-top: 50px;}
.recommendArea ul li{float: left; box-sizing: border-box; width: 33.333%; padding-right: 40px;}
.recommendArea ul li a{display: block;}
.recommendArea ul li a:hover{text-decoration: underline;}
.recommendArea ul li p{font-size: 18px;font-family: 'Playfair Display'; text-transform: uppercase; text-decoration: underline; letter-spacing: -1px;}
.recommendArea ul li dl dt{font-size: 26px;font-family: 'Playfair Display'; margin-top: 30px;}
.recommendArea ul li dl dd{font-size: 18px; margin-top: 30px;}

.share{position: absolute; left: 50%; top: 55px; margin-left: 595px;}
.share dt button{display: block; background: url(/img/bg_share.png) no-repeat 0 0; width: 41px; height: 115px; text-indent: -9999px; overflow: hidden; outline: none;}
.share dt.active button{background-position: -42px 0;}
.share dd {display: none;}
.share dd li{margin-top: 5px;}

.complete{text-align: center; padding-bottom: 250px;}
.complete dt{font-family: 'Playfair Display'; font-size: 48px;}
.complete dd{font-size: 24px; margin-top: 25px; color: #666;}

.policyArea { font-family: 'Open+Sans'; padding-top: 55px;}
.policyArea h3{font-size: 24px; font-weight: bold; margin-bottom: 30px;}
.policyArea p{font-size: 16px; line-height: 32px; margin-bottom: 30px;}
