@charset "utf-8";

/******** Common ********/
#wrap { width:100%; min-width:320px; margin:0 auto; overflow:hidden; background-color:  #fff; color: #4B5053; }
#skipnavi li a {  display:block; font-size:16px; width:100%; position:absolute; top:-10000px; left:0; text-align:center; z-index:999999; line-height:1; letter-spacing:0; }
#skipnavi li a:focus { position:absolute; top:0; left:0; font-weight:bold; color:#fff; background:#272727; padding:20px 0; line-height:1; }
.mo-hidden { display: block; }
.pc-hidden { display: none; }
/******** layout ********/
.default-wrap { position: relative; width:100%; max-width:1192px; margin-left:auto; margin-right:auto; }
#headerWrap { position: fixed; width:100%; top:0; left:0; height: 120px; background-color:#fff; z-index:3; }
#headerWrap #utilWrap { position: relative; width: 100%; height: 38px; background-color: #4B5053; }
#headerWrap #utilWrap .util { float: right; }
#headerWrap #utilWrap .util .lang { float: left; margin-right: 12px; }
#headerWrap #utilWrap .util .lang li { float: left; }
#headerWrap #utilWrap .util .lang li a { display: block; line-height: 38px; font-size: 14px; color: #D5DADC; font-weight: 600; padding: 0px 12px; }
#headerWrap #utilWrap .util .lang li.active a { color: #00E1CA; }
#headerWrap #utilWrap .util .global { float: left; background-color: rgba(0, 0, 0, 0.3); padding: 0px 12px; }
#headerWrap #utilWrap .util .global li { float: left; }
#headerWrap #utilWrap .util .global li a { display: block; line-height: 38px; font-size: 14px; color: #D5DADC; font-weight: 600; padding: 0px 12px; }
#headerWrap #gnbWrap { position: relative; height: 82px; background-color: #fff; }
#headerWrap #gnbWrap::after { position: absolute; content: ''; width: 100%; height: 4px; left: 0px; bottom: -4px; background-image: linear-gradient(180deg, #000000 0%, rgba(0,0,0,0.5) 100%); opacity: .1; }
#headerWrap #gnbWrap h1 { float: left; height: 82px; }
#headerWrap #gnbWrap h1 a { position: relative; display: block; width: 250px; height: 100%; background-image: url(../../images/common/img_logo.png); background-repeat: no-repeat; background-position: left center; background-size: 250px auto; }
#headerWrap #gnbWrap .gnb { position: relative; float: right; margin-right: 112px; }
#headerWrap #gnbWrap .gnb > ul { overflow: hidden; }
#headerWrap #gnbWrap .gnb > ul > li { float: left; }
#headerWrap #gnbWrap .gnb > ul > li > a { display: block; height: 78px; line-height: 78px; padding: 0px 20px; font-size: 18px; font-weight: 600; color: #353535; font-family:"Lato", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", sans-serif; text-transform: uppercase; }
#headerWrap #gnbWrap .gnb > ul > li > a:hover,#headerWrap #gnbWrap .gnb > ul > li > a:focus,#headerWrap #gnbWrap .gnb > ul > li.active > a ,#headerWrap #gnbWrap .gnb > ul > li > a.active { color: #29758B; }
#headerWrap #gnbWrap .gnb > ul > li > ul { overflow: hidden; display: none; position: absolute; background-color: #F6F7F7; min-width: 358px; padding: 32px; border-bottom: 1px solid #6D6D6D; z-index: 2; margin-top: -8px; }
/* #headerWrap #gnbWrap .gnb > ul > li > ul::before { position: absolute; content: ''; width: 100%; height: 4px; left: 0px; top: 0px; background-image: linear-gradient(180deg, #000000 0%, rgba(0,0,0,0.5) 100%); opacity: .05; } */
#headerWrap #gnbWrap .gnb > ul > li.active > ul { display: block; }
#headerWrap #gnbWrap .gnb > ul > li > ul > li + li { margin-top: 12px; }
#headerWrap #gnbWrap .gnb > ul > li > ul > li  > a { font-size: 16px; color: #6D6D6D; font-family:"Lato", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", sans-serif; font-weight: 400; }
#headerWrap #gnbWrap .gnb > ul > li > ul > li  > a.active,#headerWrap #gnbWrap .gnb > ul > li > ul > li  > a:hover,#headerWrap #gnbWrap .gnb > ul > li > ul > li  > a:focus { color: #353535; font-weight: 900; }
#headerWrap #gnbWrap .util { position: absolute; right: 0px; }
#headerWrap #gnbWrap .util .search-wrap { position: absolute; top: 24px; right: 48px;}
#headerWrap #gnbWrap .util .btn-search { float: left; opacity: 1; }
#headerWrap #gnbWrap .util .btn-search.active { opacity: 0; }
#headerWrap #gnbWrap .util .btn-gnb { position: absolute; right: 0px; top: 23px; width:33px; height:32px; opacity: 1; }
#headerWrap #gnbWrap .util .btn-gnb.active { opacity: 0; }
#headerWrap #gnbWrap .util .btn-gnb,
#headerWrap #gnbWrap .util .btn-gnb span { transition:all .1s; }
#headerWrap #gnbWrap .util .btn-gnb span { position:absolute; left:0; width:100%; height:2px; background-color:#353535; border-radius:2px; }
#headerWrap #gnbWrap .util .btn-gnb span:nth-of-type(1) { top:5px; }
#headerWrap #gnbWrap .util .btn-gnb span:nth-of-type(2) { top:15px; }
#headerWrap #gnbWrap .util .btn-gnb span:nth-of-type(3) { bottom:5px; }
#headerSearchWrap { display: none; overflow: hidden; position: fixed; left: 0px; top: 120px; width: 100%; height: 0vh;  padding-top: 0px; transition: all .2s; z-index: 3;  }
#headerSearchWrap::before { position: fixed; content: ''; width: 100%; height: 0; left: 0px; top: 0px; background-color: rgba(0, 0, 0, 0.5); }
#headerSearchWrap.active  { display: block; height: 228px; transition: all .2s;  }
#headerSearchWrap.active::before { position: fixed; content: ''; width: 100%; height: calc(100% - 120px); left: 0px; top: 120px; background-color: rgba(0, 0, 0, 0.5); }
#headerSearchWrap > .cover { position: absolute; overflow: hidden; width: 100%; height: 100%; background-color: #4B5053; }
#headerSearchWrap > div > .default-wrap > ul.nav { overflow: hidden; padding: 40px 0px 56px; width: 50%; float: left; }
#headerSearchWrap > div > .default-wrap > ul.nav > li { overflow: hidden; position: relative; padding-top: 10px; float: left; margin-left: 60px; margin-right: 60px; }
#headerSearchWrap > div > .default-wrap > ul.nav > li::before { position: absolute; content: ''; left: 0px; top: 0px; width:40px; height: 4px; background-color: #29758B; }
#headerSearchWrap > div > .default-wrap > ul.nav > li > a { position: relative; width: 130px; font-size: 22px; font-weight: 600; color: #fff; margin-right: 60px; font-family:"Lato", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", sans-serif; text-transform: uppercase; }
#headerSearchWrap > div > .default-wrap > ul.nav > li > ul { overflow: hidden; margin-top: 16px; }
#headerSearchWrap > div > .default-wrap > ul.nav > li > ul > li { float: left; }
#headerSearchWrap > div > .default-wrap > ul.nav > li > ul > li:nth-child(2n+1) { width: 257px; }
#headerSearchWrap > div > .default-wrap > ul.nav > li > ul > li:nth-child(2n) { margin-left: 40px; }
#headerSearchWrap > div > .default-wrap > ul.nav > li > ul > li:nth-child(n+3) { margin-top: 12px; }
#headerSearchWrap > div > .default-wrap > ul.nav > li > ul > li > a { font-size: 16px; color: #fff; line-height: 1; }
#headerSearchWrap > div > .default-wrap > .input-wrap { position: relative; width: 50%; max-width: 440px; float: right; padding: 40px 0px 56px;  }
#headerSearchWrap > div > .default-wrap > .input-wrap input { width: 100%; padding-right: 70px; padding-left: 24px; height: 72px; line-height: 60px; border: 6px solid #9CA3A6; font-size: 22px; color: #6D6D6D; letter-spacing: 1px; }
#headerSearchWrap > div > .default-wrap > .input-wrap button { position: absolute; top: 20px; right: 24px; }
#headerSearchWrap .btn-search-clone { position: fixed; width:32px; height:32px; left: calc(50% + 515px); top: 61px; opacity: 0; transform: scale(0); }
#headerSearchWrap .btn-search-clone span { position: absolute; left: 0; width: 100%; height: 2px; background-color: #353535; border-radius: 2px;   }
#headerSearchWrap .btn-search-clone span:nth-of-type(1) { top: 6px; transform: translateY(9px) rotate(45deg); }
#headerSearchWrap .btn-search-clone span:nth-of-type(2) { opacity: 0; }
#headerSearchWrap .btn-search-clone span:nth-of-type(3) { bottom: 6px; transform: translateY(-9px) rotate(-45deg); }
#headerSearchWrap.active .btn-search-clone { opacity: 1; transform: scale(1); }
#sitemapWrap { display: none; overflow: hidden; position: fixed; left: 0px; top: 120px; width: 100%; height: 0vh;  padding-top: 0px; transition: all .2s; z-index: 3;  }
#sitemapWrap::before { position: fixed; content: ''; width: 100%; height: 0; left: 0px; top: 0px; background-color: rgba(0, 0, 0, 0.5); }
#sitemapWrap.active  { display: block; height: 554px; transition: all .2s;  }
#sitemapWrap.active::before { position: fixed; content: ''; width: 100%; height: calc(100% - 120px); left: 0px; top: 120px; background-color: rgba(0, 0, 0, 0.5); }
#sitemapWrap > .cover { position: absolute; overflow: hidden; width: 100%; height: 100%; background-color: #4B5053; }
#sitemapWrap > div > .default-wrap .lang,#sitemapWrap > div > .default-wrap .global { display: none; }
#sitemapWrap > div > .default-wrap > ul.nav { overflow: hidden; padding: 40px 0px 56px; }
#sitemapWrap > div > .default-wrap > ul.nav > li { overflow: hidden;position: relative;padding-top: 10px;float: left;margin-left: 40px;margin-right: 40px; }
#sitemapWrap > div > .default-wrap > ul.nav > li:nth-child(3n+1) { width: 283px; }
#sitemapWrap > div > .default-wrap > ul.nav > li:nth-child(3n+2) { width: 384px; }
#sitemapWrap > div > .default-wrap > ul.nav > li:nth-child(3n+3) { width: 285px; }
#sitemapWrap > div > .default-wrap > ul.nav > li:nth-child(n+4) { margin-top: 64px; }
#sitemapWrap > div > .default-wrap > ul.nav > li::before { position: absolute; content: ''; left: 0px; top: 0px; width:40px; height: 4px; background-color: #29758B; }
#sitemapWrap > div > .default-wrap > ul.nav > li:last-child::before { display: none; }
#sitemapWrap > div > .default-wrap > ul.nav > li > a { position: relative; width: 130px; font-size: 22px; font-weight: 600; color: #fff; margin-right: 60px; font-family:"Lato", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", sans-serif; text-transform: uppercase; }
#sitemapWrap > div > .default-wrap > ul.nav > li > ul { overflow: hidden; margin-top: 16px; }
#sitemapWrap > div > .default-wrap > ul.nav > li > ul > li { line-height: 1; }
#sitemapWrap > div > .default-wrap > ul.nav > li > ul > li + li {  margin-top: 12px; }
#sitemapWrap > div > .default-wrap > ul.nav > li > ul > li > a { font-size: 16px; color: #fff; line-height: 1; }
#sitemapWrap > div > .default-wrap > ul.nav > li > ul.sns > li > a { font-size: 14px; line-height: 32px; }
#sitemapWrap > div > .default-wrap > ul.nav > li > ul.sns > li > a .icon { vertical-align: middle; }
#sitemapWrap > div > .default-wrap > ul.nav > li > ul.sns > li > a .txt { margin-left: 12px; }
#sitemapWrap .btn-gnb-clone { position: fixed; width:32px; height:32px; left: calc(50% + 562px); top: 61px; opacity: 0; transform: scale(0); }
#sitemapWrap .btn-gnb-clone span { position: absolute; left: 0; width: 100%; height: 2px; background-color: #353535; border-radius: 2px;   }
#sitemapWrap .btn-gnb-clone span:nth-of-type(1) { top: 6px; transform: translateY(9px) rotate(45deg); }
#sitemapWrap .btn-gnb-clone span:nth-of-type(2) { opacity: 0; }
#sitemapWrap .btn-gnb-clone span:nth-of-type(3) { bottom: 6px; transform: translateY(-9px) rotate(-45deg); }
#sitemapWrap.active .btn-gnb-clone { opacity: 1; transform: scale(1); }
#heroWrap { position: relative; width: 100%;height: 150px; margin-top: 120px; }
#heroWrap .bg { position: absolute; top: 0px; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; z-index: 2; background-image: url(../../images/page/bg_default.jpg); background-size: cover; }
#heroWrap > span { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; z-index: 2; text-transform: uppercase; }
#heroWrap::before { position: absolute; content: ''; width: 50%; height: 100%; left: -800px; top: 0px; background-color: #3C3C3C; z-index: 1; }
#heroWrap::after { position: absolute; content: ''; width: 50%; height: 100%; right: -800px; top: 0px; background-color: #0D4777; z-index: 1; }
#contentsWrap { position: relative; padding-bottom: 200px; }
#contentsWrap .contents { position: relative; transition: all .3s; opacity: 0; }
#contentsWrap .contents.visible { position: relative; transition: all .3s; opacity: 1; }
#contentsWrap .breadcrumb { overflow: hidden; position: relative; margin-top: 16px; }
#contentsWrap .breadcrumb > div { float: left; font-size: 14px; color: #6D6D6D; letter-spacing: 0; }
#contentsWrap .breadcrumb > div.home { padding-left: 22px; background-repeat: no-repeat; background-position: left center; background-image: url(../../images/common/icon_home.svg); }
#contentsWrap .breadcrumb > div .current { padding-left: 24px; background-repeat: no-repeat; background-position: left 4px center; background-image: url(../../images/common/icon_breadcrumb_arrow.svg); }
#contentsWrap .contents .default-wrap h2 { text-align: center; }
#quickWrap { position: fixed; width: 72px; height: auto; left: 50%; margin-left: 627px; bottom: 0px; z-index: 4; transition: all .2s; }
#quickWrap .btn { float: left; width: 72px; height: 72px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12); border: 0px; border-radius: 100%; background-repeat: no-repeat; background-position: center; overflow: inherit; }
#quickWrap .btn.new::after { content: ''; position: absolute; right: 0; top: 0; width: 18px; height: 18px; border-radius: 50%; background: #FF266A; border: 3px solid #FFFFFF; box-sizing: border-box; }
#quickWrap .btn + .btn { margin-top: 8px; }
.main #quickWrap .btn.newsletter, .main #quickWrap .btn.issue, .main #quickWrap .issue-wrap { display: block; }
#quickWrap .btn.issue { display: none; background-color: #27B4CA; background-image: url(../../images/common/icon_issue.svg); }
#quickWrap .btn.issue:hover { background-color: #139AAF; }
#quickWrap .btn.newsletter { display: none; background-color: #00C2AE; position: relative; margin-top:8px; }
#quickWrap .btn.newsletter::before { content: ''; position: absolute; left: 50%; top: 38%; transform: translateX(-50%); width: 36px; height: 26px; background: url('../../images/common/icon_newsletter.svg')no-repeat center; background-size: cover; }
#quickWrap .btn.newsletter::after { content: ''; position: absolute; left: 50%; top: 10px; transform: translateX(-50%); width: 20px; height: 22px; background: url('../../images/common/icon_newsletter02.svg')no-repeat center; background-size: cover; -webkit-transition:background-image 0.2s cubic-bezier(0.75,0.1,0.25,1);
    transition:background-image 0.2s cubic-bezier(0.75,0.1,0.25,1);
animation-name:flyingStart;
animation-duration:1.2s;
animation-iteration-count:infinite;
animation-timing-function:ease-out; }
#quickWrap .btn.newsletter:hover { background-color: #00A8A2; }

@keyframes flyingStart{
	0% {top:10px}
	50%{top:14px}
	100%{top:10px}
}
#quickWrap .btn.top { background-color: #9CA3A6; background-image: url(../../images/common/icon_top.svg); }


#quickWrap .issue { position: relative; text-align: left; }
#quickWrap .issue-wrap.active { height: auto; }
#quickWrap .issue-wrap { display: none; position: absolute; overflow: hidden; height: 0; right: 0px; bottom: calc( 100% + 7px); width: 288px; }
#quickWrap .issue-wrap .issue-slider-w { background-color: #F6F7F7; border: 1px solid #D5DADC; box-shadow: 0 2px 5px 0 rgba(0,0,0,0.12); padding: 16px 16px 32px; margin-bottom: 10px; }
#quickWrap .issue-wrap .issue-slider-w::after { content: ''; width: 16px; height: 11px; position: absolute; bottom: -11px; right: 27px; background: url('../../images/common/icon_quick_deco.svg')no-repeat center; }
#quickWrap .issue-wrap .issue-slider-w p { color: #353535 !important; font-weight: 900; }
#quickWrap .issue-wrap .issue-slider-w img { width: 100%; }
#quickWrap .issue-wrap .issue-slider-w a { display: block; width: 44px; background: #29758B; border-radius: 12px; color: #FFFFFF; letter-spacing: 0; line-height: 23px; padding: 0 12px; font-size: 16px; }
#quickWrap .issue-wrap .custom-controls-wrap { position: absolute; overflow: hidden; right: 16px; bottom: 27px; }
#quickWrap .issue-wrap .issue-slider-w .item { display: block !important; }


#footerWrap .relation-wrap { overflow: hidden; padding: 32px 0px; background-color: #0B0B0B; }    
#footerWrap .relation-wrap ul { position: relative; text-align:center; display: inline-block; overflow-x: auto; overflow-y: hidden; width: 100%; display: flex; display: -webkit-flex; width: 100%; margin: auto; z-index: 2; }
#footerWrap .relation-wrap ul li { position:relative; display:inline-block; width: 200px; flex-shrink: 0; -webkit-flex-shrink: 0; float: left; }
#footerWrap .relation-wrap ul li + li { margin-left: 32px; }
#footerWrap .relation-wrap ul li a { display: block; font-size: 14px; font-weight: 600; color: #fff; text-align: center; }
#footerWrap .relation-wrap ul li a > span { position: relative; display: inline-block; height: 60px; padding-left: 67px; }
#footerWrap .relation-wrap ul li a > span > span { float: left; text-align: left; }
#footerWrap .relation-wrap ul li a > span > span:first-child { position: absolute; left: 0px; top: 50%; transform: translateY(-50%); }
#footerWrap .relation-wrap ul li a > span > span + span { padding: 11px 0px; }
#footerWrap .footer-wrap { width: 100%; background-color: #1F1F20; color: #C9C9C9; font-size: 13px; padding: 32px 0px 72px; }
#footerWrap .footer-wrap p + p { margin-top: 8px; }
#footerWrap .footer-wrap a { color: #C9C9C9; font-size: 13px; }

/* accessibility */
.footer-wrap .default-wrap:after { content:""; display:block; clear:both; }
.footer-wrap .default-wrap .address { float:left; margin-bottom:24px; }
.footer-wrap .default-wrap .accessibility { float:right; }

/******** layerpopup ********/
.layerpop-wrap { overflow-x: hidden; overflow-y: auto; position:fixed; width:100%; height:100%; background:rgba(0, 0, 0, 0.7); left:0px; top:0px; z-index: 99999; display:none; }
.layerpop-wrap .layerpop { position:fixed; overflow: hidden; width: 100%; max-width: 900px; top:50%; left:50%; transform: translate(-50%, -50%); }
.layerpop-wrap .layerpop.relative { position: relative; overflow: hidden; width: 100%; max-width: 900px; top:auto; left:auto; transform: inherit; margin: 20px auto; }
.layerpop-wrap .layerpop .layer-body { padding: 40px; background-color: #fff; }
.layerpop-wrap .layerpop .btn.close { position: absolute; right: 4px; top: 4px; padding: 0px; border: 0px; height: 32px; background-color: transparent; }
.layerpop-wrap .layerpop .btn-wrap > span { display: inline-block; }
.layerpop-wrap .layerpop .btn-wrap > span > .btn { float: left; }
.layerpop-wrap .layerpop .btn-wrap > span > .btn + .btn { margin-left: 8px; }
.custom-alert { position:fixed; text-align:left;  z-index:99999; background-color:#222D3A; box-shadow:0 4px 8px 0 rgba(0,0,0,0.50); width:88%; max-width: 366px;  padding: 24px; }
.custom-alert .title { font-size:20px; font-weight:400; color:#fff; margin-bottom:8px; line-height:26px; }
.custom-alert .message { font-size:14px; color:#A2A9BB; line-height:20px; word-break:keep-all; }
.custom-alert .btn-wrap { margin-top: 32px; text-align: right; }
.custom-alert .btn-wrap .btn { width:auto !important; height: 26px; min-width: auto; margin:0px; font-size:16px; font-weight: normal; line-height: 1; color: #fff; padding: 0px 12px; background-color: transparent; }


/******** tabs ********/
.tab-wrap.type1 { position:relative; overflow: hidden; width:100%; text-align: center; max-height: 49px; }
.tab-wrap.type1::after { position: absolute; content: ''; width: 100%; height: 4px; left: 0px; bottom: 0px; background-color: #E8E8E8; z-index: 1; }
.tab-wrap.type1 ul { position: relative; text-align:center; display: inline-block; overflow: hidden; margin: auto; z-index: 2; }
.tab-wrap.type1 li { position:relative; display:inline-block; flex-shrink: 0; -webkit-flex-shrink: 0; float: left; min-width: 64px; margin: 0px 20px; }
.tab-wrap.type1 li > a,.tab-wrap.type1 li > button { display:block; position:relative; height:48px; line-height:28px; font-size:22px; font-weight:600; color:#6D6D6D; font-family:"Lato", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", sans-serif; }
.tab-wrap.type1 li a::after,.tab-wrap.type1 li button::after { position:absolute; content:""; height:4px; background-color:#E8E8E8; width:100%; left: 0; bottom: 0px; }
.tab-wrap.type1 li.active a,.tab-wrap.type1 li.active button { color:#29758B; }
.tab-wrap.type1 li.active a::after,.tab-wrap.type1 li.active button::after { background-color:#29758B; }
.tab-wrap.type2 { position:relative; overflow: hidden; width:100%; text-align: center; max-height: 36px; border-bottom: 1px solid #626F7B; }
.tab-wrap.type2 li { background-color: #F6F7F7; }
.tab-wrap.type2 li.active { background-color: #626F7B; }
.tab-wrap.type2 li a,.tab-wrap.type2 li button { display: inline-block; width: 100%; color: #6D6D6D; line-height: 36px !important; }
.tab-wrap.type2 li.active a,.tab-wrap.type2 li.active button {  color: #fff; }
.tab-contents { position: relative; display: none; }
.tab-contents.active { display: block; }



/******** font ********/
[class*="title"] { font-family:"Lato", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", sans-serif; color: #121212; }
.title64 { font-size: 64px !important; font-weight: 900; letter-spacing: 0.5px; line-height: 77px !important; }
.title56 { font-size: 56px !important; font-weight: 900; letter-spacing: 0.5px; line-height: 67px !important; }
.title40 { font-size: 40px !important; font-weight: 900; letter-spacing: 0.5px; line-height: 48px !important; }
.title32 { font-size: 32px !important; font-weight: 900; letter-spacing: 0.5px; line-height: 39px !important; }
.title28 { font-size: 28px !important; font-weight: 900; letter-spacing: 0.5px; line-height: 32px !important; }
.title22 { font-size: 22px !important; font-weight: 900; letter-spacing: 0.5px; line-height: 28px !important; }
.title16 { font-size: 16px !important; font-weight: 900; letter-spacing: 0.5px; line-height: 20px !important; }

.font18 { font-size: 18px !important; letter-spacing: 0px; line-height: 28px !important; }
.font16 { font-size: 16px !important; letter-spacing: 0px; line-height: 19px !important; color: #6D6D6D !important; }
.font14 { font-size: 14px !important; letter-spacing: 0px; line-height: 16px !important; color: #6D6D6D !important; }
.thin { font-weight:300 !important; }
.normal { font-weight:400 !important; }
.bold { font-weight:600 !important; }
.extra-bold { font-weight: 800 !important; }
.underline { text-decoration:underline; }
.lato { font-family:"Lato", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", sans-serif; font-weight: 900; }

/******** color ********/
.color-121212 { color:#121212 !important; }
.color-353535 { color:#353535 !important; }
.color-6D6D6D { color: #6D6D6D !important; }
.color-115999 { color: #115999 !important; }
.color-ffffff { color: #ffffff !important; }
.color-29758B { color: #29758B !important; }
.color-9CA3A6 { color: #9CA3A6 !important; }


/******** background ********/
.bg-090A0F { background-color:#090A0F !important; }
.bg-9CA3A6 { background-color: #9CA3A6 !important; }
.bg-353535 { background-color: #353535 !important; }
.bg-D5DADC { background-color: #D5DADC !important; }


/******** btn ********/
.btn { position: relative; text-align:center; font-size: 16px; font-weight:600; color: #6D6D6D; background-color: #fff; height: 40px; line-height: 38px; padding: 0px 16px; transition: all .5s; border: 1px solid #6D6D6D; }
.btn > .icon { vertical-align: middle; }
.btn > .txt { margin-left: 8px; }
/*btn-size*/

/*btn-type*/
.btn.type1 { width: 100%; max-width: 340px; height: 56px; line-height: 56px; border: 0; background-color: #353535; font-size: 18px; color: #fff; text-align: left; }
.btn.type2 { width: 100%; max-width: 340px; height: 56px; line-height: 56px; border: 0; background-color: #29758B; font-size: 18px; color: #fff; text-align: left; }
.btn.type2::before { position: absolute; content: ''; width: 47px; right: 0px; top:0px; border-bottom: 56px solid #39987D !important; border-left: 48px solid transparent !important; border-right: 0px solid transparent !important; }
.btn.icon-only { width: 40px; height: 40px; line-height: 40px; padding: 0px; background-color: #626F7B; text-align: center; border: 0px; }
.btn.round { width: 40px; height: 40px; border-radius: 40px; line-height: 40px; padding: 0px; background-color: #626F7B; text-align: center; }
/*btn-display*/
.btn.block { display: block; width: 100%; }
/*icon*/
.icon { position: relative; width: 32px; height: 32px; padding: 0px; }
.icon.sm { position: relative; width: 24px; height: 24px; padding: 0px; }
.icon.xs { position: relative; width: 16px; height: 16px; padding: 0px; }


/******** switch ********/
.switch-item { position: relative; }
.switch { display: none; }
.switch + .switch-btn { background-color: #151C26; border-radius: 8px; margin: 4px 0px; transition: all .4s ease; outline: 0; display: block; width: 48px; height: 16px; position: relative; cursor: pointer;
    -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.switch + .switch-btn:after { left: 0px; border-radius: 50%; background-color: #354252; transition: all .2s ease; }
.switch + .switch-btn:after, .switch + .switch-btn:before { position: absolute; display: block; content: ""; width: 24px; height: 24px; top: -4px; }
.switch:checked + .switch-btn { background-color: #768090; }
.switch:checked + .switch-btn:after { background-color: #DBE1E8; left: 50%; }

/******** data Entry ********/
.form-wrap { position:relative; }
.input-item { position: relative; }
.input-item input { width:100%; height:40px; line-height:38px; padding:0px 16px; letter-spacing:-1px; font-size: 18px; color: #4B5053; border: 2px solid #F2F2F2; background-color: #F2F2F2; }
.input-item input:focus{ color: #4B5053; border: 2px solid #115999; }
.input-item input::placeholder { color: #4B5053; }
.input-item input:disabled,.input-item input:read-only{ color: #9CA3A6; }


.textarea-item textarea { overflow-y:auto; line-height:38px; padding:0px 16px; letter-spacing:-1px; font-size: 18px; color: #4B5053; border: 2px solid #E9E9E9; background-color: #F2F2F2; }
.textarea-item textarea::placeholder { color: #768090; }
.textarea-item textarea:focus{ color: #4B5053; border: 2px solid #115999; }
.textarea-item textarea::placeholder { color: #9CA3A6; }
.textarea-item textarea:disabled,.input-item input:read-only{ color: #9CA3A6; }
.select-item select::placeholder { color: #768090; }
.checkbox-item.all input[type="checkbox"]:checked + label:before { border: 1px solid #4B5053; background-color: #4B5053; }
.checkbox-item.all input[type="checkbox"]:checked+label:after { border-color: #fff; }

.select-item.lg select { height: 52px; line-height: 52px; padding-right: 34px; }
.select-item.line-b { overflow:hidden; position:relative; display:inline-block; width:100%; z-index:1; line-height:1; vertical-align:middle; }
.select-item.line-b select { position:relative; z-index:2; width:100%; background-color: transparent; background-image: url(../../../../../images/nrimch/kr/common/icon_select_arrow_b.svg); background-repeat: no-repeat; background-position: right 9px center; color: #000; letter-spacing:0;  border: 2px solid #000; border-width: 0px 0px 2px 0px; }
.select-item.line-w  { overflow:hidden; position:relative; display:inline-block; width:100%; z-index:1; line-height:1; vertical-align:middle; }
.select-item.line-w select { position:relative; z-index:2; width:100%; background-color: transparent; background-image: url(../../../../../images/nrimch/kr/common/icon_select_arrow_w.svg); background-repeat: no-repeat; background-position: right 9px center; color: #fff; letter-spacing:0; border: 2px solid #fff; border-width: 0px 0px 2px 0px; }
.select-item.line-w select option{ /* Firefox 18- */
	background-color: rgba(0, 0, 0, 0.4);
 }
/******** data Display ********/
/* table */
.table.type1 { color: #666666;}
.table.type1 tr th { height: 50px; font-size: 14px; font-weight: 600; color: #666666; background-color: #F6F6F6; padding:0; border-top: 0; border-left: 1px solid #E9E9E9; }
.table.type1 tr th:first-child { border-left: 0; }
.table.type1 tr td { padding:11px 2px; text-align:center; padding: 16px 16px; height: 60px; font-weight: 400; color: #666666; background-color: #fff; border: none; border-bottom: 1px solid #E9E9E9; border-left: 1px solid #E9E9E9; word-break: break-all; }
.table.type1 tr td.black { color: #222222; }
.table.type1 tr td:first-child { border-left: 0; }

.table.type2 { color: #666666;}
.table.type2 thead tr th { height:50px ; font-size:16px; font-weight:600; background-color: #F6F6F6; }
.table.type2 tbody tr th { height: 50px; font-size: 16px; font-weight: 600; color: #666666; padding:0; border: 1px solid #E9E9E9; }
.table.type2 tbody dl { margin-top:10px; }
.table.type2 tbody dd { margin-top:4px; }
.table.type2 tr th:first-child { border-top:0; border-left: 0; }
.table.type2 tr td { padding:11px 2px; text-align:left; padding: 16px 16px; height: 60px; font-size:16px; font-weight: 400; color: #666666; background-color: #fff; border: none; border-bottom: 1px solid #E9E9E9; border-left: 1px solid #E9E9E9; word-break: break-all; }
.table.type2 tr .black, .table.type2 tr .black { color: #222222; font-weight:600; }
.table.type2 tr td:first-child { border-left: 0; }
.table.type2 .sub.type1 { font-size:14px; color:#29758B; font-weight:600px !important; }
.table.type2 .sub.type2 { font-size:14px; color:#6D6D6D; }


/* accordion */
.accordion-wrap { position: relative; }
.accordion-item { position: relative; cursor: pointer;}
.accordion-item .handle { position: relative; padding: 22px 56px 22px 16px; border-bottom: 1px solid #E9E9E9; }
.accordion-item .handle::before { position: absolute; content: ''; width: 16px; height: 2px; left: 50%; top: 50%; transform: translate(-50%, -50%);  background-color: #000; }
.accordion-item .handle::after { position: absolute; content: ''; width: 16px; height: 2px; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(90deg);  background-color: #000; transition: all .2s; }
.accordion-item.active .handle::after { transform: translate(-50%, -50%) rotate(0deg); }
.accordion-item .accordion-con { overflow: hidden; display: none; padding: 32px 56px; background-color: #F6F6F6; }
/* .accordion-item.active .accordion-con { display: block; } */
.accordion-wrap .none { text-align: center; padding-top: 22px; padding-bottom: 22px; border-bottom: 1px solid #E9E9E9; }


/******** bullet ********/
.bull { position:relative; padding-left:8px; color:#4B5053; }
.bull:before { position:absolute; left:0px; top:12px; content:""; background:#4B5053; width:4px; height:4px; border-radius:3px; }
.bull.type2 { position:relative; padding-left:8px; color:#6D6D6D; font-size: 16px; padding-left: 16px;  }
.bull.type2:before { position:absolute; content:"-"; left:0; top:0; background:none; color: #00C2AE; font-weight: bold; }

/******** list ********/
.thumb-list { position: relative; }
.thumb-list.type1 li { overflow: hidden; position: relative; border-bottom: 1px solid #9CA3A6; } 
.thumb-list.type1 li > a { overflow: hidden; display: block; position: static; }
.thumb-list li > a .img-wrap { overflow: hidden; position: relative; width: 130px; height: 184px; float: left; }
.thumb-list li > a .img-wrap img { width: 100%; height: 100%; }
.thumb-list li > a .img-wrap::after { position: absolute; content: ''; width: calc(100% - 0px); height: calc(100% - 0px); left: 50%; top: 50%; transform: translate(-50%, -50%); border: 8px solid transparent; transition: all .5s; }
.thumb-list li > a .img-wrap .btn.icon-only { position: absolute; right: 0px; top: 0px; z-index: 2; border: 0px; }
.thumb-list li > a .btn.icon-only { position: absolute; right: 0px; top: 50%; transform: translateY(-50%); border: 0px; }
.thumb-list.type1 li > a .txt-wrap { width: calc(100% - 130px); float: left; padding-left: 40px; }
#contents2-2 .thumb-list.type1 li > a .txt-wrap, #contents2-3 .thumb-list.type1 li > a .txt-wrap ,#contents2-4 .thumb-list.type1 li > a .txt-wrap  { width: calc(100% - 230px); }
.thumb-list.type1 li > a .txt-wrap .year { display: inline-block; width: 72px; height: 24px; color: #fff; line-height: 24px; text-align: center; background-color: #115999; font-size: 16px; }
.thumb-list.type1 li > a .txt-wrap .matter { height: 56px; }
.thumb-list.type1 li > a .txt-wrap .view-number { position: absolute; left: 324px; top: 205px; }
.thumb-list.type1 li > a .txt-wrap .view-number > span { display: block; float: left; color: #6D6D6D; }
.thumb-list.type1 li > a .txt-wrap .view-number > span + span { margin-left: 24px; }
.thumb-list.type1 li > a .txt-wrap .date { position: absolute; left: 170px; top: 205px; }
.thumb-list.type1 li > a .institutes { position: absolute; left: 170px; bottom: 74px; }
.thumb-list.type1 li > a .institutes .logo + .logo { margin-left: 16px; }
/* list-nothover */
.thumb-list.type1 li { overflow: hidden; display: block; padding: 40px 0px; }
.thumb-list li > .img-wrap { overflow: hidden; position: relative; width: 130px; height: 184px; float: left; }
.thumb-list li > .img-wrap img { width: 100%; height: 100%; }
.thumb-list li > .img-wrap::after { position: absolute; content: ''; width: calc(100% - 0px); height: calc(100% - 0px); left: 50%; top: 50%; transform: translate(-50%, -50%); border: 8px solid transparent; transition: all .5s; }
.thumb-list li > .btn.icon-only { position: absolute; right: 0px; top: 50%; transform: translateY(-50%); border: 0px; }
.thumb-list.type1 li > .txt-wrap { width: calc(100% - 230px); float: left; padding-left: 40px; }
.thumb-list.type1 li > .txt-wrap .year { display: inline-block; width: 72px; height: 24px; color: #fff; line-height: 24px; text-align: center; background-color: #115999; }
.thumb-list.type1 li > .txt-wrap .matter { height: 56px; }
.thumb-list.type1 li > .txt-wrap .date { position: absolute; left: 170px; top: 205px; }
.thumb-list.type1 li > .institutes { position: absolute; left: 170px; bottom: 74px; }
.thumb-list.type1 li > .institutes .logo + .logo { margin-left: 16px; }
.thumb-list.type1 > li:hover > .btn.icon-only { background-color: #03366C; border: 0; }

/******** pagination ********/
.pagination-wrap { text-align: center; padding-top: 40px; }
.pagination { position: relative; display:inline-block; padding: 0px 32px; }
.pagination .num-wrap { float: left; margin: 2px 27px; }
.pagination button { position: relative; display: block; float: left; width: 24px; height: 20px; color: #6D6D6D; font-size: 16px; }
.pagination button.active { width: 24px; height: 20px; color: #29758B; font-weight: 600; }
.pagination button.active::after { position: absolute; content: ''; left: 50%; bottom: -5px; margin-left: -12px; width: 100%; height: 2px; background-color: #29758B; }
.pagination .prev { left: 0px; width: 16px; height: 24px; background-image:url(../../images/common/icon_prev.svg); background-position: center; background-size: 15px 24px; background-repeat: no-repeat; }
.pagination .prev:hover { background-image:url(../../images/common/icon_prev_active.svg); }
.pagination .next { right: 0px; width: 16px; height: 24px; background-image:url(../../images/common/icon_next.svg); background-position: center; background-size: 15px 24px; background-repeat: no-repeat; }
.pagination .next:hover { background-image:url(../../images/common/icon_next_active.svg); }

/******** step ********/


/******** menu ********/

/*display*/
.d-block { display:block; }
.d-inline-block { display:inline-block; }
.d-inline { display:inline; }

/*hr*/
hr { height: 1px; }

/*divide*/
.divide { width:1px; height:8px; background-color:#999999; margin:0px 5px; display:inline-block; }
.txt-box { padding:15px 20px; padding:1.5rem 2rem; }

/*loading*/
.loading-wrap { position: fixed; top: 0; right:0; bottom:0;	left:0; width: 100%; height: 100%; background-color: transparent;	z-index: 7900; }
.loading-wrap.relative { position: relative; top: auto; right:auto; bottom:auto; left:auto; width: 100%; height: 52px; }
.loading-wrap.absolute { position: absolute; top: 0; right:0; bottom:0;	left:0; width: 100%; height: 100%; background-color: transparent; z-index: 0; }
.spinner { width: 52px; height: 52px; position: absolute; z-index: 4000; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.spinner svg{ width: 100%; height: 100%; text-align: center; animation: s-rotate1 0.7s infinite linear; }
.spinner .active{ fill: none; stroke: #29758B; stroke-width: 2px; stroke-dasharray: 150; stroke-dashoffset: 120; animation: s-rotate2 1.4s infinite linear; }
.spinner .back{ fill: none; opacity: 0.3; }
@keyframes s-rotate1{0%{transform:rotate(0deg)}100%{transform:rotate(-360deg)}}
@keyframes s-rotate2{0%{ stroke-dashoffset: 120;}50%{ stroke-dashoffset: 40;}100%{ stroke-dashoffset: 120;}}

/*video*/
.video-wrap { position: relative; width: 100%; height: 0px; padding-bottom: 57%; background-color: #222D3A; }
.video-wrap iframe,.video-wrap video { position: absolute; width: 100%; height: 100%; left: 50%; top: 50%; transform: translate(-50%, -50%);}

@media all and (max-width:1400px) {  
    #quickWrap { left: auto; margin-left: 0; right: 15px; width: 72px; }
}
@media all and (max-width:1193px) {  
    #contentsWrap { padding-bottom: 200px; }
    .mo-hidden { display: none; }
    .pc-hidden { display: block; }  
    .default-wrap { width: 100%; padding: 0px 4.44%; }
    #headerWrap { position: fixed; width:100%; top:0; left:0; height: 48px; background-color:#fff; z-index:3; }
    #headerWrap #gnbWrap { position: relative; height: 48px; background-color: #fff; }
    #headerWrap #utilWrap { display: none; }
    #headerWrap #gnbWrap .gnb { display: none; } 
    #headerWrap #gnbWrap h1 { height: 44px; }
    #headerWrap #gnbWrap h1 a { position: relative; display: block; width: 250px; height: 100%; background-image: url(../../images/common/img_logo.png); background-repeat: no-repeat; background-position: left center; background-size: 157px auto; }
    #headerWrap #gnbWrap .util { position: fixed; right: 4.44%; top: 0px;  }
    #headerWrap #gnbWrap .util .search-wrap { position: absolute; top: 8px; right: 48px;}
    #headerWrap #gnbWrap .util .btn-gnb { position: absolute; right: 0px; top: 8px; width:33px; height:32px; opacity: 1; }
    #heroWrap { position: relative; width: 100%; height: 76px; margin-top: 48px; }
    #heroWrap .bg { background-size: cover; }
    #headerSearchWrap { overflow: hidden; position: fixed; left: auto; right: -100%; top: 48px; width: 80%; height: calc(100vh - 48px);  background-color: #4B5053; padding-top: 0px; transition: all .2s; z-index: 3;  }
    #headerSearchWrap.active  { height: calc(100vh - 48px); transition: all .2s; right: 0px;  } 
    #headerSearchWrap > div { overflow-y: hidden; position: relative; height: 100%; }
    #headerSearchWrap > div > .default-wrap { height: 100%; }
    #headerSearchWrap > div > .default-wrap > ul.nav { overflow: hidden; position: absolute; left: 24px; top: 144px; padding: 0px; width: 100%; float: left; }
    #headerSearchWrap > div > .default-wrap > ul.nav > li { width: 100% !important; margin-left: 0px !important; margin-right: 0px !important; }
    #headerSearchWrap > div > .default-wrap > ul.nav > li > ul > li { float: left; width: 100% !important; margin-left: 0px !important; }
    #headerSearchWrap > div > .default-wrap > ul.nav > li > ul > li + li { margin-top: 12px !important; }
    #headerSearchWrap > div > .default-wrap > .input-wrap { position: absolute; width: calc(100% - 48px); max-width: 100%; float: right; padding: 0px; left: 24px; top: 40px; }
    #headerSearchWrap .btn-search-clone { position: fixed; width:32px; height:32px; left: auto; right: calc(4.4% + 48px); top: 8px; opacity: 0; transform: scale(0); }
    #sitemapWrap { overflow: hidden; position: fixed; left: auto; right: -100%; top: 48px; width: 80%; height: calc(100vh - 48px);  background-color: #4B5053; padding-top: 0px; transition: all .2s; z-index: 3;  }
    #sitemapWrap.active  { height: calc(100vh - 48px); transition: all .2s; right: 0px;  } 
    #sitemapWrap > div { overflow-y: hidden; position: relative; height: 100%; }
    #sitemapWrap > div > .default-wrap { height: 100%; }
    #sitemapWrap > div > .default-wrap .lang { position: absolute; display: block; width: 100%; left: 0px; top: 0px; padding: 0px 1.73%; margin-right: 0px; border-bottom: 1px solid #6D6D6D; }
    #sitemapWrap > div > .default-wrap .lang li {width: 33.33%; float: left; }
    #sitemapWrap > div > .default-wrap .lang li a { display: block; line-height: 1; font-size: 14px; color: #D5DADC; font-weight: 600; padding: 20px 0px; text-align: center; }
    #sitemapWrap > div > .default-wrap .lang li.active a { color: #00E1CA; }
    #sitemapWrap > div > .default-wrap .global { float: left; background-color: rgba(0, 0, 0, 0.3); padding: 0px 12px; }
    #sitemapWrap > div > .default-wrap .global li { float: left; }
    #sitemapWrap > div > .default-wrap .global li a { display: block; font-size: 12px; color: #D5DADC; font-weight: 600; padding: 0px 12px; }
    #sitemapWrap > div > .default-wrap > ul.nav { position: absolute; overflow-x: hidden; overflow-y: auto; left: 0px; top: 102px; width: 100%; height: calc( 100% - 114px); padding: 42px 24px 34px 24px; }
    #sitemapWrap > div > .default-wrap > ul.nav > li { width: 100% !important; margin-left: 0px !important; margin-right: 0px !important; }
    #sitemapWrap > div > .default-wrap > ul.nav > li + li { margin-top: 40px; }
    #sitemapWrap > div > .default-wrap > ul.nav > li > ul:not(.sns) { display: none; }
    #sitemapWrap > div > .default-wrap > ul.nav > li.active > ul:not(.sns) { display: block; }
    #sitemapWrap > div > .default-wrap > ul.nav > li > a { display: block; width: 100%; color: #fff; margin-right: 0px; }
    #sitemapWrap > div > .default-wrap > ul.nav > li > a:before { position: absolute; display: block; content: ''; width: 20px; height: 2px; right: 0px; top: 12px; border-radius: 2px; background-color: #fff; }
    #sitemapWrap > div > .default-wrap > ul.nav > li > a:after { position: absolute; display: block; content: ''; width: 20px; height: 2px; right: 0px; top: 12px; border-radius: 2px; background-color: #fff; transform: rotate(90deg); transition: all .2s; }
    #sitemapWrap > div > .default-wrap > ul.nav > li.active > a:after { transform: rotate(0); transition: all .2s; }
    #sitemapWrap > div > .default-wrap .global { position: absolute; display: block; width: 100%; top: 55px; left: 0px; background-color: rgba(0, 0, 0, 0.3); }
    #sitemapWrap > div > .default-wrap .global li { float: left; width: 50%; }
    #sitemapWrap > div > .default-wrap .global li a { line-height: 48px; text-align: center; font-size: 14px; color: #D5DADC; }
    #sitemapWrap .btn-gnb-clone { position: fixed; left: auto; right: 4.4%; top: 8px; width:33px; height:32px; opacity: 0; transform: scale(0); }
    #headerWrap #gnbWrap .util { position: fixed; right: 4.4%; }
    #contentsWrap .breadcrumb { display: none; }
    #contentsWrap .contents .default-wrap h2 { text-align: left; margin-top: 32px; }
    /* main */
    #quickWrap .btn.newsletter::before { transform: translateX(-50%); width: 25px; height: 18px;}
    #quickWrap .btn.newsletter::after { transform: translateX(-50%); width: 14px; height: 16px; }
    /* tabs */
    .tab-wrap.type1 { width:100% }
    .tab-wrap.type1 ul { overflow-x: auto; overflow-y: hidden; position: relative; display: flex; display: -webkit-flex; -webkit-overflow-scrolling: touch; }
    .tab-wrap.type1 li { position:relative; display:inline-block; flex-shrink: 0; -webkit-flex-shrink: 0; float: left; min-width: 64px; margin: 0px 8px; }
    .tab-wrap.type1 li > a,.tab-wrap.type1 li > button { display:block; position:relative; height:38px; line-height:28px; font-size:18px; font-weight:600; color:#6D6D6D; font-family:"Lato", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", sans-serif; }
    .tab-wrap.type1 li:first-child { margin-left: 0px; }
    .tab-wrap.type2 ul li > a { padding: 0 24px; }
    /******** list ********/   
    .thumb-list.type1 li > a .txt-wrap { width: calc( 100% - 130px); }
    .thumb-list.type1.has-logo li > a .txt-wrap .date { position: absolute; left: 170px; bottom: 110px; } 
    .thumb-list.type1.has-logo li > a .institutes { position: relative; left: auto; right: auto; bottom: auto; float: left; clear: both; margin-top: 40px; top: auto; }
    /* list-nothover */
    .thumb-list.type1 li > .txt-wrap { width: calc( 100% - 130px); }
    .thumb-list.type1.has-logo li > .txt-wrap .date { position: absolute; left: 150px; bottom: 110px; } 
    .thumb-list.type1.has-logo li > .institutes { position: relative; left: auto; right: auto; bottom: auto; float: left; clear: both; margin-top: 40px; top: auto; }
    .thumb-list li > .btn.icon-only { position: relative; float: right; top: 0; transform: translate(0); margin-top: 24px; }
    .thumb-list li > a .btn.icon-only { position: relative; float: right; top: 0; transform: translate(0); margin-top: 24px; }

    #quickWrap { left: auto; margin-left: 0; right: 15px; width: 48px; }
    #quickWrap .btn { width: 48px; height: 48px; background-size: 24px; }
    #quickWrap .issue-wrap .issue-slider-w::after { right: 14px; }
    #quickWrap .btn.new::after { width: 12px; height: 12px; border: 2px solid #fff; }
}

@media all and (max-width:768px) {
    /******** tabs ********/
	.tab-wrap.type01 { margin: 0 auto 164px; }
	.tab-wrap.type01 li > a { padding: 0 16px; }
	.tab-wrap.type02 ul { display: block; }
	.tab-wrap.type02 ul li { width: 50%; }
	.tab-wrap.type02 ul li > a { width: 100%; padding: 0 16px; }
	.tab-wrap.type02 ul li:first-child { border-right: 1px solid #222222; }
	.tab-wrap.type02 ul li:nth-child(even) { border-left: 0;}
	.tab-wrap.type02 ul li:nth-child(odd) { border-left: 1px solid #222222; }
	.tab-wrap.type02 ul li + li + li { border-top: 0; }
    /******** font ********/
    .title64 { font-size: 40px !important; font-weight: 900; letter-spacing: 0px; line-height: 51px !important; }
    .title56 { font-size: 40px !important; font-weight: 900; letter-spacing: 0px; line-height: 51px !important; }
    .title40 { font-size: 32px !important; font-weight: 900; letter-spacing: 0px; line-height: 40px !important; }
    .title32 { font-size: 28px !important; font-weight: 900; letter-spacing: 0px; line-height: 35px !important; }
    .title28 { font-size: 22px !important; font-weight: 900; letter-spacing: 0px; line-height: 26px !important; }
    .title22 { font-size: 18px !important; font-weight: 900; letter-spacing: 0px; line-height: 24px !important; }
    .title16 { font-size: 16px !important; font-weight: 900; letter-spacing: 0px; line-height: 20px !important; }

    /******** background ********/
    .mo-transparent { background-color: transparent !important; }
    /******** layerpopup ********/
    .layerpop-wrap { position:fixed; width:100%; height:100%; background:rgba(0, 0, 0, 0.4); left:0px; top:0px; z-index: 99999; display:none; }
    .layerpop-wrap .layerpop { position:fixed; overflow: hidden; width: 100%; max-width: 900px; top:50%; left:50%; transform: translate(-50%, -50%); }
    .layerpop-wrap .layerpop .layer-body { padding: 60px 32px 40px; background-color: #fff; }
    .layerpop-wrap .layerpop .btn.close { position: absolute; right: 16px; top: 16px;  }
    .layerpop-wrap .layerpop .btn-wrap > span { display: inline-block; }
    .layerpop-wrap .layerpop .btn-wrap > span > .btn { float: left; }
    .layerpop-wrap .layerpop .btn-wrap > span > .btn + .btn { margin-left: 8px; }
    .custom-alert { position:fixed; text-align:left;  z-index:99999; background-color:#222D3A; box-shadow:0 4px 8px 0 rgba(0,0,0,0.50); width:88%; max-width: 366px;  padding: 24px; }
    .custom-alert .title { font-size:20px; font-weight:400; color:#fff; margin-bottom:8px; line-height:26px; }
    .custom-alert .message { font-size:14px; color:#A2A9BB; line-height:20px; word-break:keep-all; }
    .custom-alert .btn-wrap { margin-top: 32px; text-align: right; }
    .custom-alert .btn-wrap .btn { width:auto !important; height: 26px; min-width: auto; margin:0px; font-size:16px; font-weight: normal; line-height: 1; color: #fff; padding: 0px 12px; background-color: transparent; }


    /******** data Display ********/
    /* table */
    .table.type1 tr th { padding: 16px 16px; height: 50px; font-size: 14px; font-weight: 600; color: #666666; background-color: #F6F6F6;}
    .table.type1 tr td { padding: 16px 16px; height: 50px; font-size: 14px; font-weight: 400; color: #666666; background-color: #fff; }
    .table.type1 tr td.font18 { font-size: 16px !important;  letter-spacing: -0.7px; line-height: 28px !important; }   
    
    /******** list ********/
    .thumb-list { position: relative; }
    .thumb-list.type1 li { overflow: hidden; position: relative; border-bottom: 1px solid #9CA3A6; padding: 40px 0px; } 
    .thumb-list.type1 li > a { overflow: hidden; display: block; }
    .thumb-list li > a .img-wrap { overflow: hidden; position: relative; width: 130px; height: 184px; float: left; }
    .thumb-list li > a .img-wrap::after { position: absolute; content: ''; width: calc(100% - 0px); height: calc(100% - 0px); left: 0px; top: 50%; transform: translateY(-50%);  border: 8px solid transparent; transition: all .5s; }
    .thumb-list.type1 li > a .txt-wrap { width: calc(100% - 130px); float: left; padding-left: 40px; }
    .thumb-list.type1 li > a .txt-wrap .subject { white-space: normal; line-height: 1.2; height: 3.7em; text-align: left; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
    .thumb-list.type1 li > a .txt-wrap .subject:not(.lh2) { white-space: normal; line-height: 1.2; height: 3.6em; text-align: left; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
    .thumb-list.type1 li > a .txt-wrap .matter { white-space: normal; line-height: 1.2; height: 1.2em; text-align: left; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
    .thumb-list.type1 li > a .txt-wrap .date { position: absolute; left: 170px; top: 182px; }
    .thumb-list.type1 li > a .txt-wrap .view-number { left: 170px; }
    /* list-nothover */
    .thumb-list.type1 li { overflow: hidden; position: relative; display: block; padding: 40px 0px; border-bottom: 1px solid #9CA3A6; }
    .thumb-list li > .img-wrap { overflow: hidden; position: relative; width: 130px; height: 184px; float: left; }
    .thumb-list li > .img-wrap::after { position: absolute; content: ''; width: calc(100% - 0px); height: calc(100% - 0px); left: 0px; top: 50%; transform: translateY(-50%);  border: 8px solid transparent; transition: all .5s; }
    .thumb-list.type1 li > .txt-wrap { width: calc(100% - 130px); float: left; padding-left: 20px; }
    .thumb-list.type1 li > .txt-wrap .subject { white-space: normal; line-height: 1.2; height: 4.8em; text-align: left; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
    .thumb-list.type1 li > .txt-wrap .subject:not(.lh2) { white-space: normal; line-height: 1.2; height: 3.6em; text-align: left; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
    .thumb-list.type1 li > .txt-wrap .matter { white-space: normal; line-height: 1.2; height: 1.2em; text-align: left; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
    .thumb-list.type1 li > .txt-wrap .date { position: absolute; left: 150px; bottom: 40px; }
    
    /******** layerpopup ********/    
    .layerpop-wrap .layerpop .layer-body { padding: 40px 15px; background-color: #fff; }
}

@media all and (max-width:320px) {
}


/*hover*/
@media all and (min-width:768px) {
    .btn:hover { color: #03366C; border: 1px solid #03366C; transition: all .5s; }
    .btn.icon-only:not(.not-hover):hover { background-color: #03366C; border: 0px; }
    .btn.type1:hover { border: 0; background-color: #03366C; color: #fff; }
    .btn.type2:hover { border: 0; background-color: #03366C; color: #fff; }
    .btn.type2:hover::before { position: absolute; content: ''; width: 47px; right: 0px; top:0px; border-bottom: 56px solid #115999 !important; border-left: 48px solid transparent !important; border-right: 0px solid transparent !important; }
    .pagination button:hover { color: #29758B; font-weight: 600; }
    /******** list ********/   
    .thumb-list li > a:hover .img-wrap::after { width: calc(100% - 16px); height: calc(100% - 16px); border: 8px solid #115999; }
    .thumb-list li > a:hover .txt-wrap .subject { text-decoration: underline; }
    
}

/*animation*/
/* 라인이 하나로 합쳐졌다가 엑스자 만들기 */
.btn-gnb span:nth-of-type(1) {
    -webkit-animation : menu-bar07-01 .75s forwards;
    animation : menu-bar07-01 .75s forwards;
}
.btn-gnb span:nth-of-type(2) {
    transition : all .25s .25s;
    opacity : 1;
}
.btn-gnb span:nth-of-type(3) {
    -webkit-animation : menu-bar07-02 .75s forwards;
    animation : menu-bar07-02 .75s forwards;
}
.btn-gnb.active span:nth-of-type(1) {
    -webkit-animation : btn-gnb-active .2s forwards;
    animation : btn-gnb-active .2s forwards;
    top:6px !important;
}
.btn-gnb.active span:nth-of-type(2) {
    opacity : 0;
}
.btn-gnb.active span:nth-of-type(3) {
    -webkit-animation : btn-gnb-active2 .2s forwards;
    animation : btn-gnb-active2 .2s forwards;
    bottom:6px !important;
}

/* Abstract template */
.rpt-abstracts .template-container {
	white-space: pre-wrap;
}

