html,body { height:100%; -webkit-overflow-scrolling: touch; }
body{ overflow-x: hidden; }

#wrap { position: relative; top:0; left:0; width:100%; height:100%; margin: 0 auto; }
.inner { position: relative; width: 100%; max-width: 1400px; margin: 0 auto; }
.conInner { position: relative; width: 100%; max-width: 1200px; margin: 0 auto; box-sizing: border-box; }

/* skip nav */
#skip_nav{ position:relative; }
#skip_nav a{  position:absolute; top:-30px; left:0; width:130px; background-color:#333; text-align:center; z-index:9999; }
#skip_nav a:focus{ top:0; outline:1px solid yellow; }
#skip_nav span{ width:100%; height:100%; color:#fff; font-size:12px; line-height:20px; }



/*헤더 영역 제외한 프린트*/
@media print {
   #header, .icon_sns, .print_btn, #scrollTop{
    display: none !important
  }
  @page {
    size: auto;
    margin: 0mm;
  }
  /* in case @page {margin: 5cm 0 5cm 0;} doesn't work */
  body {
    padding-top: 0cm !important;
    padding-bottom: 5cm !important;
  }
}

/*header right fix bar*/
.header_fix_wrap{
  position: fixed;
  top: 350px;
  right: 0;
  z-index: 100000;
}
.header_fix_wrap2{
  position: relative;
}
.header_fix_wrap .header_fix_icon {
  position: absolute;
  top: 0px;
  right: 0;
  width: 90px;
}
.header_fix_wrap .header_fix_icon .icon_sns { overflow: hidden; }
.header_fix_wrap .header_fix_icon .icon_sns li{
  display: inline-block;
  width: 50%;
}
.header_fix_wrap .header_fix_icon .url_btn{
  width: 100%;
  background-color: #f0f0f0;
  display: none;
}
.header_fix_wrap .header_fix_icon .url_btn a{
  display: inline-block;
  text-align: center;
  padding: 10px 7px;
}
.header_fix_wrap .header_fix_icon .url_btn span{
  font-size: 12px;
  color: #696969;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  margin-left: 5px;
  line-height: 15px;
}
.header_fix_wrap .header_fix_icon .print_btn{
  width: 100%;
  background-color: #a9a9a9;
}
.header_fix_wrap .header_fix_icon .print_btn.print_btn1{
    height: 45px; text-align: center; background-color: #F5CF46;
}
.header_fix_wrap .header_fix_icon .print_btn a{
  display: inline-block;
  text-align: center;
  padding: 10px 15px;
}
.header_fix_wrap .header_fix_icon .print_btn span{
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  margin-left: 5px;
  margin-top: 7px;
  line-height: 12px;
}
.header_fix_wrap .header_fix_icon_mo {
  background:url('../images/common/header_fix_icon_mo_btn.jpg') no-repeat;
  position: absolute;
  right: 0;
  top: 70px;
  width: 22px;
  height: 45px;
  display: none;
}
.header_fix_wrap .header_fix_icon_mo.on {
  background:url('../images/common/header_fix_icon_mo_btn_on.jpg') no-repeat;
}
.header_fix_wrap .header_fix_icon_mo a{
  display: block;
  height: 100%;
}


/* Header */
#header { position: relative; width: 100%; }
#header .headerTop { width: 100%; text-align: center; z-index: 9999; position: absolute; top: 0; }
#header .headerTop .headInner { padding: 1.3rem 0; }
/*#header .headerTop .topEng { position:absolute; top:32px; right:240px; border-right:1px solid #231f20; padding-right:15px; }*/
/*#header .headerTop .topEng a { display:block; padding:5px; color:#231f20; font-size:12px; line-height:14px; background-color:#fff; border-radius:3px;
  transition:all .3s ease-out;
  -webkit-transition:all .3s ease-out;
  -moz-transition:all .3s ease-out;
  -o-transition:all .3s ease-out;
  -ms-transition:all .3s ease-out;
}*/
#header .headerTop .topEng a:hover,
#header .headerTop .topEng a:focus,
#header .headerTop .topEng a:active{ color:#ffffff; background-color:#f5d046; }

#header .headerTop .topSns:after { content: ''; clear: both; display: block; }
#header .headerTop .topSnsWrap .snsNav { background-image:url(../images/common/snsNav_off.png); background-position:0 0; background-size: cover; background-repeat:no-repeat; display:none; font-size:0; line-height:0; text-indent:-999999px; width:0; height:0; }
#header .headerTop .topSnsWrap .snsNav.active { background-image:url(../images/common/snsNav_on.png); }
#header .headerTop .topSns { display: block; width: 173px; position: absolute; top: 35px; right: 30px; }
#header .headerTop .topSns>li.topSns1,
#header .headerTop .topSns>li.topSns4,
#header .headerTop .topSns>li.topSns5{ float: left; width: 35px; height: 35px; }
#header .headerTop .topSns>li.topEng { float: left; width: 68px; height: 35px; }

#header .headerTop .topSns>li.topSns1 a,
#header .headerTop .topSns>li.topSns4 a,
#header .headerTop .topSns>li.topSns5 a { display: block; width: 35px; height: 35px; background-size: cover; }
#header .headerTop .topSns>li.topEng a { display: block; width: 68px; height: 35px; background-size: cover; }
#header .headerTop .topSns>li.topSns1 a { background:url(../images/common/bot_icon_facebook.png) no-repeat; }
/*#header .headerTop .topSns>li.topSns2 a { background:url(../images/common/bot_icon_naver.png) no-repeat; }*/
/*#header .headerTop .topSns>li.topSns3 a { background:url(../images/common/bot_icon_post.png) no-repeat; }*/
#header .headerTop .topSns>li.topSns4 a { background:url(../images/common/bot_icon_youtube.png) no-repeat; }
#header .headerTop .topSns>li.topSns5 a { background:url(../images/common/bot_icon_insta.png) no-repeat; }
/*#header .headerTop .topSns>li.topSns6 a { background:url(../images/common/bot_icon_nTV.png) no-repeat; }*/
/*#header .headerTop .topSns>li.topSns7 a { background:url(../images/common/bot_icon_twitter.png) no-repeat; }*/
#header .headerTop .topSns>li.topEng a { background:url(../images/common/bot_icon_eng.png) no-repeat;}
/*
#header .headerTop .topSns>li.topSns1,
#header .headerTop .topSns>li.topSns2,
#header .headerTop .topSns>li.topSns3,
#header .headerTop .topSns>li.topSns4 { margin-right: 5px; }
*/
#header .headerTop .lang>li a img { width: 100%; }

#header .headerTop a.mainLogo { display: block; max-width: 200px; margin-left: auto; margin-right: auto; }
#header .headerTop a.mainLogo img { width: 100%; }
#header .headerTop a.mainLogo em.logoTopImg { float: left; width: 175px; display: block; }
#header .headerTop a.mainLogo em.logoTopImg img { width: 100%; }
#header .headerTop a.mainLogo em.bookNum { float: left; overflow: hidden; width: 61px; height: 61px; background-image: url(../images/common/bg_ltNum.png); display: block; }
#header .headerTop a.mainLogo em.bookNum span { display: block; text-align: center; color: #fff; font-size: 12px; line-height: 14px; margin-top: 16px; }

#header .gnbIcon { position:absolute; z-index:10003; top:-50px; left:-50px;
  transition:all .3s ease-out;
  -webkit-transition:all .3s ease-out;
  -moz-transition:all .3s ease-out;
  -o-transition:all .3s ease-out;
  -ms-transition:all .3s ease-out;
}
#header .gnbIcon.giM { top:15px; right:15px; display: none; }
#header .gnbIcon:after { display:block; content:""; clear:both; height:0; }
#header .gnbIcon a { display:inline-block; }
#header .gnbIcon a em { display:block; margin:15px 10px 0 0; float:left; font-size:20px; line-height:26px; color:#fff;
  transition:all .3s ease-out;
  -webkit-transition:all .3s ease-out;
  -moz-transition:all .3s ease-out;
  -o-transition:all .3s ease-out;
  -ms-transition:all .3s ease-out;
}
#header .gnbIcon a.active em { color:#333; }
#header .gnbIcon a ul.bars { float:left; overflow:hidden; width:30px; height:30px; position:relative; }
#header .gnbIcon a ul.bars li { width:30px; height:2.5px; background-color:#333; position:absolute; font-size:0; line-height:0; text-indent:-9999999px;
  transition:all .3s ease-out;
  -webkit-transition:all .3s ease-out;
  -moz-transition:all .3s ease-out;
  -o-transition:all .3s ease-out;
  -ms-transition:all .3s ease-out;
}
#header .gnbIcon a.active ul.bars li { background-color:#fff; }
#header .gnbIcon a.active ul.bars li { box-shadow: none; }
#header .gnbIcon a ul.bars li.bar1 { top:10px; left:5px; }
#header .gnbIcon a ul.bars li.bar2 { top:20px; left:5px; }
#header .gnbIcon a ul.bars li.bar3 { top:30px; left:5px; }

#header .gnbIcon a.active {  }
#header .gnbIcon a em { color:#fff; }
#header .gnbIcon a.active ul.bars li.bar1 { top:24px; left:3px;
  transform:rotate(315deg);
  -webkit-transform:rotate(315deg);
  -moz-transform:rotate(315deg);
  -o-transform:rotate(315deg);
  -ms-transform:rotate(315deg);
}
#header .gnbIcon a.active ul.bars li.bar2 { top:24px; left:3px;
  transform:rotate(-315deg);
  -webkit-transform:rotate(-315deg);
  -moz-transform:rotate(-315deg);
  -o-transform:rotate(-315deg);
  -ms-transform:rotate(-315deg);
}
#header .gnbIcon a.active ul.bars li.bar3 { top:24px; left:3px;
  transform:rotate(315deg);
  -webkit-transform:rotate(315deg);
  -moz-transform:rotate(315deg);
  -o-transform:rotate(315deg);
  -ms-transform:rotate(315deg);
}


/* gnb */
.gnbPCArea { width: 100%; position:absolute; z-index:99999; }
.gnbPCArea.hFix { position:fixed; bottom:static; }
.gnbPCArea .gnbInner { display: block; /*max-width:1280px; margin-left: auto; margin-right:auto;*/ background-color:rgba(255,255,255,0.65);
  box-shadow: 5px 5px 20px rgba(0,0,0,.1);
  -webkit-box-shadow: 5px 5px 20px rgba(0,0,0,.1);
  -moz-box-shadow: 5px 5px 20px rgba(0,0,0,.1);
  -o-box-shadow: 5px 5px 20px rgba(0,0,0,.1);
  -ms-box-shadow: 5px 5px 20px rgba(0,0,0,.1);
  transition:.2s ease-in;
  -webkit-transition:.2s ease-in;
  -moz-transition:.2s ease-in;
  -o-transition:.2s ease-in;
  -ms-transition:.2s ease-in;
}
.gnbPCArea.hFix .gnbInner { max-width:100%; background-color:rgba(255,255,255,0.9); }
.gnbPC { max-width:1280px; margin-left:auto; margin-right:auto; position:relative; }
.gnbPC .dep1Area { height:85px; padding-right:85px; }
.gnbPC .dep1Area .dep1a { float:left; width:33.333%; position:relative; }
.gnbPC .dep1Area .dep1a .dep1m .gnbMo_br { display: none; }
.gnbPC .dep1Area .dep1a .dep1m { display:block; color: #555; font-size:1.65rem; line-height:7.3rem; font-weight: 700; letter-spacing: -.5px; text-align: center;
  transition:.2s ease-in;
  -webkit-transition:.2s ease-in;
  -moz-transition:.2s ease-in;
  -o-transition:.2s ease-in;
  -ms-transition:.2s ease-in;
}
.gnbPC .dep1Area .dep1a .dep1m:hover,
.gnbPC .dep1Area .dep1a .dep1m:focus { color:#f5d046; }
.gnbPC .dep1Area .dep1a .dep1m.active { background-color:#f5d046; color:#fff; }
.gnbPC .dep1Area .dep1a .dep2Area { display:none; position:absolute; top:85px; left:0; width:100%; text-align: center;
  box-shadow: 8px 8px 20px rgba(0,0,0,.1);
  -webkit-box-shadow: 8px 8px 20px rgba(0,0,0,.1);
  -moz-box-shadow: 8px 8px 20px rgba(0,0,0,.1);
  -o-box-shadow: 8px 8px 20px rgba(0,0,0,.1);
  -ms-box-shadow: 8px 8px 20px rgba(0,0,0,.1);
}
.gnbPC .dep1Area .dep1a .dep2Area .dep2a {  }
.gnbPC .dep1Area .dep1a .dep2Area .dep2a .dep2m { display:block; padding:15px; background-color:#f5d046; font-size:1.5rem; line-height:1rem; color: #fff; letter-spacing: -.7px;
  transition:.2s ease-in;
  -webkit-transition:.2s ease-in;
  -moz-transition:.2s ease-in;
  -o-transition:.2s ease-in;
  -ms-transition:.2s ease-in;
}
.gnbPC .dep1Area .dep1a .dep2Area .dep2a .dep2m:hover,
.gnbPC .dep1Area .dep1a .dep2Area .dep2a .dep2m:focus,
.gnbPC .dep1Area .dep1a .dep2Area .dep2a .dep2m:active { background-color:#fff; color:#f5d046; }

.gnbPC .dep1Area .dep1a .gnb_more { display: none; }
.gnbPC .dep1Area .dep1a .dep2Area .dep2a .dep2m span { display: none; }
.gnbPC .dep1Area .dep1a_1 { display: none; }
.gnbPC .dep1Area .dep1a_1 .sns { display: none; }

.gnbM { position:fixed; top:0; bottom:0; left:-290px; width:290px; background-color:rgba(255,255,255,1); z-index:10002; }
.gnbMArea { /*z-index: 10001;*/ }
.gnbM .siArea{ display: none; }
.gnbM { overflow-y: auto; }
.gnbM .dep1Area{
  text-align: left;
  padding: 80px 35px;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
}
.gnbMback { position: fixed; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0, .8); cursor: pointer; display: none; }
.gnbM .dep1Area .dep1a { }
.gnbM .dep1Area .dep1a_1 .sns { /*max-width: 150px; margin-left: auto; margin-right: auto;*/ margin-top: 15px; }
.gnbM .dep1Area .dep1a_1 .sns a { margin-right: 4px; }
.gnbM .dep1Area .dep1a_1 .dep1m1 { display: block; font-size: 18px; font-weight: 700; color: #333; padding: 10px 0; border-bottom: 1px dotted #ddd; letter-spacing: -.5px;
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
.gnbM .dep1Area .dep1a_1 .dep1m1:hover,
.gnbM .dep1Area .dep1a_1 .dep1m1:focus,
.gnbM .dep1Area .dep1a_1 .dep1m1:active { color: #f5d046; }
.gnbM .dep1Area .dep1a .dep1m { position: relative; display: block; font-size: 18px; font-weight: 700; color: #333; padding: 10px 0; border-bottom: 1px dotted #ddd; letter-spacing: -.5px;
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
.gnbM .dep1Area .dep1a .dep1m .gnb_more { position: absolute; top: 15px; right: 0;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
}
.gnbM .dep1Area .dep1a .dep1m.active .gnb_more { top: 20px;
  transform: rotate(-540deg);
  -webkit-transform: rotate(-540deg);
  -moz-transform: rotate(-540deg);
  -o-transform: rotate(-540deg);
  -ms-transform: rotate(-540deg);
}
.gnbM .dep1Area .dep1a .dep1m:hover { color: #f5d046; }
.gnbM .dep1Area .dep1a .dep2Area { display: none; padding: 10px 5px; background-color: #f9f9f9; border-top: 2px solid #f5d046; }
.gnbM .dep1Area .dep1a .dep2Area .dep2a .dep2m { display: block; font-size: 17px; font-weight: 600; letter-spacing: -0.4px; color: #555; padding-bottom: 8px; }
.gnbM .dep1Area .dep1a .dep2Area .dep2a .dep2m span { display: block; font-size: 15px; font-weight: 400; letter-spacing: -0.5px; }
.gnbM .dep1Area .dep1a .dep2Area .dep2a .dep2m:hover { color: #f5d046; }
#header .gnbIcon a.active ul.bars li { background-color: #666; }
.siArea { position: absolute; right: 2px; top: 0; height: 85px; width: 85px; background-color: #f5d046; }
.siArea .nino-search { background-color: transparent; position: absolute; padding: 30px; appearance: none;
  background-position: center center; background-repeat: no-repeat; box-sizing: border-box; cursor: pointer; outline: 0; border: 0;
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
.siArea .search_input .siSubmit:hover,
.siArea .search_input .siSubmit:focus,
.siArea .search_input .siSubmit:active { background-image: url('../images/common/btn_search_active.png'); background-position: center center; background-repeat: no-repeat; }
.siArea .searchBtn { display: block; width: 25px; height: 25px; background: url(../images/common/btn_search.png) no-repeat; }
.siArea.mo { position: absolute; left: 75px; top: 2px; background: transparent; z-index: 99909; text-align: left; display: none; }
.siArea.mo a { width: 20px; }
.siArea.mo img { width: 100%; }
.siArea.mo .nino-search { background-color: transparent; position: absolute; padding: 0; appearance: none; -webkit-appearance: none; -webkit-appearance: none; -moz-appearance: none;
  background-position: center center; background-repeat: no-repeat; box-sizing: border-box; cursor: pointer; outline: 0; border: 0;
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
.siArea.mo .search_input .siSubmit:hover,
.siArea.mo .search_input .siSubmit:focus,
.siArea.mo .search_input .siSubmit:active { background-image:url('../images/common/btn_search_active.png'); background-position:center center;  background-repeat:no-repeat; }

.siArea.mo .searchBtn { display: block; width: 19px; height: 19px; background: url(../images/common/btn_search_m.png) no-repeat; }

/*search*/
#nino-searchForm {
  position: fixed;
  left: 0; right:0;
  top: -100%;
  height: 100%;
  background: rgba(0,0,0,.9);
  z-index: 10;
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#nino-searchForm.open {
  top: 0;
  opacity: 1;
  z-index: 99999;
}

.nsiArea { position:relative; top:45%; padding-left:15%; padding-right:15%; }

#nino-searchForm .nino-searchInput {
  display: block;
  width: 100%;
  box-shadow: none;
  font-size: 70px;
  background: none;
  border: none;
  border-bottom: 1px solid #333;
  font-weight: 700;
  color: #fff;
  font-family: 'S-CoreDream';
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-right: 50px;
}
#nino-searchForm .search_iconw{
  position: absolute; bottom:20px;
  right:15%;
  background-color: rgba(255,255,255,0);
  border: none;
  width: 40px;
  height: 40px;
}
#nino-searchForm .search_icon{ cursor:pointer; display:block;
  background-image: url('../images/common/search_btn_gray.png');
  border: none;
  background-color: rgba(255,255,255,0);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#nino-searchForm .nino-close {
  position: absolute;
  top: 20px;
  right: 50px;
  font-size: 30px;
  cursor: pointer;
  color: #747474;
  transition:.3s ease-in;
  -webkit-transition:.3s ease-in;
  -moz-transition:.3s ease-in;
  -o-transition:.3s ease-in;
  -ms-transition:.3s ease-in;
}
#nino-searchForm .nino-close:hover {
  color: #fff;
  transition:.3s ease-in;
  -webkit-transition:.3s ease-in;
  -moz-transition:.3s ease-in;
  -o-transition:.3s ease-in;
  -ms-transition:.3s ease-in;
}
#nino-searchForm .srh_btn{
  position: absolute;
  right: 20%;
  top: 48%;
  border:none;
  background-color: rgba(255,255,255,0);
  background-image: url('../images/common/search_btn_gray.png');
  width: 50px;
  height: 50px;
  background-size:cover;
  -webkit-background-size:cover;
  -ms-background-size:cover;
  -o-background-size:cover;
  -moz-background-size:cover;
  content: "";
  color: rgba(255,255,255,0);
}

/* Slider */
.slick-slider { position:relative; display:block; box-sizing:border-box;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  -webkit-touch-callout:none;
  -khtml-user-select:none;
  -ms-touch-action:pan-y;
  touch-action:pan-y;
  -webkit-tap-highlight-color:transparent;
}
.slick-list { position:relative; display:block; overflow:hidden; margin:0; padding:0; }
.slick-list:focus { /*outline:none;*/ }
.slick-list.dragging { cursor:pointer; cursor:hand; }
.slick-slider .slick-track,.slick-slider .slick-list { -webkit-transform:translate3d(0,0,0); -moz-transform:translate3d(0,0,0); -ms-transform:translate3d(0,0,0); -o-transform:translate3d(0,0,0); transform:translate3d(0,0,0); }
.slick-slider:hover,
.slick-slider:focus,
.slick-slider:active { outline: none; }
.slick-track { position:relative; top:0; left:0; display:block; }
.slick-track:before,.slick-track:after { display:table; content:''; }
.slick-track:after { clear:both; }
.slick-track:focus,
.slick-track:hover
.slick-track:active { outline: none; }
.slick-loading .slick-track { visibility:hidden; }
.slick-slide { display:none; float:left; height:100%; min-height:1px; }
[dir='rtl'] .slick-slide { float:right; }
.slick-slide img { /* display:block; */ }
.slick-slide.slick-loading img { display:none; }
.slick-slide.dragging img { pointer-events:none; }
.slick-initialized .slick-slide { display:block; }
.slick-initialized .slick-slide:hover,
.slick-initialized .slick-slide:focus,
.slick-initialized .slick-slide:active { outline: none; }
.slick-loading .slick-slide { visibility:hidden; }
.slick-vertical .slick-slide { display:block; height:auto; border:1px solid transparent; }
.slick-arrow.slick-hidden { display:none; }
.slider-nav { width:100%; max-width:1020px; }

/* Dots */
.slick-dotted.slick-slider {  }
.slick-dots { padding:0; margin:0; list-style:none; text-align:center; }
.slick-dots li { cursor:pointer; }
.slick-dots li button { width:100%; height:100%; cursor:pointer; color:transparent; border:0; /*outline:none;*/ background:transparent; }
.slick-dots li button:hover,.slick-dots li button:focus { /*outline:none;*/ }
.slick-dots li button:hover:before,.slick-dots li button:focus:before { opacity:1; }
.slick-dots li.slick-active button:before { opacity:.75; color:black; }

.mainSlide { position:relative; }
.mainSlide:focus,
.mainSlide:hover,
.mainSlide:active { outline: none; }

.mainSarea { width:100%; height:100%; position:relative; }
.mainSarea:focus,
.mainSarea:active,
.mainSarea:hover { outline: none; }
.mainSarea .slick-dots { position:absolute; bottom:92px; z-index:1002; right: 85px; }
.mainSarea .slick-dots li { display:inline-block; margin:0 3px; width:13px; height:13px; border: 1px solid #fff; opacity:1; border-radius:50%; }
.mainSarea .slick-dots li.slick-active { opacity:1; background-color: #fff; }
.mainSarea .slick-list { height:100%; }
.mainSarea .slick-list .slick-track { height:100%; }
.mainSarea .slick-list .slick-track:hover,
.mainSarea .slick-list .slick-track:focus,
.mainSarea .slick-list .slick-track:active { outline: none; }
.mainSarea.w100per { width:100%; }

.mainSarea .mstBox { height:650px; background-repeat:no-repeat; background-size: cover; /* background-size: 100%; background-attachment: fixed; */ }
.mainSarea .mstbLinkArea div.mstbLink { position: absolute; top: 30%; left: 16%; /*transform: translateX(-30%) translateY(-40%);*/ text-align: left; opacity: 0; z-index:20;
transition:all .8s ease-out;
-webkit-transition:all .8s ease-out;
-moz-transition:all .8s ease-out;
-o-transition:all .8s ease-out;
-ms-transition:all .8s ease-out;
}
.mainSarea .mstbLinkArea div.mstbLink dl dt { font-size: 1.9rem; color: #333; font-weight: 300; letter-spacing: 2px; margin-bottom: 2rem; text-shadow: 1px 1px 0px #fff; }
.mainSarea .mstbLinkArea div.mstbLink dl dt span { display: block; width: 40px; height: 3px; background-color: #fff; margin-top: 20px; }
.mainSarea .mstBoxM1 .mstbLinkArea div.mstbLink dl dt span { background-color: #fff; }
.mainSarea .mstBoxM3 .mstbLinkArea div.mstbLink dl dt span { background-color: #fff; }
.mainSarea .mstbLinkArea div.mstbLink dl dd p strong { display: inline-block; font-size: 4rem; line-height: 5rem; font-weight: 700; letter-spacing: -1px; color: #333; text-shadow: 1px 1px 0px #fff; margin-right: 10px; }
.mainSarea .mstbLinkArea div.mstbLink dl dd p span { display: inline-block; font-size: 3.5rem; line-height: 4.5rem; font-weight: 400; color: #333; letter-spacing: -1px; text-shadow: 1px 1px 0px #fff; margin-right: 8px; }
.mainSarea .mstbLinkArea div.mstbLink dl dd a { display: inline-block; color: #fff; background-color: #f5d046; border: 1px solid #f5d046; letter-spacing: -0.5px; padding: 1rem 5rem;
  margin-top: 3rem; font-size: 1.4rem; border-radius: 25px; cursor: pointer;
  transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
}
.mainSarea .mstbLinkArea div.mstbLink dl dd em { display:block; font-size:2.5rem; color: #333; }

.mainSarea .mstbLinkArea div.mstbLink dl dd a:hover,
.mainSarea .mstbLinkArea div.mstbLink dl dd a:focus,
.mainSarea .mstbLinkArea div.mstbLink dl dd a:active { color: #333; background-color: #fff; border: 1px solid #fff; }

.mainSarea .mstbLinkArea div.mstbLink dl dt.tCffffff { color:#ffffff; }
.mainSarea .mstbLinkArea div.mstbLink dl dt.tCffffff span { background-color:#ffffff; }
.mainSarea .mstbLinkArea div.mstbLink dl dd em.tCffffff { color:#ffffff; }
.mainSarea .mstbLinkArea div.mstbLink dl dd p strong.tCffffff { color:#ffffff; }
.mainSarea .mstbLinkArea div.mstbLink dl dd p span.tCffffff { color:#ffffff; }
.mainSarea .mstbLinkArea div.mstbLink dl dt.tC221e1f { color:#221e1f;  }
.mainSarea .mstbLinkArea div.mstbLink dl dt.tC221e1f span { background-color:#221e1f; }
.mainSarea .mstbLinkArea div.mstbLink dl dd em.tC221e1f { color:#221e1f; }
.mainSarea .mstbLinkArea div.mstbLink dl dd p strong.tC221e1f { color:#221e1f; }
.mainSarea .mstbLinkArea div.mstbLink dl dd p span.tC221e1f { color:#221e1f; }


.mainSarea .mstBox.slick-active .mstbLinkArea div.mstbLink { top: 27%; opacity: 1; }

.mtsImgC { position:absolute; top:0; left:0; right:0; height:100%; background-repeat:no-repeat; background-size:cover; visibility:visible; font-size:0; line-height:0; text-indent: -999999999999px; }


.mtsImg2 { background-position:center top; background-image:url('../images/contents/visual01.jpg'); }
.mtsImg0 { background-position:center top; background-image:url('../images/contents/visual02.jpg'); }

.mtsImg1 { background-position:center top; background-image:url('../images/contents/visual03.jpg'); }
@media screen and (max-width: 600px){
   /*  .mtsImg1 { background-position:center top; background-image:url('../images/main/mainVisual00_2.jpg'); } */
}
.mtsImg3 { background-position:center top; background-image:url('../images/contents/visual04.jpg'); }

.mainSarea .slick-prev { left: 0px; margin-right: 1px; }
.mainSarea .slick-next { right: 0px; }
.mainSarea .slick-prev,
.mainSarea .slick-next { font-size:0; line-height:0; position:absolute; display:block; bottom: 50%; width:45px; height:45px; padding:0;
  border:0; cursor:pointer; background-repeat:no-repeat; background-position:center center; background-color: transparent; z-index:1000;
  -webkit-transform: translate(0,-20%);
  -ms-transform:translate(0,-20%);
  -o-transform:translate(0,-20%);
  -moz-transform:translate(0,-20%);
  transform:translate(0,-20%);
  transition:all .2s ease-in;
  -webkit-transition:all .2s ease-in;
  -moz-transition:all .2s ease-in;
  -o-transition:all .2s ease-in;
  -ms-transition:all .2s ease-in;
}

.mainSarea .slick-arrow:hover,
.mainSarea .slick-arrow:focus,
.mainSarea .slick-arrow:active { opacity:1; }
.mainSarea .slick-arrow:before { font-size:0; line-height:0; text-indent:-99999999px; }
.mainSarea .slick-prev { background-image:url('../images/main/btn_msLeft.png'); }
.mainSarea .slick-next { background-image:url('../images/main/btn_msRight.png'); }

/*autoBtn*/
.mainSlide .autoBtnArea { bottom:90px; right:10px; }
.mainSlide .autoBtnArea { position:absolute; display:inline-block; margin-left:auto; margin-right:auto; max-width:1280px; margin-top:-45px; position:absolute; z-index:1003; }
.autoBtnArea .autoBtn { cursor:pointer; width:30px; height:30px; appearance:none; -webkit-appearance:none; background-color:#fff; border:none; border-radius:100%;
  font-size:0; line-height:0; text-indent:-9999px; margin-left:3px; background-size: cover; opacity:0.35;
  transition:all .2s ease-in;
  -webkit-transition:all .2s ease-in;
  -moz-transition:all .2s ease-in;
  -o-transition:all .2s ease-in;
  -ms-transition:all .2s ease-in;
}
.autoBtnArea .autoBtn:hover,
.autoBtnArea .autoBtn:focus { opacity:0.75; }
.autoBtnArea .play { background:url(../images/main/btn_play.png) center center no-repeat; }
.autoBtnArea .play.active { background:url(../images/main/btn_play_active.png) center center no-repeat; opacity:0.7; }
.autoBtnArea .stop { background:url(../images/main/btn_stop.png) center center no-repeat; }
.autoBtnArea .stop.active { background:url(../images/main/btn_stop_active.png) center center no-repeat; opacity:0.7; }


/*sec1*/
.sec1 { margin-top: 100px; padding-bottom: 50px; background: url(../images/main/sec1_back.jpg) bottom center no-repeat; background-size: cover;}
.sec1 .sec1Inner { max-width: 1280px; margin-left: auto; margin-right: auto; }
.sec1 h3 { text-align: center; }
.sec1 h3 span { display: block; font-size: 20px; line-height: 27px; font-weight: bold; letter-spacing: 2px; color: #f5d046; }
.sec1 h3 strong { display: block; font-size: 23px; line-height: 32px; font-weight: bold; letter-spacing: -0.5px; color: #333; margin-top: 5px; }

.sec1Slide { margin-top: 50px; }
.sec1Slide .sec1DvT:after,
.sec1Slide .sec1DvB:after { content: ''; clear: both; display: block; height: 0; }
.sec1Slide .sec1DvT,
.sec1Slide .sec1DvB { padding: 0 20px; }
.sec1Slide .sec1DvB { margin-top: 30px; }
.sec1Slide .sec1DvT .sec1DvTL,
.sec1Slide .sec1DvB .sec1DvBL { float: left; width: 50%; }
.sec1Slide .sec1DvT .sec1DvTL img,
.sec1Slide .sec1DvB .sec1DvBR img { width: 100%; }

.sec1Slide .sec1DvT .sec1DvTR { padding-left: 7%; box-sizing: border-box; }
.sec1Slide .sec1DvT .sec1DvTR,
.sec1Slide .sec1DvB .sec1DvBR { float: left; width: 50%; }
.sec1Slide .sec1DvT .sec1DvTR dl,
.sec1Slide .sec1DvB .sec1DvBL dl { margin-left: 20px; /*margin-top: 40px;*/
transition:all .6s ease;
-webkit-transition:all .6s ease;
-moz-transition:all .6s ease;
-o-transition:all .6s ease;
-ms-transition:all .6s ease;
}
.sec1Slide .slick-active .sec1DvT .sec1DvTR dl,
.sec1Slide .slick-active .sec1DvBL dl { /*margin-top: 40px;*/ margin-left: 0px; }
.sec1Slide .sec1DvT .sec1DvTR dl dt,
.sec1Slide .sec1DvB .sec1DvBL dl dt { font-size: 16px; line-height: 24px; color: #f5d046; font-weight: 400; }
.sec1Slide .sec1DvT .sec1DvTR dl dd span,
.sec1Slide .sec1DvB .sec1DvBL dl dd span { display: inline-block; font-size: 33px; line-height: 35px; margin-top: 25px; font-weight: bold; letter-spacing: -0.8px; }
.sec1Slide .sec1DvT .sec1DvTR dl dd em,
.sec1Slide .sec1DvB .sec1DvBL dl dd em { display: inline-block; font-size: 22px; line-height: 1.4; margin-top: 10px; font-weight: normal; letter-spacing: -0.8px; }
.sec1Slide .sec1DvT .sec1DvTR dl dd p,
.sec1Slide .sec1DvB .sec1DvBL dl dd p { font-size: 15px; line-height: 25px; color: #777; text-align: justify; margin-top: 25px; }
.sec1Slide .sec1DvT .sec1DvTR dl dd a,
.sec1Slide .sec1DvB .sec1DvBL dl dd a { display: inline-block; color: #fff; background-color: #f5d046; border: 2px solid #f5d046; letter-spacing: 1px;
padding: 10px 30px; margin-top: 45px; font-size: 14px; border-radius: 25px;
letter-spacing: 3px;
transition:all .2s ease-in;
-webkit-transition:all .2s ease-in;
-moz-transition:all .2s ease-in;
-o-transition:all .2s ease-in;
-ms-transition:all .2s ease-in;
}
.sec1Slide .sec1DvT .sec1DvTR dl dd a:hover,
.sec1Slide .sec1DvT .sec1DvTR dl dd a:active,
.sec1Slide .sec1DvT .sec1DvTR dl dd a:focus,
.sec1Slide .sec1DvB .sec1DvBL dl dd a:hover,
.sec1Slide .sec1DvB .sec1DvBL dl dd a:active,
.sec1Slide .sec1DvB .sec1DvBL dl dd a:focus { background-color: #fff; color: #f5d046; outline: none; padding: 10px 40px; }

.sec1Slide .slick-prev { margin-right: 40px; }
.sec1Slide .slick-next {  }
.sec1Slide .slick-prev,
.sec1Slide .slick-next { font-size:0; line-height:0; position:absolute; display:block; right: 30px; bottom: 0; width:35px; height:35px; padding:0; opacity:0.7;
  border:0; cursor:pointer; background-repeat:no-repeat; background-position:center center; background-color: #f5d046; z-index:1000;
  -webkit-transform: translate(0,-20%);
  -ms-transform:translate(0,-20%);
  -o-transform:translate(0,-20%);
  -moz-transform:translate(0,-20%);
  transform:translate(0,-20%);
  transition:all .2s ease-in;
  -webkit-transition:all .2s ease-in;
  -moz-transition:all .2s ease-in;
  -o-transition:all .2s ease-in;
  -ms-transition:all .2s ease-in;
}

/* sec1 arrow*/
.sec1Slide .slick-arrow:hover,
.sec1Slide .slick-arrow:focus,
.sec1Slide .slick-arrow:active { opacity:1; }
.sec1Slide .slick-arrow:before { font-size:0; line-height:0; text-indent:-99999999px; }
.sec1Slide .slick-prev { background-image:url('../images/main/btn_msLeft_m.png'); opacity: 0.7; }
.sec1Slide .slick-next { background-image:url('../images/main/btn_msRight_m.png'); opacity: 0.7; }
.sec1Slide .slick-prev:hover,
.sec1Slide .slick-prev:active,
.sec1Slide .slick-prev:focus { opacity: 1; }
.sec1Slide .slick-next:hover,
.sec1Slide .slick-next:active,
.sec1Slide .slick-next:focus { opacity: 1; }


/* sec1 dots*/
.sec1Slide .slick-dots { position:absolute; bottom:8px; z-index:1002; left: 0; margin-left: 98px; }
.sec1Slide .slick-dots li { display:inline-block; margin:0 3px; width:13px; height:13px; border: 1px solid #fff; background-color: #f5d046; border-radius:50%; opacity: 0.5; }
.sec1Slide .slick-dots li.slick-active { opacity:1; }

/* sec1 autoBtn*/
.sec1 .autoBtnArea { position:absolute; display:inline-block; margin-left:auto; margin-right:auto; max-width:1280px; margin-top: -35px; margin-left: 25px; position:absolute; z-index:1003; }
.sec1 .autoBtnArea .autoBtn { cursor:pointer; width:30px; height:30px; appearance:none; -webkit-appearance:none; background-color:#fff; border:none; border-radius:100%;
  font-size:0; line-height:0; text-indent:-9999px; margin-left:3px; background-size: cover; opacity:0.35;
  transition:all .2s ease-in;
  -webkit-transition:all .2s ease-in;
  -moz-transition:all .2s ease-in;
  -o-transition:all .2s ease-in;
  -ms-transition:all .2s ease-in;
}
.sec1 .autoBtnArea .autoBtn:hover,
.sec1 .autoBtnArea .autoBtn:focus { opacity:0.75; }
.sec1 .autoBtnArea .play { background:url(../images/main/btn_play.png) center center no-repeat; }
.sec1 .autoBtnArea .play.active { background:url(../images/main/btn_play_active.png) center center no-repeat; opacity:0.7; }
.sec1 .autoBtnArea .stop { background:url(../images/main/btn_stop.png) center center no-repeat; }
.sec1 .autoBtnArea .stop.active { background:url(../images/main/btn_stop_active.png) center center no-repeat; opacity:0.7; }



/*sec1*/
.sec2 { padding-top: 40px; background: url(../images/main/sec2_back.jpg); /*background-color: #f5d046;*/ }
.sec2 h3 { text-align: center; margin-bottom: 50px; }
.sec2 h3 span { display: block; font-size: 20px; line-height: 25px; font-weight: bold; letter-spacing: 2px; color: #f5d046; }

.sec2 .sec2Wrap {  }
.sec2 .sec2Wrap:after { content: ''; clear: both; display: block; height: 0; }
.sec2 .sec2Wrap li { float: left; width: 33.333%; }

.sec2 .sec2Wrap li a { display: block; position: relative;
transition:all .2s ease-in;
-webkit-transition:all .2s ease-in;
-moz-transition:all .2s ease-in;
-o-transition:all .2s ease-in;
-ms-transition:all .2s ease-in;
}
.sec2 .sec2Wrap li a .sec2WrapBox { position: absolute; top: 0; left: 0; width: 100%; height: 100%;
transition:all .2s ease-in;
-webkit-transition:all .2s ease-in;
-moz-transition:all .2s ease-in;
-o-transition:all .2s ease-in;
-ms-transition:all .2s ease-in;
}
.sec2 .sec2Wrap li a .sec2WrapBox dl { }
.sec2 .sec2Wrap li a .sec2WrapBox dt { position: absolute; bottom: 0; left: 0; padding: 15px; color: rgba(255,255,255,1); font-size: 25px; line-height: 33px; font-weight: bold; }
.sec2 .sec2Wrap li a .sec2WrapBox dt span { display: inline-block;  color: rgba(255,255,255,1); font-size: 25px; line-height: 33px; font-weight: bold;  }
.sec2 .sec2Wrap li a .sec2WrapBox dd { opacity:0; position: absolute; top: 10px; padding: 15px; left: 10px; color: rgba(255,255,255,1); font-size: 25px; line-height: 38px; font-weight: bold; letter-spacing: -0.6px;
transition:all .2s ease-in;
-webkit-transition:all .2s ease-in;
-moz-transition:all .2s ease-in;
-o-transition:all .2s ease-in;
-ms-transition:all .2s ease-in;
}

.sec2 .sec2Wrap li a img,
.sec2 .sec2Wrap li a img,
.sec2 .sec2Wrap li a img { width: 100%; }

.sec2 .sec2Wrap li a:hover .sec2WrapBox,
.sec2 .sec2Wrap li a:focus .sec2WrapBox,
.sec2 .sec2Wrap li a:active .sec2WrapBox { background-color: rgba(245, 208, 70, 0.58); }
.sec2 .sec2Wrap li a:hover .sec2WrapBox dd,
.sec2 .sec2Wrap li a:focus .sec2WrapBox dd,
.sec2 .sec2Wrap li a:active .sec2WrapBox dd { opacity:1; }



/*sec3*/
.sec3 { margin-top: 100px; padding-bottom: 120px; background: url(../images/main/sec3_back.jpg) bottom center no-repeat; background-size: cover; }
.sec3 h3 { text-align: center; }
.sec3 h3 span { display: block; font-size: 20px; line-height: 25px; font-weight: bold; letter-spacing: 2px; color: #f5d046; }
.sec3Slide .sec3Dv { margin-top: 50px; }
.sec3Slide .sec3Dv li { margin: 0 10px; }
.sec3Slide .sec3Dv li a { display: block; overflow: hidden; }
.sec3Slide .sec3Dv li a img { width: 100%;
transition:all .7s ease;
-webkit-transition:all .7s ease;
-moz-transition:all .7s ease;
-o-transition:all .7s ease;
-ms-transition:all .7s ease;
}
.sec3Slide .sec3Dv dl.sec3txt { background-color: #fff; }
.sec3Slide .sec3Dv dl dt span { display: inline-block; font-size: 13px; line-height: 17px; color: #fff; font-weight: 500; background-color: #f5d046; padding: 5px 10px; }
.sec3Slide .sec3Dv dl dt strong { display: block; font-size: 21px; line-height: 28px; font-weight: bold; margin-top: 5px; text-align: center; }
.sec3Slide .sec3Dv dl dd { padding: 10px 20px 20px; text-align: center; }
.sec3Slide .sec3Dv dl dd p { font-size: 15px; line-height: 22px; text-align: justify; }
.sec3Slide .sec3Dv dl .sec3Btn { display: inline-block; font-size: 14px; line-height: 22px; color: #f5d046; margin-top: 10px; background-color: #fff; border: 2px solid #f5d046; padding: 5px 30px;
border-radius: 25px; letter-spacing: 1px;
transition:all .2s ease;
-webkit-transition:all .2s ease;
-moz-transition:all .2s ease;
-o-transition:all .2s ease;
-ms-transition:all .2s ease;
}

.sec3Slide .sec3Dv li.slick-current dl.sec3txt {  }

.sec3Slide .sec3Dv li a:hover img,
.sec3Slide .sec3Dv li a:active img,
.sec3Slide .sec3Dv li a:focus img { transform: scale(1.05,1.05); }

.sec3Slide .sec3Dv dl .sec3Btn:hover,
.sec3Slide .sec3Dv dl .sec3Btn:focus,
.sec3Slide .sec3Dv dl .sec3Btn:active { background-color: #f5d046; color: #fff; padding: 5px 40px; }

.sec3Slide .slick-prev { margin-right: 40px; }
.sec3Slide .slick-next { }
.sec3Slide .slick-prev,
.sec3Slide .slick-next { font-size:0; line-height:0; position:absolute; display:block; bottom: -50px; right: 10px; width:35px; height:35px; padding:0;
  border:0; cursor:pointer; background-repeat:no-repeat; background-position:center center; background-color: transparent; z-index:1000;
  -webkit-transform: translate(0,-20%);
  -ms-transform:translate(0,-20%);
  -o-transform:translate(0,-20%);
  -moz-transform:translate(0,-20%);
  transform:translate(0,-20%);
  transition:all .2s ease-in;
  -webkit-transition:all .2s ease-in;
  -moz-transition:all .2s ease-in;
  -o-transition:all .2s ease-in;
  -ms-transition:all .2s ease-in;
}

/* sec1 arrow*/
.sec3Slide .slick-arrow:hover,
.sec3Slide .slick-arrow:focus,
.sec3Slide .slick-arrow:active { opacity:1; }
.sec3Slide .slick-arrow:before { font-size:0; line-height:0; text-indent:-99999999px; }
.sec3Slide .slick-prev { background-image:url('../images/main/btn_msLeftC_m.png'); opacity: 0.5; }
.sec3Slide .slick-next { background-image:url('../images/main/btn_msRightC_m.png'); opacity: 0.5; }
.sec3Slide .slick-prev:hover,
.sec3Slide .slick-prev:active,
.sec3Slide .slick-prev:focus { opacity: 1; }
.sec3Slide .slick-next:hover,
.sec3Slide .slick-next:active,
.sec3Slide .slick-next:focus { opacity: 1; }

/* sec1 dots*/
.sec3Slide .slick-dots { position:absolute; bottom:-37px; z-index:1002; left: 80px; }
.sec3Slide .slick-dots li { display:inline-block; margin:0 3px; width:13px; height:13px; border: 1px solid #f5d046; background-color: rgba(255,255,255,0.5); border-radius:50%; }
.sec3Slide .slick-dots li.slick-active { opacity:1; background-color: #f5d046; }

/* sec1 autoBtn*/
.sec3 .autoBtnArea { position:absolute; display:inline-block; margin-left:auto; margin-right:auto; max-width:1280px; margin-top: 10px; margin-left: 5px; position:absolute; z-index:1003; }
.sec3 .autoBtnArea .autoBtn { cursor:pointer; width:30px; height:30px; appearance:none; -webkit-appearance:none; background-color:#fff; border:none; border-radius:100%;
  font-size:0; line-height:0; text-indent:-9999px; margin-left:3px; background-size: cover; opacity:0.35;
  transition:all .2s ease-in;
  -webkit-transition:all .2s ease-in;
  -moz-transition:all .2s ease-in;
  -o-transition:all .2s ease-in;
  -ms-transition:all .2s ease-in;
}
.sec3 .autoBtnArea .autoBtn:hover,
.sec3 .autoBtnArea .autoBtn:focus { opacity:0.75; }
.sec3 .autoBtnArea .play { background:url(../images/main/btn_play.png) center center no-repeat; }
.sec3 .autoBtnArea .play.active { background:url(../images/main/btn_play_active.png) center center no-repeat; opacity:0.7; }
.sec3 .autoBtnArea .stop { background:url(../images/main/btn_stop.png) center center no-repeat; }
.sec3 .autoBtnArea .stop.active { background:url(../images/main/btn_stop_active.png) center center no-repeat; opacity:0.7; }


/*sec4*/
.sec4 { padding-top: 80px; background: url(../images/main/sec4_back.jpg) bottom center no-repeat; background-size: cover; }
.sec4 h3 { text-align: center; }
.sec4 h3 span { display: block; font-size: 18px; line-height: 25px; font-weight: bold; letter-spacing: 4px; color: #f5d046; }

.sec4Slide { margin-top: 50px; }
.sec4Slide .sec4SlideBox { background-color: #fff; }
.sec4Slide .sec4SlideBox:after { content: ''; clear: both; display: block; height: 0; }
.sec4Slide .sec4SlideBox .sec4dvL,
.sec4Slide .sec4SlideBox .sec4dvR { float: left; width: 50%; }
.sec4Slide .sec4SlideBox .sec4dvL a { display: block; overflow: hidden; }
.sec4Slide .sec4SlideBox .sec4dvL a img { width: 100%;
transition:all .5s ease-in;
-webkit-transition:all .5s ease-in;
-moz-transition:all .5s ease-in;
-o-transition:all .5s ease-in;
-ms-transition:all .5s ease-in;
}

.sec4Slide .sec4SlideBox .sec4dvL a:hover img,
.sec4Slide .sec4SlideBox .sec4dvL a:focus img,
.sec4Slide .sec4SlideBox .sec4dvL a:active img { transform: scale(1.01, 1.01); }

.sec4Slide .sec4SlideBox .sec4dvR {  }
.sec4Slide .sec4SlideBox .sec4dvR dl { padding: 8% 10% 0 10%; }
.sec4Slide .sec4SlideBox .sec4dvR dl dt span { display: block; font-size: 16px; line-height: 28px; font-weight: bold; color: #f5d046; }
.sec4Slide .sec4SlideBox .sec4dvR dl dt strong { display: block; font-size: 31px; line-height: 40px; font-weight: bold; margin-top: 10px; }
.sec4Slide .sec4SlideBox .sec4dvR dl dd p { font-size: 16px; line-height: 27px; text-align: justify; margin-top: 20px; }
.sec4Slide .sec4SlideBox .sec4dvR dl dd a { display: inline-block; font-size: 15px; line-height: 25px; border: 2px solid #f5d046; background-color: #f5d046; color: #fff;
letter-spacing: 1px; padding: 7px 40px; border-radius: 30px; margin-top: 30px;
transition:all .2s ease-in;
-webkit-transition:all .2s ease-in;
-moz-transition:all .2s ease-in;
-o-transition:all .2s ease-in;
-ms-transition:all .2s ease-in;
}

.sec4Slide .sec4SlideBox .sec4dvR dl dd a:hover,
.sec4Slide .sec4SlideBox .sec4dvR dl dd a:active,
.sec4Slide .sec4SlideBox .sec4dvR dl dd a:focus { background-color: #fef7f7; color: #f5d046; }

.sec4Slide .slick-prev { left: 0; }
.sec4Slide .slick-next { right: 0; }
.sec4Slide .slick-prev,
.sec4Slide .slick-next { font-size:0; line-height:0; position:absolute; display:block; bottom: 43%; width:45px; height:45px; padding:0; opacity:0.7;
  border:0; cursor:pointer; background-repeat:no-repeat; background-position:center center; background-color: transparent; z-index:10000;
  -webkit-transform: translate(0,-20%);
  -ms-transform:translate(0,-20%);
  -o-transform:translate(0,-20%);
  -moz-transform:translate(0,-20%);
  transform:translate(0,-20%);
  transition:all .2s ease-in;
  -webkit-transition:all .2s ease-in;
  -moz-transition:all .2s ease-in;
  -o-transition:all .2s ease-in;
  -ms-transition:all .2s ease-in;
}

.sec4Slide .slick-arrow:hover,
.sec4Slide .slick-arrow:focus,
.sec4Slide .slick-arrow:active { opacity:1; }
.sec4Slide .slick-arrow:before { font-size:0; line-height:0; text-indent:-99999999px; }
.sec4Slide .slick-prev { background-image:url('../images/main/btn_msLeftC.png'); opacity: 0.7; }
.sec4Slide .slick-next { background-image:url('../images/main/btn_msrightC.png'); opacity: 0.7; }
.sec4Slide .slick-prev:hover,
.sec4Slide .slick-prev:active,
.sec4Slide .slick-prev:focus { opacity: 1; }
.sec4Slide .slick-next:hover,
.sec4Slide .slick-next:active,
.sec4Slide .slick-next:focus { opacity: 1; }

/* sec1 dots*/
.sec4Slide .slick-dots { position:absolute; bottom:15px; z-index:1002; left: 80px; }
.sec4Slide .slick-dots li { display:inline-block; margin:0 3px; width:13px; height:13px; border: 1px solid #f5d046; background-color: rgba(255,255,255,0.5); border-radius:50%; }
.sec4Slide .slick-dots li.slick-active { opacity:1; background-color: #f5d046; }

/* sec1 autoBtn*/
.sec4 .autoBtnArea { position:absolute; display:inline-block; margin-left:auto; margin-right:auto; max-width:1280px; margin-top: -40px; margin-left: 5px; z-index:1003; }
.sec4 .autoBtnArea .autoBtn { cursor:pointer; width:30px; height:30px; appearance:none; -webkit-appearance:none; background-color:#fff; border:none; border-radius:100%;
  font-size:0; line-height:0; text-indent:-9999px; margin-left:3px; background-size: cover; opacity:0.35;
  transition:all .2s ease-in;
  -webkit-transition:all .2s ease-in;
  -moz-transition:all .2s ease-in;
  -o-transition:all .2s ease-in;
  -ms-transition:all .2s ease-in;
}
.sec4 .autoBtnArea .autoBtn:hover,
.sec4 .autoBtnArea .autoBtn:focus { opacity:0.75; }
.sec4 .autoBtnArea .play { background:url(../images/main/btn_play.png) center center no-repeat; }
.sec4 .autoBtnArea .play.active { background:url(../images/main/btn_play_active.png) center center no-repeat; opacity:0.7; }
.sec4 .autoBtnArea .stop { background:url(../images/main/btn_stop.png) center center no-repeat; }
.sec4 .autoBtnArea .stop.active { background:url(../images/main/btn_stop_active.png) center center no-repeat; opacity:0.7; }

/*sec4*/
.secEve { padding-top: 50px; background-color: #fff; padding-bottom: 50px; background: url(../images/main/sec4_back.jpg) bottom center no-repeat;  background-size: cover;}
.secEve h3 { text-align: center; }
.secEve h3 span { display: block; font-size: 18px; line-height: 25px; font-weight: bold; letter-spacing: 4px; color: #f5d046; }

.secEve .secEveInner { max-width: 1000px; margin-left: auto; margin-right: auto; }
.secEve .secEveDv { margin-top: 30px; }
.secEve .secEveDv:after { content: ''; clear: both; display: block; height: 0; }
.secEve .secEveDv li { text-align: center; }
.secEve .secEveDv li.secEveDvL,
.secEve .secEveDv li.secEveDvC,
.secEve .secEveDv li.secEveDvR { float: left; width: 30%; }
.secEve .secEveDv li.secEveDvC { margin: 0 5%; }
.secEve .secEveDv li .secEveIcon { display: inline-block; padding:45px; border-radius: 50px; border: 1px solid #f5d046; box-sizing: border-box; }
.secEve .secEveDv li.secEveDvL .secEveIcon { background: #fff url(../images/common/eveIcon1.png) center center no-repeat; }
.secEve .secEveDv li.secEveDvC .secEveIcon { background: #fff url(../images/common/eveIcon2.png) center center no-repeat; }
.secEve .secEveDv li.secEveDvR .secEveIcon { background: #fff url(../images/common/eveIcon3.png) center center no-repeat; }

.secEve .secEveDv li a { -webkit-transition:all .2s ease-in;
  -moz-transition:all .2s ease-in;
  -o-transition:all .2s ease-in;
  -ms-transition:all .2s ease-in; }

.secEve .secEveDv li.secEveDvL .secEveIcon:focus,
.secEve .secEveDv li.secEveDvL .secEveIcon:active,
.secEve .secEveDv li.secEveDvL .secEveIcon:hover { background: #f5d046 url(../images/common/eveIcon1_hover.png) center center no-repeat; }
.secEve .secEveDv li.secEveDvC .secEveIcon:focus,
.secEve .secEveDv li.secEveDvC .secEveIcon:active,
.secEve .secEveDv li.secEveDvC .secEveIcon:hover { background: #f5d046 url(../images/common/eveIcon2_hover.png) center center no-repeat; }
.secEve .secEveDv li.secEveDvR .secEveIcon:focus,
.secEve .secEveDv li.secEveDvR .secEveIcon:active,
.secEve .secEveDv li.secEveDvR .secEveIcon:hover { background: #f5d046 url(../images/common/eveIcon3_hover.png) center center no-repeat; }

.secEve .secEveDv li .secEveBtn { display: inline-block; font-size: 17px; line-height: 28px; letter-spacing: -0.7px; margin-top: 10px; font-weight: 700; color: #f5d046; }

/* footer */
#footer { width: 100%; background-color: #fff; padding: 4.5rem 0; overflow: hidden; }
#footer ul:after { content: ''; clear: both; display: block; }
#footer ul .footL,
#footer ul .footR { float: left; width: 50%; padding-left: 20px; box-sizing: border-box; }

#footer ul .footL h3 a { display: block; max-width: 130px; }
#footer ul .footL h3 a img { width: 100%; }
#footer ul .footL address { margin-top: 1.5rem; }
#footer ul .footL address span { display: inline-block; color: #666; font-size: 1.2rem; line-height: 1.8rem; font-weight: 400; }
#footer ul .footL address span a{color: #666; font-size: 1.2rem; line-height: 1.8rem; font-weight: 400; }

#footer ul .footR li.pre a,
#footer ul .footR li.newsletter a { color: #666; font-size: 1.2rem; line-height: 1.8rem; font-weight: 500; letter-spacing: -0.5px;
  transition:all .2s ease-in;
  -webkit-transition:all .2s ease-in;
  -moz-transition:all .2s ease-in;
  -o-transition:all .2s ease-in;
  -ms-transition:all .2s ease-in;
}
#footer ul .footR li.sns { max-width: 178px; margin-left: -8px; }
#footer ul .footR li.sns a { margin-right: 5px; }

#footer ul .footR li.pre a:hover,
#footer ul .footR li.pre a:active,
#footer ul .footR li.pre a:focus,
#footer ul .footR li.newsletter a:hover,
#footer ul .footR li.newsletter a:active,
#footer ul .footR li.newsletter a:focus { color: #f5d046; }
#footer ul .footR li.newsletter p { border-top: 1px solid rgba(0,0,0,.2); margin-top: 15px; padding-top: 10px; }




/* services */
#services { width: 100%; background: #fff; }
#services>ul:after { content: ''; clear: both; display: block; }
#services>ul li { float: left; width: 33.3%; text-align: center; }
#services>ul li a { display: block; position: relative; width: 100%; height: 140px; border: 1px solid #f5f5fa; box-sizing: border-box;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
}
#services>ul li a>img { position: absolute; top: -3px; left: -3px; }
#services>ul li a>span { display: block; color: #aaa; font-weight: 500; font-size: 1.5rem; line-height: 1.8rem; margin-top: 95px;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
}
#services>ul li a:hover { margin-top: -10px; /*box-shadow: 4px 4px 7px rgba(10,88,146,.1);*/ }
#services>ul li.serPdf a { background: #fff url(../images/common/serPdf_active.png) top center no-repeat; }
#services>ul li.serEbook a { background: #fff url(../images/common/serEbook_active.png) top center no-repeat; }
#services>ul li.serReader a { background: #fff url(../images/common/serReader_active.png) top center no-repeat; }
#services>ul li.serList a { background: #fff url(../images/common/serList_active.png) top center no-repeat; }

#services>ul li.serPdf a:hover,
#services>ul li.serPdf a:active,
#services>ul li.serPdf a:focus { background: #fff url(../images/common/serPdf_active.png) top center no-repeat; }
#services>ul li.serPdf a:hover span,
#services>ul li.serPdf a:active span,
#services>ul li.serPdf a:focus span { color: #c6c6c6; }

#services>ul li.serEbook a:hover,
#services>ul li.serEbook a:active,
#services>ul li.serEbook a:focus { background: #fff url(../images/common/serEbook_active.png) top center no-repeat; }
#services>ul li.serEbook a:hover span,
#services>ul li.serEbook a:active span,
#services>ul li.serEbook a:focus span { color: #c6c6c6; }

#services>ul li.serReader a:hover,
#services>ul li.serReader a:active,
#services>ul li.serReader a:focus { background: #fff url(../images/common/serReader_active.png) top center no-repeat; }
#services>ul li.serReader a:hover span,
#services>ul li.serReader a:active span,
#services>ul li.serReader a:focus span { color: #c6c6c6; }

#services>ul li.serNews a:hover,
#services>ul li.serNews a:active,
#services>ul li.serNews a:focus { background: #fff url(../images/common/serNews_active.png) top center no-repeat; }
#services>ul li.serNews a:hover span,
#services>ul li.serNews a:active span,
#services>ul li.serNews a:focus span { color: #c6c6c6; }

#services>ul li.serList a:hover,
#services>ul li.serList a:active,
#services>ul li.serList a:focus { background: #fff url(../images/common/serList_active.png) top center no-repeat; }
#services>ul li.serList a:hover span,
#services>ul li.serList a:active span,
#services>ul li.serList a:focus span { color: #c6c6c6; }

#scrollTop { position:fixed; z-index:9999; bottom:0; right:0; width:50px; height:50px; }
#scrollTop .scrTopBtn { display:block; width:40px; height:40px;
transition:all .2s ease-in;
-webkit-transition:all .2s ease-in;
-moz-transition:all .2s ease-in;
-o-transition:all .2s ease-in;
-ms-transition:all .2s ease-in;
}

/* LIST */
.conList { position:relative; z-index:1; }
.tlTitle { max-width:1000px; margin-left:auto; margin-right:auto; font-size:27px; color:#333; line-height:30px; padding-top:80px; text-align:center; font-weight:700; font-family: 'Poppins'; }
.tlTitle span { font-size:22px; color:#f5d046; display: inline-block; vertical-align: middle; margin-bottom: 10px; }
.tlTitle.bts { border-top:1px solid #fff; }
.thumbList { overflow:hidden; max-width:1280px; margin-left:auto; margin-right:auto; padding-bottom:50px; }
.thumbList:after { display:block; content:""; clear:both; height:0; }
.thumbList .tlLink { width:25%; float:left; margin-top: 50px;
  transition:all .2s ease-in;
  -webkit-transition:all .2s ease-in;
  -moz-transition:all .2s ease-in;
  -o-transition:all .2s ease-in;
  -ms-transition:all .2s ease-in;
}
.thumbList .tlLink .tlthumb { text-align: center; padding-right:15px; padding-left:15px; }
.thumbList .tlLink .tlthumb .thumbImg { display:inline-block; position:relative; border:1px solid #eeeeee; margin-top:20px; }
.thumbList .tlLink .tlthumb .thumbImg img { position:relative; z-index:7; }
.thumbList .tlLink .tlthumb .thumbImg:before{ content:""; display:block; position:absolute; top:0; left:0; width:180px; height:251px;
  background:url('../../../images/list/book_bg.png');
  background-repeat: no-repeat;
}

.thumbList .tlLink img { max-width:175px; height:235px;  }
.thumbList .tlLink .tlthumb .tlthumb_con { font-size:18px; text-align:center; display:block; }
.thumbList .tlLink .tlthumb .tlthumb_con .tl0 { font-size:17px; color:#222; }
.thumbList .tlLink .tlthumb .tlthumb_con .tl1 { font-size:15px; color:#222; }
.thumbList .tlLink .tlthumb .tlthumb_con .tl2 { font-size:15px; color:#999; }
.thumbList .tlLink .tlthumb .tlthumb_con .tl3 { font-size:17px; font-weight:800; color:#f5d046; }
.thumbList .tlLink .tlthumb .tlthumb_btn { margin-top:20px; max-width:240px; margin-left:auto; margin-right:auto; }
.thumbList .tlLink .tlthumb .tlthumb_btn:after { display:block; content:""; clear:both; height:0; }
.thumbList .tlLink .tlthumb .tlthumb_btn ul { text-align:center; }
.thumbList .tlLink .tlthumb .tlthumb_btn ul li { display:inline-block; width:32.3333333333%; text-align:center; }
.thumbList .tlLink .tlthumb .tlthumb_btn ul li a {
  display:block; font-size:13px; font-weight:700; padding:5px; border:1px solid #ddd; margin-left:5px; margin-right:5px; color:#3d3d3d;
  transition:all .4s ease-in;
  -webkit-transition:all .4s ease-in;
  -moz-transition:all .4s ease-in;
  -o-transition:all .4s ease-in;
  -ms-transition:all .4s ease-in;
}
.thumbList .tlLink .tlthumb .tlthumb_btn ul li a:hover { background-color:#f5d046; border:1px solid #f5d046; color:#fff; }
.thumbList .tlLink .tlthumb .tlthumb_btn ul:after { display:block; content:""; clear:both; height:0; }

/* reader page */
.textLayer dt { font-size:16px; line-height:22px; color:#221e1f; }
.textLayer dd { width:100%; border:1px solid #ccc; padding:5px; }
.textLayer dd input { width:100%; font-size:16px; line-height:22px; color:#221e1f; border:0; }
.textLayer .boxing { border:1px solid #ccc; padding:10px; }
.textLayer .boxing textarea { width:100%; height:100px; resize:none; border:0; }
.radioLayer input[type="radio"] { vertical-align:middle; }
.radioLayer label { display:inline-block; vertical-align:middle; font-size:16px; line-height:22px; color:#221e1f; }
.radioLayer label.tC005da4 { color:#005da4; }
.rc_submit input { cursor:pointer; display:inline-block; padding:8px 15px; background-color:#221e1f; border:0; color:#f7f7f7; font-size:24px;
transition:all .3s ease-out;
-webkit-transition:all .3s ease-out;
-moz-transition:all .3s ease-out;
-o-transition:all .3s ease-out;
-ms-transition:all .3s ease-out;
}
.rc_submit input:hover,
.rc_submit input:active { background-color:#f5d046; }

/* INSTANT */
.instant_goods:after { content: ''; display: block; clear: both; }
.instant_goods { margin:0; padding:0; }
.instant_goods .instant_goods1 { float:left; width:48%; margin: 1%; padding:0; }
.instant_goods .instant_goods1 dl { margin:0; }

.instant_detail { position: relative; background-color:#1a3c5c; padding: 10px 35px 25px; }
.instant_detail dl { line-height: 28px; }
.instant_detail dl:after { content: ''; display: block; clear: both; }
.instant_detail dt { float: left; height: auto; color: #fff; font-size: 18px; margin-right: 30px; }
.instant_detail dd { float: left; color: #fff; font-size: 17px; margin-left: 0; word-break: break-all; }

.evt_frm>dt { /*box-sizing: border-box;*/ }
.evt_info { padding-left: 0; margin: 0; }
.evt_frm .evt_info { text-align: center; padding-left: 0; margin: 0; }
.evt_frm .evt_info dl { min-height:100px; position: relative; max-width: 300px; margin: 15px auto 0; line-height: 22px; padding: 20px; background:#eee; text-align: center; letter-spacing: -0.5px; /*box-sizing: border-box;*/ }
.evt_frm .evt_info dt { font-size: 17px; margin-bottom: 10px; font-weight: bold; margin:0;}
.evt_frm .evt_info dd.evt_infoClo { font-size: 15px; line-height: 20px; margin-left: 0 !important; margin-top: 10px; }
.evt_frm .evt_info dd.evt_infoNum { margin-left: 0; }
.evt_frm .evt_info dd.evt_infoNum ul { margin:0; padding-left: 0; }
.evt_frm .evt_info dd.evt_infoNum li { display: inline-block; font-size: 15px; line-height: 21px; padding-left: 0; }
.evt_frm .evt_info dd.evt_infoNum li label { font-size: 15px; color: red; font-weight: 700; margin:0px; display: inline-block;}

.evt_frm .evt_info dd.evt_tiB { display: block; margin-top: 15px; margin-left: 0; }
.evt_frm .evt_info dd a.evt_tiBtn,
.evt_frm .evt_info dd a.evt_tiBtn2 { border:none; /*box-sizing: border-box;*/ max-width: 150px; margin: 10px auto 0; padding: 5px 15px; }

.evt_frm .evt_info dd a.evt_tiBtn { font-size: 15px; color: #fff; font-weight: 700; background-color: #006ebc; cursor: pointer;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
 }
.evt_frm .evt_info dd a.evt_tiBtn:hover,
.evt_frm .evt_info dd a.evt_tiBtn:focus,
.evt_frm .evt_info dd a.evt_tiBtn:active { color: #006ebc; background:#fff; }
.evt_frm .evt_info dd a.evt_tiBtn2 { font-size: 15px; color: #fff; font-weight: 400; background-color: #999; cursor: text; }

.content_instant { position: relative; }
.content_instant .evt_prev { position: absolute; left: 0px; top: 0px; display: block; padding: 5px 10px; background-color:#999; color:#fff; font-size: 17px; letter-spacing: -0.6px; font-weight: 500;
  -webkit-appearance:none;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
}
.content_instant .evt_prev:hover,
.content_instant .evt_prev:focus,
.content_instant .evt_prev:active { background-color:#2d2d2d; }

.btnEvtgetArea { height:36px; }

#btn_evtget { display:inline-block; padding:6px 26px; background-color:#006ebc; border:2px solid #006ebc; font-size: 17px; color: #fff; border-radius:10px; line-height: 20px; font-weight: bold; cursor: pointer;
  -webkit-appearance:none;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
}
#btn_evtget:hover,
#btn_evtget:focus,
#btn_evtget:active { background-color:#fff; color:#006ebc; }
#btn_evtClo { display: inline-block; margin-top: 30px; padding: 10px 30px; background: #eee; font-size: 17px; border-radius: 10px; }

.evt_more { max-width: 400px; margin: 50px auto 0; padding: 15px 20px; border: 3px solid #d9d9d9; border-radius: 30px; }
.evt_more .evt_info li { padding-left:0; display: inline-block; font-size: 17px; line-height: 17px; margin-top:3px; margin-bottom:3px; }
.evt_more .evt_info li label { font-size: 17px; color: red; font-weight: 700; display: inline-block; margin:0; }

@media only screen and (max-width:980px) {
    .instant_goods .instant_goods1 { display: block; width: 100%; margin-right:0; margin-left:0; margin-bottom:30px; }
}

/* sub common */
.wrapSub .contents .conInner { padding-bottom: 100px; }
.sub_link { position: relative; width: 100%; height: 60px; }
.sub_link .url_print { position: absolute; top: 0; left: 30px; }
.sub_link .sub_sns { position: absolute; top: 0; right: 30px; }
.sub_link ul li { float: left; }
.sub_link ul li a { display: block; width: 65px; height: 65px; box-sizing: border-box; font-size: 0; line-height: 0; text-indent: -9999px; background-repeat: no-repeat; background-position: center;
transition:.3s ease-out;
-webkit-transition:.3s ease-out;
-moz-transition:.3s ease-out;
-o-transition:.3s ease-out;
-ms-transition:.3s ease-out;
}

.sub_link .sns_txt { background-color: #f5d046; }
.sub_link .sns_txt p { display: block; width: 65px; height: 65px; box-sizing: border-box; text-align: center; color: #fff; line-height: 16px; padding-top: 16px; }
.sub_link .sub_sns li a { background-color: #fff; }

.sub_link ul li.icoUrl a { background:#f5f5f5 url(../images/sub/url_icon.png) center no-repeat; }
.sub_link ul li.icoPrint a { background:#a3a3a3 url(../images/sub/print_icon.png) center no-repeat; }
.sub_link ul li.icoTwitter a { background-image: url(../images/sub/twitter_icon.png); }
.sub_link ul li.icoFacebook a { background-image: url(../images/sub/facebook_icon.png); }
.sub_link ul li.icoBlog a { background-image: url(../images/sub/blog_icon.png); }
.sub_link ul li.icoBand a { background-image: url(../images/sub/band_icon.png); }
.sub_link ul li.icoStory a { background-image: url(../images/sub/story_icon.png); }

.sub_link ul li.icoUrl a:hover,
.sub_link ul li.icoUrl a:focus,
.sub_link ul li.icoUrl a:active { background-image: url(../images/sub/url_icon_hover.png); background-color: #7c7c7c; }
.sub_link ul li.icoPrint a:hover,
.sub_link ul li.icoPrint a:focus,
.sub_link ul li.icoPrint a:active { background-image: url(../images/sub/print_icon_hover.png); background-color: #ddd; }
.sub_link ul li.icoTwitter a:hover,
.sub_link ul li.icoTwitter a:focus,
.sub_link ul li.icoTwitter a:active { background-image: url(../images/sub/twitter_icon_hover.png); background-color: #33a1ef; }
.sub_link ul li.icoFacebook a:hover,
.sub_link ul li.icoFacebook a:focus,
.sub_link ul li.icoFacebook a:active { background-image: url(../images/sub/facebook_icon_hover.png); background-color: #3b5998; }
.sub_link ul li.icoBlog a:hover,
.sub_link ul li.icoBlog a:focus,
.sub_link ul li.icoBlog a:active { background-image: url(../images/sub/blog_icon_hover.png); background-color: #2eb300; }
.sub_link ul li.icoBand a:hover,
.sub_link ul li.icoBand a:focus,
.sub_link ul li.icoBand a:active { background-image: url(../images/sub/band_icon_hover.png); background-color: #2eb300; }
.sub_link ul li.icoStory a:hover,
.sub_link ul li.icoStory a:focus,
.sub_link ul li.icoStory a:active { background-image: url(../images/sub/story_icon_hover.png); background-color: #f7ca37; }

/* subPaging */
.subPaging { width: 100%; }
.subPaging:after { content: ''; clear: both; display: block; }
.subPaging>li { float: left; width: 50%; box-sizing: border-box; }
.subPaging>li a { display: block; background: #000 url(../images/sub/sp_back.png) top center; }
.subPaging>li a dl { position: relative; margin-bottom: 0; }
.subPaging>li a dl dt img { width: 100%; vertical-align: middle; opacity: .55;
transition:all 1s ease-out;
-webkit-transition:all 1s ease-out;
-moz-transition:all 1s ease-out;
-o-transition:all 1s ease-out;
-ms-transition:all 1s ease-out;
}
.subPaging>li a dl dd { color: #fff; font-size: 4rem; font-weight: 400; letter-spacing: -2px; position: absolute; top: 32%;
transition:all 1s ease-out;
-webkit-transition:all 1s ease-out;
-moz-transition:all 1s ease-out;
-o-transition:all 1s ease-out;
-ms-transition:all 1s ease-out;
}
.subPaging>li.sPprev a dl dd { left: 10%; letter-spacing: -0.6px;}
.subPaging>li.sPnext a dl dd { right: 10%; letter-spacing: -0.6px;}
.subPaging>li a dl dd span { color: #fff; font-size: 4rem; font-weight: bold; }
.subPaging>li a:hover dl dt img,
.subPaging>li a:active dl dt img,
.subPaging>li a:focus dl dt img { opacity: 0.1; }
.subPaging>li.sPprev a:hover dl dd,
.subPaging>li.sPprev a:active dl dd,
.subPaging>li.sPprev a:focus dl dd { left: 8.5%; }
.subPaging>li.sPnext a:hover dl dd,
.subPaging>li.sPnext a:active dl dd,
.subPaging>li.sPnext a:focus dl dd { right: 8.5%; }

/* sub contents */
/* listPages */
.listPages:after { content: ''; clear: both; display: block; }
.listPages li { float: left; width: 23.5%; }
.listPages li.pgL,
.listPages li.pgCl,
.listPages li.pgCr { margin-right: 2%; }
.listPages dl { width: 100%; }
.listPages dl dt { text-align: center; }

.listPages dl dt div { width: 100%; }
.listPages dl dt div img { width: 100%; }
.listPages dl dd h4 { font-size: 21px; line-height: 28px; color: #333; font-weight: 700; margin-top: 20px; letter-spacing: -.7px; }
.listPages dl dd em { display: block; font-size: 18px; line-height: 26px; color: #666; font-weight: 300; letter-spacing: 0.5px; margin-bottom: 10px; margin-top: 5px; }
.listPages dd a { display:inline-block; background-color: #eee; color: #333; font-size: 15px; padding: 10px 20px; text-align: center; border: none; margin-top: 10px;
 transition:all .2s ease-in;
-webkit-transition:all .2s ease-in;
-moz-transition:all .2s ease-in;
-o-transition:all .2s ease-in;
-ms-transition:all .2s ease-in;
}
.listPages dd a:hover { background-color: #333; color: #fff; }
.listTit { text-align:center; letter-spacing:-0.6px; line-height:35px; color:#333; font-size:27px; font-weight: 700; border-bottom: 1px dotted #999;
padding-bottom: 20px; max-width: 1150px; margin: 0 auto;
}

.listPg .lettIcon { max-width: 600px; margin-left: auto; margin-right: auto; margin-bottom: 50px; text-align: center; }
.listPg .lettIcon:after { content: ''; clear: both; display: block; }
.listPg .lettIcon li { float: left; width: 32%; position: relative; overflow:hidden; border-bottom: 1px solid #999; border-top: 1px solid #999; padding: 5px ; box-sizing: border-box; }
.listPg .lettIcon li.lettSend { margin-right: 2%; }
.listPg .lettIcon li.lettCcl { margin-left: 2%; }
.listPg .lettIcon li a { display: inline-block; font-size: 2rem; font-weight: 500; letter-spacing: -.8px;
 transition:all .2s ease-in;
-webkit-transition:all .2s ease-in;
-moz-transition:all .2s ease-in;
-o-transition:all .2s ease-in;
-ms-transition:all .2s ease-in;
}
.listPg .lettIcon li a:hover { color: #1f9ad3; }

/*구독신청*/
.conMail { margin-top: 70px; }
.conMail .inputForm dl dt { font-size:17px; line-height:25px; font-weight:bold; color:#333; }
.conMail .inputForm dl dt em { font-size:16px; line-height:22px; font-weight:bold; color:#666; }
.conMail .inputForm dl dt .tip { margin-top:8px; display:block; font-size:12px; line-height:16px; color:#f56b27; }
.conMail .inputForm dl dd { margin:10px 0 0 0; background-color:#fff; /*box-shadow:0 1px 1px #cddde6;*/ position:relative; overflow:hidden; }
.conMail .inputForm dl dd input { height:16px; line-height:16px; border:0; font-size:14px; color:#333; }
.conMail .inputForm dl dd textarea { width:100%; height:60px; line-height:14px; font-size:14px; color:#333; resize:none; border:0; }
.inputForm fieldset { /*padding:0 20px 20px 20px;*/ border:none; margin-top:20px; }
.inputForm fieldset legend { font-size:16px; line-height:22px; font-weight:bold; color:#666;}
.cL_checkList textarea { width:100%; height:60px; line-height:14px; font-size:14px; color:#333; resize:none; border: 1px solid #ed7f31; }

/*reader*/
.textLayer dt { font-size:16px; line-height:22px; color:#221e1f; }
.textLayer dd { width:100%; border:1px solid #ccc; padding:5px; }
.textLayer dd input { width:100%; font-size:16px; line-height:22px; color:#221e1f; border:0; }
.textLayer .boxing { border:1px solid #ccc; padding:10px; }
.textLayer .boxing textarea { width:100%; height:70px; resize:none; border:0; }
.radioLayer input[type="radio"] { vertical-align:middle; }
.radioLayer label { display:inline-block; vertical-align:middle; font-size:16px; line-height:22px; color:#221e1f; }
.rc_submit input { cursor:pointer; display:inline-block; padding:8px 15px; background-color:#221e1f; border:0; color:#f7f7f7; font-size:24px;
transition:all .3s ease-in;
-webkit-transition:all .3s ease-in;
-moz-transition:all .3s ease-in;
-o-transition:all .3s ease-in;
-ms-transition:all .3s ease-in;
}
.rc_submit input:hover,
.rc_submit input:active { background-color:#1fa745; }


/* checkBox */
.part_check h4 { font-size: 16px; }
.subscbChk li { }
.subscbChk li label { padding-left:5px; font-size:16px; font-weight:400; color:#333; }

.agree { margin:20px auto 0 auto; padding:20px; overflow:hidden; background-color:#fff; border: 2px solid #eee;}
.agree .agreeTit { display: block; margin:30px 0 0 0; color:#ef413d; font-size:15px; font-weight: bold; padding-top: 20px; border-top: 1px dotted #eee; }
.agree .agreeItem { margin:10px 0 0 0; }
.agree .agreeItem li { margin:5px 0 0 0; color:#666; font-size:14px; font-weight: bold; line-height:18px; background:url('../images/common/txt_bull01.gif') 0 8px no-repeat; padding-left:8px;  }

.agree .agree_check { margin:10px 0 0 0; border-top:1px dotted #666; padding-top:5px; }
.agree .agree_check ul { margin:5px 0 0 0; }
.agree .agree_check ul li { position:relative; background-image:url(../images/common/checkboxOff.png); background-repeat:no-repeat; background-position:0 0; cursor:pointer; line-height:18px; margin:8px 0 0 0; }
.agree .agree_check ul li:first-child{ background: none; font-size: 16px; font-weight: 500; color: #ef413d; }
.agree .agree_check ul li input[name=agreeChk] { position:absolute; width:0; height:0; top:0; left:0; border:0; display: none;}
.agree .agree_check ul li.raChk { background-image:url(../images/common/checkboxOn.png); }
.agree .agree_check ul li label { color:#333; font-size:14px; line-height:20px; font-weight: 500; padding-left:23px; display:inline-block; min-height:20px; }
.agree .agree_check ul li label.chkTxt { color:#333; font-size:16px; font-weight: 500; }

.rc_submit input { cursor:pointer; display:inline-block; padding:8px 15px; background-color:#221e1f; border:0; color:#f7f7f7; font-size:24px;
transition:all .3s ease-in;
-webkit-transition:all .3s ease-in;
-moz-transition:all .3s ease-in;
-o-transition:all .3s ease-in;
-ms-transition:all .3s ease-in;
}
.rc_submit input:hover,
.rc_submit input:active { background-color:#f5d046; }

/* sub common */
.wToon { }
.wToon:after { display:block; content:""; clear:both; height:0; }
.wToon li { float:left; font-size:0; line-height:0; }
.wToon li a { display:block; font-size:0; line-height:0; }
.wToon li a img { box-sizing:border-box; width:100%; }
.wToon li a:hover img,
.wToon li a:focus img { position:relative; z-index:1000; outline:2px solid #f5d046; }

.wToon li.wToon01 { width:100%; }
.wToon li.wToon02 { width:61.4%; margin-bottom:0px; }
.wToon li.wToon03 { width:38.6%; margin-bottom:0px; }
.wToon li.wToon04 { width:31.133%; margin-bottom:0px; }
.wToon li.wToon05 { width:36.4%; margin-bottom:0px; }
.wToon li.wToon06 { width:32.4666667%; margin-bottom:0px; }
.wToon li.wToon07 { width:28.53333%; margin-bottom:0px; }
.wToon li.wToon08 { width:28.93333%; margin-bottom:0px; }
.wToon li.wToon09 { width:42.53333%; margin-bottom:0px; }


.photo2Type2 { overflow:hidden; }
.photo2Type2:after { display:block; content:""; clear:both; height:0; }
.photo2Type2>li { width:49.5%; float:left; }
.photo2Type2>li.pt2L { margin-right:0.5%; }
.photo2Type2>li.pt2R { margin-left:0.5%; }

.photo2Type3 { overflow:hidden; }
.photo2Type3:after { display:block; content:""; clear:both; height:0; }
.photo2Type3>li { width:48%; float:left; }
.photo2Type3>li.pt2L { margin-right:2%; }
.photo2Type3>li.pt2R { margin-left:2%; }

.photo2Type4 { overflow:hidden; }
.photo2Type4:after { display:block; content:""; clear:both; height:0; }
.photo2Type4>li { float:left; }
.photo2Type4>li.pt2L { width:68%;margin-right:0.5%; }
.photo2Type4>li.pt2R { width:31%;margin-left:0.5%; }

.photo3Type1 { overflow:hidden; }
.photo3Type1:after { display:block; content:""; clear:both; height:0; }
.photo3Type1>li { width:33%; float:left; }
.photo3Type1>li.pt3L { margin-right:0.5%; }
.photo3Type1>li.pt3R { margin-left:0.5%; }

.photo3Type2 { overflow:hidden; }
.photo3Type2:after { display:block; content:""; clear:both; height:0; }
.photo3Type2>li { width:32.33333%; float:left; }
.photo3Type2>li.pt3L { margin-right:1.5%; }
.photo3Type2>li.pt3R { margin-left:1.5%; }


/* sub */
.subVisual { position:relative; width:100%; height:350px; background-color:#ccc; background-repeat:no-repeat; background-position-x:center; background-attachment: fixed; background-size:contain; }
.subVisual>img { width: 100%; opacity: 0.85; }
.subVisual dl { position: absolute; top: 50%; left: 50%; padding: 0 20px;
transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
}
.subVisual dl dt { display: inline-block; font-size: 1.7rem;  font-weight: 300; text-shadow: 1px 1px 0.5px #fff; }
.subVisual dl dd { font-size: 3rem;  font-weight: 600; text-shadow: 1px 1px 0.5px #fff; }

.subTitle { padding-top: 100px; }
.subT2:after { content: ''; clear: both; display: block; }
.subT2>li { float: left; width: 50%; }


/* checkList */
.cL_chul { position:relative; z-index:10; width:80%; height:46px; margin-left:auto; margin-right:auto; background-image:url('../images/contents/cL_chul.png'); background-repeat:repeat-x; background-position:left center; }

.cL_checkList{
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom:1px solid #ed7f31;
}
.cL_checkList dd{
  margin-top: 10px;
}
.cL_checkList dd ul li{
  padding: 5px 10px 5px 20px;
    background-repeat: no-repeat;
    background-position: left 7px;
    background-image: url(../images/contents/check_off.gif);
}
.cL_checkList dd ul li.checkOn{
  background-image:url('../images/contents/check_on.gif');
}
.cL_checkList dd ul li input[type="checkbox"]{
    width: 1px;
    height: 1px;
    position: absolute;
    left: -99999px;
    top: -999999px;
    font-size: 0;
    line-height: 0;
}
.cL_checkList dd ul li input[type="textarea"] {
  width:300px;
  height: auto;
  font-size:15px;
  display: block;
}
.cL_checkList dd ul li label{
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #333;
}

.cL_List:after{
  content: "";
  display: block;
  clear: both;
}
.cL_List>li{
  float: left;
  width: 33.33%;
  padding: 10px;
  box-sizing: border-box;
}

.inTxtbBtn { margin-top:30px; text-align:center; }
.inTxtbBtn a { display:inline-block; padding:8px 15px 7px 15px; background-color:#ccc; color:#fff; font-size:18px; text-align:center; border:1px solid #ccc; border-radius:5px;
transition:all .3s ease-in;
-webkit-transition:all .3s ease-in;
-moz-transition:all .3s ease-in;
-o-transition:all .3s ease-in;
-ms-transition:all .3s ease-in;
-khtml-transition:all .3s ease-in;
}
.inTxtbBtn a:hover { background-color:#ed7f31; border:1px solid #ed7f31; }
#clPopCom { position:fixed; z-index:11000; width:100%; height:100%; top:0; left:0; background:url('../images/common/bg_navM.png'); display:none; }
#clPopCom .clPopCarea { background-color:#fff; width:80%; max-width:500px; margin:20% auto 0 auto; text-align:center; }
#clPopCom .clPopCarea h6 { background-color:#333; padding:10px; font-size:18px; line-height:22px; color:#fff; font-weight:400;  }
#clPopCom .clPopTxt { padding:20px 5px; }
#clPopCom .clPopCbot { background-color:#eee; padding:10px; border-top:1px solid #ddd; }
#clPopCom .clPopCbot .clpClose { display:inline-block; padding:10px 15px; color:#fff; font-size:16px; font-weight:700; text-align:center; background-color:#ccc; border-radius:3px;
transition:all .2s ease-in;
-webkit-transition:all .2s ease-in;
-moz-transition:all .2s ease-in;
-o-transition:all .2s ease-in;
-ms-transition:all .2s ease-in;
-khtml-transition:all .2s ease-in;
}
#clPopCom .clPopCbot .clpClose:hover,
#clPopCom .clPopCbot .clpClose:active { background-color:#ed7f31; }


/* sub contents */
input[name=con1_1_check] + label{
      display: inline-block;
      width: 20px;
      height: 20px;
      background:url(../images/contents/check_off.gif) no-repeat;
      cursor: pointer;
      vertical-align: bottom;
}
input[name=con1_1_check]:checked + label{
     background:url(../images/contents/check_on.gif) no-repeat;
}

input[name=con1_1_check]{
     display:none;
}

.blt582865{border-left: 1px solid #582865; padding-top:10px;}
.con2_5_tri {
      width: 0px;
      height: 0px;
      border-top: 30px solid #e5edf4;
      border-right: 30px solid transparent;
      position: absolute; top:-6px; left: -6px;
    }
.con2_5_tri2 {
  width: 0px;
  height: 0px;
  border-top: 30px solid transparent ;
  border-right: 30px solid #e5edf4;
  position: absolute; bottom:-6px; right: 0px;
}

.con1_1_sec:after { content: ''; display: block; clear: both; height: 0; }
.con1_1_sec .con1_1_secL { float: left; width: 35%; margin-right: 2%; }
.con1_1_sec .con1_1_secR { float: left; width: 63%; }

.con1_1_eng { display: block; transform: rotate(90deg); color: #e28066; font-size: 17px; font-weight: bold; margin-left: 60px; }
.con1_1_eng1 { display: block; transform: rotate(90deg); color: #e28066; font-size: 17px; font-weight: bold; margin-left: 50px; }

.con1_1_slp:after { content: ''; display: block; clear: both; height: 0; }
.con1_1_slp .con1_1_slpL { float: left; width: 23%; }
.con1_1_slp .con1_1_slpR { float: left; width: 77%; }

.con1_2_t1 {width:100%; text-align: center; color: #333; font-size:17px;}
.con1_2_t1 thead td { border:1px solid #333; text-align: center; color: #333; font-size:17px; font-weight: bold;}
.con1_2_t1 tbody th { border:1px solid #333; text-align: center; font-size:17px; font-weight: bold; }
.con1_2_t1 tbody td { border:1px solid #333; text-align: center; color: #333; font-size:17px;}
.bl_none { border-left:none !important; }
.br_none { border-right:none !important; }

.con2_5_sec:after { content:''; clear: both; display: block; }
.con2_5_sec .con2_5_secL { float: left; width: 35%; margin-right: 2%; }
.con2_5_sec .con2_5_secR { float: left; width: 63%; }

.con3_1_story:after { content: ''; display: block; clear: both; height: 0; }
.con3_1_story>li { float: left; }
.con3_1_story .con3_1_storyL { width: 30%; margin-right: 2%; }
.con3_1_story .con3_1_storyC { width: 34%; margin-right: 2%; }
.con3_1_story .con3_1_storyC { width: 32%; }

.con3_1_sec:after { content:''; clear: both; display: block; }
.con3_1_sec .con3_1_secL { float: left; width: 63%; margin-right: 2%; }
.con3_1_sec .con3_1_secR { float: left; width: 35%; }

.con3_4_sec:after { content: ''; display: block; clear: both; height: 0; }
.con3_4_sec .con3_4_secL { float: left; width: 10%; margin-right: 2%;}
.con3_4_sec .con3_4_secR { float: left; width: 88%; }


.con2_5_bg { background: url(../images/contents/con2_5_bg.jpg) top center;}
.con2_6_bg { background: url(../images/contents/con2_6_bg.jpg) top center;}
.con3_3_bg { background: url(../images/contents/con3_3_bg.jpg) top center;}
.con4_3_back { background: url(../images/contents/sub4_3_back.jpg) top center; margin-top: -52px; }
.con4_3_cirback { background: url(../images/contents/sub4_3_cirBack.jpg) top center; }


/*table*/

.sub3_1T1 {width: 100%; margin-top: 10px;}
.sub3_1T1 thead { background-color:#edeeec; }
.sub3_1T1 th { color:#17695c; font-size: 17px; text-align: center; padding-top:5px; padding-bottom: 5px; font-weight: 600; border-top: 1px solid #17695c; border-right: 1px solid #17695c;  border-bottom: 1px solid #17695c;}
.sub3_1T1 tbody,
.sub3_1T1 tfoot { background-color:#fff;}
.sub3_1T1 td { color:#333; font-size: 17px; text-align: center; padding-top:5px; padding-bottom: 5px; border-top: 1px solid #17695c; border-right: 1px solid #17695c;  border-bottom: 1px solid #17695c;}
.sub3_1T1 .brn { border-right: none; }

.sub3_1T2 {width: 100%; margin-top: 10px;}
.sub3_1T2 thead { background-color:#edeeec; }
.sub3_1T2 th { color:#17695c; font-size: 17px; text-align: center; padding-top:5px; padding-bottom: 5px; font-weight: 600; border-top: 1px solid #17695c; border-right: 1px solid #17695c;  border-bottom: 1px solid #17695c;}
.sub3_1T2 tbody,
.sub3_1T2 tfoot { background-color:#fff;}
.sub3_1T2 td { color:#333; font-size: 17px; padding-top:5px; padding-bottom: 5px; border-top: 1px solid #17695c; border-right: 1px solid #17695c;  border-bottom: 1px solid #17695c; padding-left: 20px;}
.sub3_1T2 .brn { border-right: none; }
.sub3_1T2 .con3_1T_Pl { padding-left: 0; }

/* 20220802김성우 */
.f_ct { display: flex; justify-content: center; }
.f_sb { display: flex; justify-content: space-between;}
.f_dc { display: flex; flex-direction: column;}
.f_ac { display: flex; align-items:center;}

/*video*/
.con3_1_video { width: 100%;}
.con3_1_video video{ max-width: 1140px; margin:0 auto;}

/* media query */
@media screen and (max-width:1800px){
  /*sec4*/
  .sec4Slide .sec4SlideBox .sec4dvR dl { padding: 6% 10% 0 8%; }
}

@media screen and (max-width:1500px){
  /*sec4*/
  .sec4Slide .sec4SlideBox .sec4dvR dl dt span { font-size: 14px; line-height: 25px; }
  .sec4Slide .sec4SlideBox .sec4dvR dl dt strong { font-size: 27px; line-height: 35px; }
  .sec4Slide .sec4SlideBox .sec4dvR dl dd p { font-size: 15px; line-height: 23px; }
  .sec4Slide .sec4SlideBox .sec4dvR dl dd a { font-size: 15px; line-height: 20px; padding: 5px 30px; margin-top: 20px; }

  /*sub*/
  .subPaging>li a dl dd,
  .subPaging>li a dl dd span { font-size: 3rem; }
}

@media all and (max-width: 1400px){
  /*header*/
  #header .headerTop a.mainLogo { max-width: 150px; }
  .gnbPCArea { top:610px; }

  /* mainSlide */
  .mainSarea .mstBox { height:650px; }
  .mainSarea .mstbLinkArea div.mstbLink dl dt { font-size: 1.6rem; }
  .mainSarea .mstbLinkArea div.mstbLink dl dd em { font-size:2rem; }
  .mainSarea .mstbLinkArea div.mstbLink dl dd p strong { font-size: 4rem; line-height: 5rem; }
  .mainSarea .mstbLinkArea div.mstbLink dl dd p span { font-size: 2.3rem; line-height: 3rem; }
  .mainSarea .mstbLinkArea div.mstbLink dl dd a { margin-top: 2rem; }
}

@media all and (max-width: 1300px){
 .thumbList_Box .thumb_book li { width: 50%; }
 .thumbList_Box .thumb_book { margin:0; }
}

@media screen and (max-width:1280px){

  .header_fix_wrap .header_fix_icon_mo { display: block; }
  .header_fix_wrap .header_fix_icon { right: -90px; }

  .sec1 { margin-top: 50px; padding-bottom: 50px; }
  .sec1Slide .sec1DvT .sec1DvTR dl,
  .sec1Slide .sec1DvBL dl { margin-top: 25px; }
  .sec1Slide .sec1DvT .sec1DvTR { padding-left: 5%; padding-top: 3%; padding-bottom: 50px; }

  .sec1Slide .sec1DvT .sec1DvTR dl dd a,
  .sec1Slide .sec1DvB .sec1DvBL dl dd a { margin-top: 25px; }
  .sec1Slide .sec1DvT .sec1DvTR dl dd span,
  .sec1Slide .sec1DvB .sec1DvBL dl dd span { font-size: 27px; line-height: 30px; margin-top: 15px; }
  .sec1Slide .sec1DvT .sec1DvTR dl dd em,
  .sec1Slide .sec1DvB .sec1DvBL dl dd em { font-size: 20px; }

  .sec2 .sec2Wrap li a .sec2WrapBox dt { font-size: 22px; line-height: 28px; }
  .sec2 .sec2Wrap li a .sec2WrapBox dd { font-size: 22px; line-height: 31px; }

  .sec3 { margin-top: 70px; padding-bottom: 50px; }

  .sec4Slide .sec4SlideBox .sec4dvR dl { padding: 6% 10% 0 8%; }
  .sec4Slide .sec4SlideBox .sec4dvR dl dt span { font-size: 14px; line-height: 25px; }
  .sec4Slide .sec4SlideBox .sec4dvR dl dt strong { font-size: 20px; line-height: 26px; }
  .sec4Slide .sec4SlideBox .sec4dvR dl dd p { font-size: 14px; line-height: 20px; margin-top: 15px; }
  .sec4Slide .sec4SlideBox .sec4dvR dl dd a { font-size: 13px; line-height: 17px; letter-spacing: 0; }

  #nino-searchForm .nino-searchInput { font-size: 60px; }
}

@media all and (max-width: 1180px){
  .sec1Slide .slick-active .sec1DvT .sec1DvTR dl,
  .sec1Slide .slick-active .sec1DvBL dl { margin-top: 10px; }
  .sec1Slide .sec1DvT .sec1DvTR dl dt,
  .sec1Slide .sec1DvB .sec1DvBL dl dt { font-size: 15px; line-height: 18px; }
  .sec1Slide .sec1DvT .sec1DvTR dl dd span,
  .sec1Slide .sec1DvB .sec1DvBL dl dd span { font-size: 20px; line-height: 24px; margin-top: 10px; }
  .sec1Slide .sec1DvT .sec1DvTR dl dd em,
  .sec1Slide .sec1DvB .sec1DvBL dl dd em { font-size: 16px; }
  .sec1Slide .sec1DvT .sec1DvTR dl dd p,
  .sec1Slide .sec1DvB .sec1DvBL dl dd p { font-size: 14px; line-height: 24px; letter-spacing: -0.6px; margin-top: 10px; }
  .sec1Slide .sec1DvT .sec1DvTR dl dd a,
  .sec1Slide .sec1DvB .sec1DvBL dl dd a { padding: 5px 20px; letter-spacing: 1px;  font-size: 12px; margin-top: 15px; }
  .sec1Slide .sec1DvT .sec1DvTR dl dd a:hover,
  .sec1Slide .sec1DvT .sec1DvTR dl dd a:active,
  .sec1Slide .sec1DvT .sec1DvTR dl dd a:focus,
  .sec1Slide .sec1DvB .sec1DvBL dl dd a:hover,
  .sec1Slide .sec1DvB .sec1DvBL dl dd a:active,
  .sec1Slide .sec1DvB .sec1DvBL dl dd a:focus { padding: 5px 20px; }
}

@media all and (max-width: 1148px){
  /* mainSlide */
  .mainSarea .mstbLinkArea div.mstbLink dl dt { font-size: 1.6rem; }
  .mainSarea .mstbLinkArea div.mstbLink dl dd em { font-size:2rem; }
  .mainSarea .mstbLinkArea div.mstbLink dl dd p strong { font-size: 3.6rem; line-height: 4rem; }
  .mainSarea .mstbLinkArea div.mstbLink dl dd p span { font-size: 2.6rem; line-height: 3.5rem; }

  /*sub*/
  .sub_link ul li a { width: 50px; height: 50px; }
  .sub_link .sns_txt p { width: 50px; height: 50px; font-size: 11px; line-height: 12px; padding-top: 12px; }
}

@media screen and (max-width:1120px){
  /*header gnb */
  #header .headerTop .headInner { padding: 1.2rem 0 1rem; }
  #header .headerTop .lang { top: 28px; right: 30px; }
  #header .headerTop a.mainLogo { height: 45px; padding-bottom: 0; }
  #header .headerTop a.mainLogo em { font-size: 1.1rem; margin-top: 0; }
  #header .headerTop .topSns { top: 20px; }

  .mainSarea .slick-prev,
  .mainSarea .slick-next { bottom: 45%; }
  .mainSarea .slick-dots { right: 105px; bottom: 23px; }
  .mainSlide .autoBtnArea { right: 30px; bottom: 20px; }

  .mainSarea .mstBox.slick-active .mstbLinkArea div.mstbLink { top: 35%; }

  #header .gnbIcon.giM { display: block; width:30px; height:30px; top:17px; left:30px; }
  #header .gnbIcon a ul.bars li { width:30px; }
  #header .gnbIcon a ul.bars li.bar1 { top:7px; left:0px; }
  #header .gnbIcon a ul.bars li.bar2 { top:16px; left:0px; }
  #header .gnbIcon a ul.bars li.bar3 { top:25px; left:0px; }

  #header .gnbIcon a.active ul.bars li.bar1 { top:14px; left:0px;
    transform:rotate(315deg);
    -webkit-transform:rotate(315deg);
    -moz-transform:rotate(315deg);
    -o-transform:rotate(315deg);
    -ms-transform:rotate(315deg);
  }
  #header .gnbIcon a.active ul.bars li.bar2 { top:14px; left:0px;
    transform:rotate(-315deg);
    -webkit-transform:rotate(-315deg);
    -moz-transform:rotate(-315deg);
    -o-transform:rotate(-315deg);
    -ms-transform:rotate(-315deg);
  }
  #header .gnbIcon a.active ul.bars li.bar3 { top:14px; left:0px;
    transform:rotate(315deg);
    -webkit-transform:rotate(315deg);
    -moz-transform:rotate(315deg);
    -o-transform:rotate(315deg);
    -ms-transform:rotate(315deg);
  }

  .siArea { height:20px; width: 20px; }
  .siArea.mo { display: block; top: 25px; }

  #header .headerTop.hFix { position:fixed; background-color: rgba(255,255,255,0.5); padding-bottom: 0;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
  }
  #header .headerTop.hFix:hover { background-color: rgba(255,255,255,1); }

  .gnbPCArea { display:none; }
  .gnbM .dep1Area .dep1a .dep1m .gnbMo_br { display: block; }

  #services { /*padding: 4rem 0;*/ }

  /*listBg*/
  .listPages dl dd h4 { font-size: 18px; }
  .listPages dl dd em { font-size: 16px; margin-top: 0; }

  /*sub*/
  .wrapSub .contents .conInner { padding-bottom: 60px; }

  .subTitle { padding-top: 80px; }

  .subVisual { height: 220px; }
  .subVisual dl { padding: 0 30px; }
  .subVisual dl dt { font-size: 1.3rem; margin-top: 3rem; }
  .subVisual dl dd { font-size: 2rem; margin-top: 0rem; }

  .subPaging>li a dl dd,
  .subPaging>li a dl dd span { font-size: 2.3rem; }

  .con1_1_sec .con1_1_secL,
  .con1_1_sec .con1_1_secR { display: block; width: 100%; margin-right: 0; }

  .con2_5_sec .con2_5_secL,
  .con2_5_sec .con2_5_secR { display: block; width: 100%; margin-right: 0; }

  .con3_1_sec .con3_1_secL,
  .con3_1_sec .con3_1_secR { display: block; width: 100%; margin-right: 0; }

  .con3_4_sec .con3_4_secL,
  .con3_4_sec .con3_4_secR { display: block; width: 100%; margin-right: 0; }
}

@media screen and (max-width:1080px){
  .sec4Slide .sec4SlideBox .sec4dvL,
  .sec4Slide .sec4SlideBox .sec4dvR { display: block; width: 100%; }
  .sec4Slide .sec4SlideBox .sec4dvR dl { padding: 20px 30px 60px; text-align: center; }
  .sec4Slide .sec4SlideBox .sec4dvR dl dd p { text-align: center; }
  .sec4Slide .slick-prev,
  .sec4Slide .slick-next { bottom: 3px; width: 35px; height: 35px; }
  .sec4Slide .slick-prev { background-image: url(../images/main/btn_msLeftC_m.png); right: 0; left: auto; right: 40px; }
  .sec4Slide .slick-next { background-image: url(../images/main/btn_msRightC_m.png); }
}

@media all and (max-width: 1000px){
  /*search*/
  #nino-searchForm .search_iconw { bottom: 10px; }
  #nino-searchForm .nino-searchInput { font-size: 45px; }

  /*topSns*/
  .topSnsWrap.sicM { position:absolute; top:8px; right:10px; z-index:3000; }
  .topSnsWrap.sicM .snsNav { display:block; width:35px; height:32px; }
  .topSnsWrap.sicM .snsIcon { display:none; position:absolute; right:0; min-width:210px; margin-top:5px; border:1px solid #ddd; border-radius:5px; background:url('../images/common/bg_navSub.png'); }
  .topSnsWrap.sicM ul { }
  .topSnsWrap.sicM ul li { float:none; margin:0; }
  .topSnsWrap.sicM ul li a { display:block; padding:10px; border-radius:5px; }
  .topSnsWrap.sicM ul li a:hover, .topSnsWrap ul li a:active { background-color:#fffea9; }
  .topSnsWrap.sicM ul li span { display:inline-block; vertical-align:top; }
  .topSnsWrap.sicM ul li em { font-weight:800; margin-left:5px; display:inline-block; vertical-align:top; font-size:16px; color:#333; line-height:29px; text-indent:0; }

  /*sec3*/
  .sec3Slide .sec3Dv dl dt span { font-size: 12px; line-height: 12px; }
  .sec3Slide .sec3Dv dl dt strong { font-size: 18px; line-height: 23px; }
  .sec3Slide .sec3Dv dl dd p { font-size: 14px; line-height: 20px; }
  .sec3Slide .sec3Dv dl .sec3Btn { font-size: 13px; line-height: 16px; padding: 5px 22px; }
  .sec3Slide .sec3Dv dl .sec3Btn:hover,
  .sec3Slide .sec3Dv dl .sec3Btn:focus,
  .sec3Slide .sec3Dv dl .sec3Btn:active { padding: 5px 30px; }

  /*sub*/
  .subTitle { padding-top: 50px; }
  .subT2 { text-align: center; }
  .subT2>li { display: block; width: 100%; }
  .subT2>li.subT2R { margin-top: 50px; }
  .subT2>li.subT2R em { text-align: justify; }
  .subT2>li.subT2L { border-left:none; padding-left: 0; }

  .con4_3_line { margin-left: auto;  margin-right: auto; }

}

@media screen and (max-width:940px){
  .mainSarea .mstBox { background-attachment: local; background-size: cover; }
}

@media all and (max-width: 910px){
  /*mainSlide*/
  .mainSarea .mstbLinkArea div.mstbLink dl dt { font-size: 1.6rem; }
  .mainSarea .mstbLinkArea div.mstbLink dl dd em { font-size:1.5rem; }
  .mainSarea .mstbLinkArea div.mstbLink dl dd p strong { font-size: 3.2rem; line-height: 3.8rem; }
  .mainSarea .mstbLinkArea div.mstbLink dl dd p span { font-size: 2rem; line-height: 2.8rem; }
  .mainSarea .mstbLinkArea div.mstbLink dl dd a { font-size: 1.2rem; padding: 0.7rem 4rem; }

  .mainSarea a.slick-prev,
  .mainSarea a.slick-next { width:35px; height:35px; }
  .mainSarea a.slick-prev { background-image:url('../images/main/btn_msLeft_m.png'); }
  .mainSarea a.slick-next { background-image:url('../images/main/btn_msRight_m.png'); }

  /*thumbList*/
  .thumbList .tlLink { width:50%;
    transform:rotateY(360deg);
    -webkit-transform:rotateY(360deg);
    -moz-transform:rotateY(360deg);
    -o-transform:rotateY(360deg);
    -ms-transform:rotateY(360deg);
  }
}

@media all and (max-width: 890px){
  /* sec1 */
  .sec1 { background: #fff; }
  .sec1 .sec1Inner { max-width: 700px; }
  .sec1Slide .slick-dots {  }
  .sec1Slide .sec1DvT .sec1DvTL,
  .sec1Slide .sec1DvT .sec1DvTR { display: block; width: 100%; }
  .sec1Slide .sec1DvT .sec1DvTR { margin-top: 0; text-align: center; padding-left: 0; }
  .sec1Slide .sec1DvT .sec1DvTR dl dd p,
  .sec1Slide .sec1DvB .sec1DvBL dl dd p { text-align: center; }
  .sec1Slide .sec1DvT .sec1DvTR dl { margin-top: 10px; }

  .sec2 .sec2Wrap li a .sec2WrapBox dt { font-size: 17px; line-height: 23px; font-weight: 500; }
  .sec2 .sec2Wrap li a .sec2WrapBox dt span { font-size: 17px; line-height: 23px; font-weight: 500; }
  .sec2 .sec2Wrap li a .sec2WrapBox dd { font-size: 17px; line-height: 25px; bottom: 50px; font-weight: 500; }
  .sec2 .sec2Wrap li a:hover .sec2WrapBox,
  .sec2 .sec2Wrap li a:focus .sec2WrapBox,
  .sec2 .sec2Wrap li a:active .sec2WrapBox { background-color: rgba(245, 208, 70, 0.58); }

  /*footer*/
  #footer { padding: 3rem 0; }
  #footer ul .footL,
  #footer ul .footR { width: 100%; display: block; padding: 10px; }
  #footer ul .footL h3 a { margin-left: auto; margin-right: auto; }
  #footer ul .footL address { text-align: center; }
  #footer ul .footR { margin-top: 1rem; }
  #footer ul .footR li.sns { max-width: 178px; margin-left: auto; margin-right: auto; }
  #footer ul .footR li.sns a.snsLast { margin-right: 0px; }
  #footer ul .footR li.pre,
  #footer ul .footR li.newsletter { text-align: center; }
}

@media all and (max-width: 850px) {
  /*sub*/
  .subPaging>li a dl dd,
  .subPaging>li a dl dd span { font-size: 2rem; }
}

@media all and (max-width: 800px) {
 .con4_3_back { background: url(../images/contents/sub4_3_back.jpg) top center; margin-top: -30px; }
}

@media all and (max-width: 740px){
  /*gnb */
  #header .headerTop .topSns { width: 81px; top: 16px; right: 13px; }
  /*#header .headerTop .topSns>li { width: 25px; height: 25px; }
  #header .headerTop .topSns>li a { width: 25px; height: 25px; background-size: 100%; }*/
  #header .headerTop .topSns>li.topSns1,
  #header .headerTop .topSns>li.topSns4,
  #header .headerTop .topSns>li.topSns5 { width: 25px; height: 35px; }
  #header .headerTop .topSns>li.topSns1 a { background:url(../images/common/bot_icon_facebook_m.png) no-repeat; }
  /*#header .headerTop .topSns>li.topSns2 a { background:url(../images/common/bot_icon_naver_m.png) no-repeat; }
  #header .headerTop .topSns>li.topSns3 a { background:url(../images/common/bot_icon_post_m.png) no-repeat; }*/
  #header .headerTop .topSns>li.topSns4 a { background:url(../images/common/bot_icon_youtube_m.png) no-repeat; }
  #header .headerTop .topSns>li.topSns5 a { background:url(../images/common/bot_icon_insta_m.png) no-repeat; }
  /*#header .headerTop .topSns>li.topSns6 a { background:url(../images/common/bot_icon_nTV_m.png) no-repeat; }
  #header .headerTop .topSns>li.topSns7 a { background:url(../images/common/bot_icon_twitter_m.png) no-repeat; }*/
  #header .headerTop .topSns>li.topEng a { background:url(../images/common/bot_icon_eng.png) no-repeat;}
  #header .headerTop .topSns>li.topSns1,
  #header .headerTop .topSns>li.topSns4,
  #header .headerTop .topSns>li.topSns5,
  #header .headerTop .topSns>li.topEng { margin-left: 1.5px; }

  #header .headerTop .topSnsWrap { position: absolute; top:15px; right: 10px; }
  #header .headerTop .topSnsWrap .snsNav { display:block; width:35px; height:29px; }
  #header .headerTop .topSnsWrap .topSns { display:none; position:absolute; right:0; margin-top:20px; border:1px solid #ddd; border-radius:5px; padding-top: 3px; padding-bottom: 3px; background:url(../images/common/bg_navSub.png); }

  #header .gnbIcon.giM { width:28px; height:30px; top:12px; left:15px; }
  #header .gnbIcon a ul.bars { width: 25px; }
  #header .gnbIcon a ul.bars li { width: 25px; }
  #header .gnbIcon a ul.bars li.bar1 { top:7px; left:0px; }
  #header .gnbIcon a ul.bars li.bar2 { top:15px; left:0px; }
  #header .gnbIcon a ul.bars li.bar3 { top:23px; left:0px; }

  .header_fix_wrap { top: 180px; }

  .siArea.mo { left: 50px; top: 19px; width: 19px; height: 19px; }
  .siArea.mo a { width: 19px; }

  .gnbM .dep1Area { padding: 60px 20px 30px 20px; }

  /*header*/
  #header .headerTop .headInner { padding:0.5rem; }
  #header .headerTop a.mainLogo { height: 40px; margin-top: 3px; }

  /* mainSlide */
  .mainSarea .mstBox { height:430px; }
  .mainSarea .mstBox:hover,
  .mainSarea .mstBox:focus,
  .mainSarea .mstBox:active { outline: none; }
  .mainSarea .mstbLinkArea div.mstbLink dl dt { font-size: 1.4rem; margin-bottom: 1rem; }
  .mainSarea .mstbLinkArea div.mstbLink dl dd em { font-size:1.2rem; }
  .mainSarea .mstbLinkArea div.mstbLink dl dd p strong { font-size: 2.8rem; line-height: 3.3rem; }
  .mainSarea .mstbLinkArea div.mstbLink dl dd p span { font-size: 1.7rem; line-height: 2.5rem; }
  .mainSarea .mstbLinkArea div.mstbLink dl dd a { font-size: 1.1rem; padding: 5px 26px; text-align: center; }
  .mainSarea .mstbLinkArea div.mstbLink dl dt span { margin-top: 7px; }
  .mainSarea .mstbLinkArea div.mstbLink dl dd a { margin-top: 1.2rem; }

  .mainSarea .slick-dots { bottom: 10px; right: 75px; }
  .mainSarea .slick-prev,
  .mainSarea .slick-next { width: 35px; height: 35px; bottom: 0px; }
  .mainSarea .slick-prev { background-image: url(../images/main/btn_msLeft_m.png); margin-left: 10px; }
  .mainSarea .slick-next { background-image: url(../images/main/btn_msRight_m.png); left: 0; right: auto; margin-left: 50px; }
  .mainSlide .autoBtnArea { bottom:10px; right:10px; }
  .autoBtnArea .autoBtn { width:25px; height:25px; }

  #nino-searchForm .nino-searchInput { font-size:34px; letter-spacing: -2px; }
  #nino-searchForm .search_iconw { bottom: 5px; }
  #nino-searchForm .search_icon { width: 25px; height: 25px; }

  #services { /*padding: 3rem 0;*/ }

  .thumbList_Box .thumbYear span { font-size: 35px; }


  /*sec2*/
  .sec2 .sec2Wrap li { width: 50%; }


  /*listPg*/
  .listPg .lettIcon li a { font-size: 1.5rem; }
  .listPages dl dd h4 { font-size: 16px; line-height: 25px; margin-top: 10px; }
  .listPages dl dd em { font-size: 14px; line-height: 22px; }
  .listPages dd a { font-size: 13px; padding: 8px 15px; margin-top: 5px; }

  /*sub*/
  .subTitle { padding-top: 35px; }
  .wrapSub .contents .conInner { padding-bottom: 40px; }

  .subVisual { height: 120px; }
  .subVisual dl dt { font-size: 1rem; margin-top: 2rem; }
  .subVisual dl dd { font-size: 1.2rem; }

  .subPaging>li a dl dd { top:30%; }
  .subPaging>li a dl dd,
  .subPaging>li a dl dd span { font-size: 1.8rem; }
}

@media screen and (max-width:680px){
  .sec2 .sec2Wrap li a .sec2WrapBox dt { font-size: 13px; line-height: 17px; }
  .sec2 .sec2Wrap li a .sec2WrapBox dt span { font-size:13px; line-height: 17px; }
  .sec2 .sec2Wrap li a .sec2WrapBox dd { font-size: 13px; line-height: 17px; }
  /*services*/
  #services>ul li a { height: 125px; }
  #services>ul li a>span { font-size: 1.2rem; font-weight: 400; margin-top: 90px; }

  /*footer*/
  #footer ul .footL .foot_copy span { font-size: 1.1rem; }

  /*sub*/
  .subPaging>li a dl dd { top: 28%; }

  .wToon li.wToon01,
  .wToon li.wToon02,
  .wToon li.wToon03,
  .wToon li.wToon04,
  .wToon li.wToon05,
  .wToon li.wToon06,
  .wToon li.wToon07,
  .wToon li.wToon08,
  .wToon li.wToon09
  { width:100%; text-align:center; }

  .con1_1_slp .con1_1_slpL,
  .con1_1_slp .con1_1_slpR { display: block; width: 100%; }

  .mBr { display: none; }
}

@media screen and (max-width:625px){
  /* sub */
  .subPaging>li a dl dd,
  .subPaging>li a dl dd span { font-size: 1.6rem; }
}

@media screen and (max-width:600px){
  #services { /*padding: 2rem 0;*/ }

  /*listBg*/
  .listPages li { float: left; width: 49%; margin-top: 30px; }
  .listPages li.pgL { margin-right: 2%; }
  .listPages li.pgCl { margin-right: 0; }
  .listPages li.pgCr { margin-right: 2%; margin-top: 30px; }
  .listPages li.pgR { margin-top: 30px; }

  /*phototype*/
  .photo2Type2>li { width:100%; }
  .photo2Type2>li.pt2L { margin-right:0; }
  .photo2Type2>li.pt2R { margin-left:0; }

  .photo2Type3>li { width:100%; }
  .photo2Type3>li.pt2L { margin-right:0; }
  .photo2Type3>li.pt2R { margin-left:0; }

  .photo2Type4>li { width:100%; }
  .photo2Type4>li.pt2L { margin-right:0;  width:100%;}
  .photo2Type4>li.pt2R { margin-left:0;  width:100%;}

  .photo3Type1>li { width:100%; }
  .photo3Type1>li.pt3L { margin-right:0; }
  .photo3Type1>li.pt3R { margin-left:0; }

  .photo3Type2>li { width:100%; }
  .photo3Type2>li.pt3L { margin-right:0; }
  .photo3Type2>li.pt3R { margin-left:0; }

  .blt582865{border-left: none; border-top: 1px solid #582865; padding-left:0;}
}

@media all and (max-width: 560px){
  #header .headerTop a.mainLogo { height: 53px; }
  #header .headerTop a.mainLogo em.logoTopImg { width: 60px; margin-top: 7px; }
  #header .headerTop a.mainLogo em.bookNum { width: 40px; height: 40px; background-image: url(../images/common/bg_ltNum_m2.png); }
  #header .headerTop a.mainLogo em.bookNum span { font-size: 9px; line-height: 10px; margin-top: 8px; }

  #header .headerTop .topSnsWrap { top: 10px; }

  #header .gnbIcon.giM { top: 9px; }
  .siArea.mo { top: 16px; }
  #header .headerTop .topSns { top: 13px; }
  #nino-searchForm .nino-searchInput { font-size: 21px; }

  /*mainSlide*/
  .mainSarea .mstBox { height:380px; }
  .mainSarea .mstBox.slick-active .mstbLinkArea div.mstbLink { top: 40%; }
  .mainSarea .mstbLinkArea div.mstbLink { left: 8%; }
  .mainSarea .mstbLinkArea div.mstbLink dl dt { font-size: 1rem; letter-spacing: 0; margin-bottom: 1rem; }
  .mainSarea .mstbLinkArea div.mstbLink dl dt span { margin-top: 10px; }
  .mainSarea .mstbLinkArea div.mstbLink dl dd em { font-size:1rem; }
  .mainSarea .mstbLinkArea div.mstbLink dl dd p strong { font-size: 1.6rem; line-height: 2rem; margin-top: 0; margin-right: 2px; }
  .mainSarea .mstbLinkArea div.mstbLink dl dd p span { font-size: 1.3rem; line-height: 2rem; margin-right: 2px; }

  #header .headerTop .topEng { top: 9px; right: 45px; padding-right: 5px; }
  #header .headerTop .topEng a { font-size: 9px; line-height: 11px; padding: 3px; }

  /*thumbList*/
  .thumbList .tlLink { width:100%;
    transform:rotateY(0deg);
    -webkit-transform:rotateY(0deg);
    -moz-transform:rotateY(0deg);
    -o-transform:rotateY(0deg);
    -ms-transform:rotateY(0deg);
  }

  /*sub*/
  .thumbList_Box .thumbYear span { font-size: 30px; }

  .wrapSub .contents .conInner { padding-bottom: 20px; }

  .cont3_5_6List>li{
    float: inherit;
    width: 100%;
  }
}

@media all and (max-width: 540px){
  .secEve { padding-top: 30px; }
  .secEve .secEveDv li .secEveIcon { padding: 35px; }
  .secEve .secEveDv li .secEveBtn { font-size: 15px; line-height: 18px; }

  #services { padding: 0; }

  /*sub*/
  .sub_link .url_print { position: absolute; top: 0; left: 0; }
  .sub_link .sub_sns { position: absolute; top: 0; right: 0; }

  .subPaging>li a dl dd { top: 27%; }
  .subPaging>li a dl dd,
  .subPaging>li a dl dd span { font-size: 1.3rem; }
}

@media screen and (max-width:460px){
  #nino-searchForm .nino-searchInput { font-size: 20px; letter-spacing: -1px; }
  #nino-searchForm .search_icon { width: 20px; height: 20px; }
  #nino-searchForm .search_iconw { right: 10%; bottom: 0px; }

  /*sub*/
  .sub_link ul li a { width: 35px; height: 35px; }
  .sub_link .sns_txt p { width: 35px; height: 35px; font-size: 10px; line-height: 11px; padding-top: 5px; }

  .subPaging>li a dl dd,
  .subPaging>li a dl dd span { font-size: 1.4rem; }
}

@media all and (max-width: 420px){
  #nino-searchForm .nino-searchInput { font-size: 20px; }

  /*sub*/
 .thumbList_Box .thumb_book li { width: 100%; }
 .thumbList_Box .thumbYear span { font-size: 45px; }
}

/* 221219 심준용 */
.photo2Type5 { overflow:hidden; }
.photo2Type5:after { display:block; content:""; clear:both; height:0; }
.photo2Type5>li { float:left; }
.photo2Type5>li.pt2L { width:31%;margin-right:0.5%; }
.photo2Type5>li.pt2R { width:68%;margin-left:0.5%; }

@media screen and (max-width:600px){
    .photo2Type4>li.pt2R { margin-left:0;  width:100%; margin-top:10px;}/*모바일에서 아래 이미지에 margin-top:10px; 추가*/
    .photo2Type5>li { width:100%; }
    .photo2Type5>li.pt2L { margin-right:0;  width:100%;}
    .photo2Type5>li.pt2R { margin-left:0;  width:100%; margin-top:10px;}
}

/* 2024.01.02 - IR PLUS */
figure.imgWrap { position: relative; }
figure.imgWrap img { position: relative; width: 100%; height: auto; }
figure figcaption { position: relative; margin-top: 6px; font-size: 15px; font-family: 'S-CoreDream', sans-serif; }
.imgCol { position: relative; display: block; width: 100%; margin-top: 6px; font-size: 15px; font-family: 'S-CoreDream', sans-serif; }

.flexBx2n1 { position: relative; }
.flexBx2n1 .wrap { position: relative; display: flex; flex-flow: row wrap; gap: 10px 20px; }
.flexBx2n1 .wrap > .bx { position: relative; width: calc(50% - 20px / 2); box-sizing: border-box; /* border: 1px solid red; */ }

.flexBx3n1 { position: relative; }
.flexBx3n1 .wrap { position: relative; display: flex; flex-flow: row wrap; gap: 10px 20px; }
.flexBx3n1 .wrap > .bx { position: relative; width: calc(33.3333% - 40px / 3); box-sizing: border-box; }
@media screen and (max-width:599px){
    .flexBx2n1 .wrap > .bx { width: 100%; }
    .flexBx3n1 .wrap > .bx { width: 100%; }
}
/* content 2024 */
/* common */
.endingPart { position: relative; padding: 0; padding-bottom: 10px; margin-top: 80px; /* border-left: 1px solid #0093a3; border-right: 1px solid #0093a3; */ }
.endingPart h5 { margin-top: 0; padding-top: 20px; color: #0093a3; border-top: 10px solid #0093a3; }
.endingPart p { color: #0093a3; }
.quotation { position: relative; margin: 50px auto; text-align: center; }
.quotation img { position: relative; max-width: 50px; }
.quotation p { position: relative; margin: 26px auto; font-weight: 500; color: #0093a3; line-height: 1.5; }
@media screen and (max-width:599px){
    .quotation img { max-width: 40px; }
    .quotation p { font-size: 16px; }
}
.linkBtn { position: relative; display: flex; justify-content: center; align-items: center; text-align: center; }
.linkBtn a { position: relative; display: inline-block; padding: 10px 30px; font-size: 16px; font-weight: 500; border-radius: 5px; border: 2px solid #999; }
.footnote { position: relative; margin-top: 20px; }
.footnote > li { position: relative; font-size: 14px; font-weight: 300; color: #333; line-height: 1.4;  }




/* content 2024 winter Only */
/* issue */
#container #issue .flexBx { border: 1px solid red; }
/* insight */
#container #insight .imgWrap.mt80 { position: relative; text-align: center; }
#container #insight .imgWrap.mt80 img { max-width: 200px; }
@media all and (max-width: 480px){
    #container #insight .imgWrap.mt80 img { max-width: 120px; }
}
/* outside */
#container #outside h5 { line-height: 1.4; }
@media all and (max-width: 480px){
    #container #outside .subTitle em br { display: none; }
}
/* inside */
#container #inside h5 { line-height: 1.4; }
#container #inside .endingPart { border-left: 1px solid #cc6563; border-right: 1px solid #cc6563; }
#container #inside .endingPart h5 { color: #cc6563; border-top: 10px solid #cc6563; }
#container #inside .endingPart p { color: #cc6563; }
#container #inside figcaption { position: relative; margin-left: -4px; margin-top: -4px; font-size: 50px; color: #52c3f1; font-weight: 200; line-height: 1.2; }
#container #inside sup { display: inline-block; color: #000; font-weight: 700; }
#container #inside dl { position: relative; padding-left: 20px; margin-top: 20px; }
#container #inside dl dt { position: absolute; top: 2px; left: 0; font-size: 14px; font-weight: 700; }
#container #inside dl dd { font-size: 14px; line-height: 1.7; }
@media screen and (max-width:1280px){
    #container #inside figcaption { font-size: 46px; }
}
@media screen and (max-width:1024px){
    #container #inside figcaption { font-size: 40px; }
}
@media screen and (max-width:768px){
    #container #inside figcaption { font-size: 36px; }
}
@media screen and (max-width:599px){
    #container #inside figcaption { font-size: 32px; }
}
/* Laboratory */
#container #laboratory h5 { line-height: 1.4; }
#container #laboratory h4.mt40 { position: relative; display: inline; color: #ee7700; background-image: linear-gradient(#ee7700, #ee7700); background-size: 100% 4px; background-repeat: no-repeat; background-position: 0 98%; }
#container #laboratory h4.fs26.fw700 { position: relative; display: inline; color: #ee7700; background-image: linear-gradient(#ee7700, #ee7700); background-size: 100% 4px; background-repeat: no-repeat; background-position: 0 98%; }
/* Infra */
#container #infra h5 { line-height: 1.4; }
#container #infra .quotation p { color: #d87631; }
#container #infra .subTitle h4 span em { color: #a37753; font-size: inherit; font-family: inherit; font-weight: inherit; line-height: inherit; }
#container #infra sup { display: inline-block; color: #000; font-weight: 700; }
#container #infra dl { position: relative; padding-left: 20px; margin-top: 20px; }
#container #infra dl dt { position: absolute; top: 2px; left: 0; font-size: 14px; font-weight: 700; }
#container #infra dl dd { font-size: 14px; line-height: 1.7; }
/* startup */
#container #startup h5 { line-height: 1.4; }
#container #startup .quotation p { color: #0068b7; }
/* people01 */
#container #people01 h5 { line-height: 1.4; }
#container #people01 .floatA { float: left; margin-right: 50px; margin-bottom: 20px; }
#container #people01 .floatA img { max-width: 200px; }
#container #people01 .quotation p { color: #385494; }
@media screen and (max-width:768px){
    #container #people01 .floatA { margin-right: 30px; margin-bottom: 20px; }
}
@media screen and (max-width:599px){
    #container #people01 .floatA img { max-width: 160px; }
}
@media screen and (max-width:480px){
    #container #people01 .floatA { float: none; margin-right: 0; margin-bottom: 0; text-align: center; }
    #container #people01 .floatA img { max-width: 250px; }
}
/* people01 */
#container #people02 .quotation p { color: #0068b7; }
#container #people02 sup { display: inline-block; color: #000; font-weight: 700; }
#container #people02 dl { position: relative; padding-left: 20px; margin-top: 20px; }
#container #people02 dl dt { position: absolute; top: 2px; left: 0; font-size: 14px; font-weight: 700; }
#container #people02 dl dd { font-size: 14px; line-height: 1.7; }
/* festa */
#container #festa h4.lh35 span { line-height: 1.4; }
#container #festa h5 { line-height: 1.4; }
#container #festa .flexBx2n1 h4 { padding: 15px 20px; margin-bottom: 20px; text-align: center; text-decoration: underline; background-color: #f6f6f6; border-radius: 5px; }
#container #festa .flexBx2n1 .wrap { gap: 50px 20px; }
#container #festa .flexBx2n1 .wrap dl dt { padding: 5px 20px; margin-bottom: 15px; text-align: center; border: 1px solid #000; box-shadow: 5px 5px 0 #000; }
#container #festa .bg { margin-bottom: 15px; line-height: 1.6; }
#container #festa .bg span { display: inline-block; padding: 0 20px; background-color: #000; color: #fff; line-height: 1.4; }
#container #festa .inBx { position: relative; padding: 26px; border: 2px solid #0068b7; border-radius: 20px; }
#container #festa .inBx h4 { text-align: center; }
#container #festa .inBx h4 span { color: #0068b7; }
#container #festa .inBx em { text-align: center; }
#container #festa .inBx .flexBx3n2 { position: relative; display: flex; flex-flow: row wrap; gap: 40px 20px; }
#container #festa .inBx .flexBx3n2 .bx { position: relative; width: calc(33.3333% - 40px / 3); }
#container #festa .inBx .flexBx3n2 .bx h5 { margin-bottom: 6px; text-align: center; font-weight: 500; color: #fff; background-color: #28a8d1; line-height: 1.8; border-radius: 10px; }
#container #festa .inBx .flexBx3n2 .bx h6 { margin-bottom: 3px; text-align: center; font-weight: 700; }
#container #festa .inBx .flexBx3n2 .bx p { text-align: center; }
#container #festa .inBx .flexBx3n2 .bx p strong { position: relative; display: inline-block; margin-right: 10px; font-weight: 700; font-size: inherit; color: inherit; line-height: inherit; font-family: inherit; }
#container #festa .inBx .flexBx3n2 .bx p strong::before { position: absolute; content: ""; right: -5px; top: 50%; transform: translateY(-50%); width: 1px; height: 12px; background-color: #000; }
@media all and (max-width: 768px){
    #container #festa .inBx .flexBx3n2 .bx { width: calc(50% - 20px / 2); }
}
@media all and (max-width: 400px){
    #container #festa .inBx .flexBx3n2 .bx { width: 100%; }
}
/* closeup */
/* stadium */
#container #stadium dl { position: relative; margin-top: 20px; }
#container #stadium dl dt { font-size: 16px; font-weight: 700; }
#container #stadium dl dd { font-size: 16px; line-height: 1.7; }
/* together */
#container #together h4.lh35 span { line-height: 1.4; }
/* AdmissionQna */
#container #AdmissionQna h4.lh35 span { line-height: 1.4; }
#container #AdmissionQna .inTit { position: relative; margin-bottom: 10px; font-size: 24px; font-weight: 600; color: #34B3BB; }
#container #AdmissionQna .tableWrap { position: relative; }
#container #AdmissionQna table { position: relative; margin-bottom: 10px; }
#container #AdmissionQna table tr th { background-color: #2A274C; color: #34B3BB; border-right: 1px solid #fff; }
#container #AdmissionQna table tr th:last-child { border-right: 1px solid transparent; }
#container #AdmissionQna table tr td { border-top: 1px solid #000; border-right: 1px solid #000; }
#container #AdmissionQna table tr td:last-child { border-right: 1px solid transparent; }
#container #AdmissionQna table.table01 colgroup .no01 { width: auto; }
#container #AdmissionQna table.table01 colgroup .no02 { width: auto; }
#container #AdmissionQna table.table01 colgroup .no03 { width: auto; }
#container #AdmissionQna table.table01 colgroup .no04 { width: auto; }
#container #AdmissionQna table.table01 colgroup .no05 { width: auto; }
#container #AdmissionQna table.table01 colgroup .no06 { width: auto; }
#container #AdmissionQna table.table01 tr td { text-align: center; }
#container #AdmissionQna table.table01 tfoot tr td { font-weight: 600; color: #000; background-color: #34B3BB; }
#container #AdmissionQna table.table02 colgroup .no01 { width: 10%; }
#container #AdmissionQna table.table02 colgroup .no02 { width: 15%; }
#container #AdmissionQna table.table02 colgroup .no03 { width: 20%; }
#container #AdmissionQna table.table02 colgroup .no04 { width: auto; }
#container #AdmissionQna table.table02 tr td:nth-last-child(4),
#container #AdmissionQna table.table02 tr td:nth-last-child(3),
#container #AdmissionQna table.table02 tr td:nth-last-child(2) { text-align: center; }
#container #AdmissionQna ul li { position: relative; padding-left: 20px; font-size: 15px; font-weight: 400; color: #666; line-height: 1.6; }
#container #AdmissionQna ul.bill li:before { position: absolute; content: "※"; left: 0; font-size: inherit; font-weight: inherit; line-height: inherit; }
#container #AdmissionQna ul.dash li:before { position: absolute; content: "-"; left: 0; font-size: inherit; font-weight: inherit; line-height: inherit; }
#container #AdmissionQna .flexBx3n1 .wrap { gap: 0; }
#container #AdmissionQna .flexBx3n1 .wrap .bx { padding: 20px; width: 33.3333%; border: 4px solid #34B3BB; border-radius: 10px; }
#container #AdmissionQna .flexBx3n1 .wrap .bx .imgWrap { margin-bottom: 10px; text-align: right; border-bottom: 1px solid #34B3BB; }
#container #AdmissionQna .flexBx3n1 .wrap .bx .imgWrap img { max-width: 150px; }
#container #AdmissionQna .flexBx3n1 .wrap .bx h5.fs18 { margin-bottom: 20px; font-weight: 400; color: #34B3BB; }
#container #AdmissionQna .flexBx3n1 .wrap .bx h5.fs18 strong { font-size: inherit; font-weight: 600; color: #34B3BB; }
#container #AdmissionQna .flexBx3n1 .wrap .bx h6 { position: relative; display: flex; flex-flow: row nowrap; align-items: center; margin-bottom: 10px; padding: 8px 5px; font-size: 18px; font-weight: 500; color: #34B3BB; background-color: #2A274C; border-radius: 20px; }
#container #AdmissionQna .flexBx3n1 .wrap .bx h6 span { position: relative; display: flex; justify-content: center; align-items: center; margin-right: 10px; width: 24px; height: 24px; border-radius: 50%; border: 5px solid #34B3BB; background-color: #fff; color: #34B3BB; font-size: 14px; font-weight: 500; }
#container #AdmissionQna .flexBx3n1 .wrap .bx p + h6 { margin-top: 30px; }
#container #AdmissionQna .flexBx3n1 .wrap .bx p { font-size: 16px; font-weight: 400; line-height: 1.5; }
#container #AdmissionQna .flexBx3n1 .wrap .bx p span { position: relative; display: flex; justify-content: center; align-items: center; margin-right: 8px; float: left; width: 30px; height: 30px; border-radius: 50%; border: 6px solid #34B3BB; font-size: 17px; font-weight: 500; color: #34B3BB; background-color: #fff; }
@media screen and (max-width:768px){
    #container #AdmissionQna .tableWrap { overflow: hidden; overflow-x: auto; }
    #container #AdmissionQna .tableWrap table { width: 768px; }
    #container #AdmissionQna .flexBx3n1 .wrap { gap: 30px 0; }
    #container #AdmissionQna .flexBx3n1 .wrap .bx { width: 100%; }
}
/* gift */
#container #gift .flexBx2n1 .wrap { gap: 40px 20px; }
/* donation */
#container #donation h4.lh35 span { line-height: 1.4; }
#container #iphak .conInner { position: relative; }
#container #iphak .conInner .title { position: relative; padding: 4px 10px; font-size: 22px; font-weight: 700; color: #fff; background-color: #2354A5; }
#container #iphak .conInner .title span { position: absolute; left: 0; top: 0; transform: translateY(-80%); font-size: 40px; font-weight: 500; color: #2354A5; }
#container #iphak .conInner .title span strong { font-size: 100px; font-weight: 500; color: #2354A5; line-height: 1; }
#container #iphak .conInner .title + ul { position: relative; }
#container #iphak .conInner .title + ul li { position: relative; padding-left: 80px; }
#container #iphak .conInner .title + ul li span { position: absolute; left: 0; display: inline-block; padding-left: 10px; color: #fff; font-weight: 700; background-color: #2354A5; width: 70px; font-size: inherit; box-sizing: border-box; }
#container #iphak .conInner .interViewBx { position: relative; }
#container #iphak .conInner .interViewBx h4 { position: relative; font-size: 20px; font-weight: 400; }
#container #iphak .conInner .interViewBx h4 strong { position: relative; font-size: 22px; font-weight: 600; }
#container #iphak .conInner .interViewBx .inBxWrap { position: relative; display: flex; flex-flow: row nowrap; align-items: flex-start; }
#container #iphak .conInner .interViewBx .inBxWrap .bx.oneThird { width: 40% }
#container #iphak .conInner .interViewBx .inBxWrap .bx { position: relative; width: 60%; height: 100%; overflow: hidden; }
#container #iphak .conInner .interViewBx .inBxWrap .bx figure { position: relative; display: block; width: 100%; height: 100%; text-align: center; }
#container #iphak .conInner .interViewBx .inBxWrap .bx figure img { width: 100%; max-width: 340px; vertical-align: top; }
#container #iphak .conInner .interViewBx .inBxWrap .bx p { position: relative;  }
#container #iphak .conInner .interViewBx .inBxWrap .bx p span { position: relative; display: inline-block; font-size: inherit; font-weight: 600; padding: 2px 20px 2px 3px; margin-right: 10px; background-color: #F47A68; color: #fff; line-height: 1; }
@media all and (max-width: 768px){
    #container #iphak .conInner .interViewBx .inBxWrap { flex-flow: row wrap; gap: 30px; }
    #container #iphak .conInner .interViewBx .inBxWrap .bx.oneThird { width: 100% }
    #container #iphak .conInner .interViewBx .inBxWrap .bx { width: 100%; }
    #container #iphak .conInner .interViewBx.no2 .inBxWrap .bx.oneThird { order: 1; }
    #container #iphak .conInner .interViewBx.no2 .inBxWrap .bx { order: 10; }
}
@media all and (max-width: 480px){
    #container #iphak .conInner .title span { position: absolute; left: 0; top: 0; transform: translateY(-80%); font-size: 30px; }
    #container #iphak .conInner .title span strong { font-size: 80px; }
    #container #iphak .conInner .interViewBx h4 strong { display: block; }
}
#container #attention .conInner .bxWrap { position: relative; display: flex; flex-flow: row nowrap; gap: 30px; }
#container #attention .conInner .bxWrap .left { position: relative; width: 250px; font-size: 20px; font-weight: 600; text-align: left; word-break: keep-all; }
#container #attention .conInner .bxWrap .left span { display: block; color: #6ABEC6; font-weight: 900; font-size: 1.3em; letter-spacing: -1.5px; }
#container #attention .conInner .bxWrap .right { position: relative; width: calc(100% - 280px); }
#container #attention .conInner strong { font-weight: 500; font-size: inherit; line-height: inherit; color: inherit; letter-spacing: inherit; }
#container #attention .conInner small { font-size: 0.8em; }
#container table { width: 100%; table-layout: fixed; border-spacing: 0; border-collapse: collapse; border-top: 1px solid #333; border-bottom: 1px solid #333; }
#container table tr th,
#container table tr td { position: relative; padding: 7px 5px; font-size: 15px; font-weight: 400; line-height: 1.6; }
#container table thead tr th { font-weight: 600; }
#container #attention table { border-color: #6ABEC6; }
#container #attention table thead tr th { color: #fff; background-color: #6ABEC6; border-right: 1px solid #fff; }
#container #attention table thead tr th:last-child { border-right: 0px solid #fff; }
#container #attention table tbody tr td { text-align: center; border-right: 1px solid #6ABEC6; }
#container #attention table tbody tr th { background-color: #FEF7E9; }
#container #attention table tbody tr td:last-child { border-right: 0px solid #6ABEC6; }
#container #attention table.table03 .no1 { width: auto; }
#container #attention table.table03 .no2 { width: auto; }
#container #attention table.table03 .no3 { width: auto; }
#container #attention table.table03 .no4 { width: auto; }
#container #attention table.table03 .no5 { width: 36%; }
#container #attention table.table03 thead tr { border-bottom: 1px solid #fff; }
#container #attention table.table03 tbody tr { border-bottom: 1px solid #6ABEC6; }
#container #attention .num { position: relative; }
#container #attention .num li { position: relative; padding-left: 22px; }
#container #attention .num li::before { position: absolute; content: ''; top: 0; left: 0; font-size: inherit; color: inherit; line-height: inherit; }
#container #attention .num li:nth-child(1)::before { content: '1)'; }
#container #attention .num li:nth-child(2)::before { content: '2)'; }
#container #attention .num li:nth-child(3)::before { content: '3)'; }
#container #attention .num li:nth-child(4)::before { content: '4)'; }
#container #attention .dash li { position: relative; padding-left: 18px; }
#container #attention .dash li::before { position: absolute; content: '-'; top: 0; left: 0; font-size: inherit; color: inherit; line-height: inherit; }
@media all and (max-width: 1023px){
    #container #attention .conInner .bxWrap { flex-flow: row wrap; gap: 10px; }
    #container #attention .conInner .bxWrap .left { width: 100%; }
    #container #attention .conInner .bxWrap .right { width: 100%; }
}
@media all and (max-width: 768px){
    #container #attention .conInner .tableWrap { position: relative; overflow: hidden; overflow-x: auto; }
    #container #attention .conInner .tableWrap table { width: 768px; }
    #container table tr th,
    #container table tr td { font-size: 14px; }
}
#container #nowunist .conWrap h3 { position: relative; margin-bottom: 20px; text-align: center; background: linear-gradient(#000, #000); background-repeat: no-repeat; background-size: 100% 1px; background-position: 100% 50%; overflow: hidden; }
#container #nowunist .conWrap h3 span { position: relative; display: inline-block; font-size: 26px; font-weight: 700; background-color: #000; color: #fff; text-align: center; width: 50px; height: 50px; line-height: 50px; letter-spacing: -2px; border-radius: 50%; }
@media screen and (max-width:599px){
    #container #nowunist .conWrap h3 { margin-bottom: 10px; }
    #container #nowunist .conWrap h3 span { font-size: 22px; width: 40px; height: 40px; line-height: 40px; }
}
#container #donation .conWrap h3 { position: relative; }
#container #donation .conWrap h3 span { position: relative; display: inline-block; margin-right: 10px; font-size: inherit; font-weight: inherit; }
#container #donation .conWrap2 h3 { position: relative; font-size: 20px; font-weight: 500; }
#container #donation .conWrap2 h4 { position: relative; font-size: 19px; font-weight: 500; }