@import url('font.css');

.no-margin { margin: 0; }


.timg-text h1
{
    font-size: 50px;
    margin: 0;
    color : #865ba3;
    font-weight: 900;
    font-family: s-core;
}

.timg-text h2
{
    font-size: 30px;
    margin: 0;
    color : #333;
    font-weight: 900;
    font-family: s-core;
}

.timg-text h3
{
    font-size: 35px !important;
    margin: 0;
    color : #865ba3;
    font-weight: 900;
    font-family: s-core;
}

.timg-text h4
{
    font-size: 25px;
    margin: 0;
    color : #333;
    font-weight: 900;
    font-family: s-core;
}


@media screen and (max-width:1200px) {
.timg-text h1
{
    font-size: 36px;
}

.timg-text h2
{
    font-size: 22px;
}

.timg-text h3
{
    font-size: 25px;
}

.timg-text h4
{
    font-size: px;
}


}

.t-title {
    width: 100%;
   font-size: 24px;
    font-weight: 600;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    letter-spacing: -1.3px !important;
    color: #865ba3;
}

	* {margin:0;padding:0;}
	.section {}
	.section input[id*="slide"] {display:none;}

	.section .slide-wrap {max-width:100%;margin:0 auto;}
	.section .slidelist {white-space:nowrap;font-size:0;overflow:hidden;}
	.section .slidelist > li {display:inline-block;vertical-align:middle;width:100%;transition:all .9s;}
	.section .slidelist > li > a {display:block;position:relative;}
	.section .slidelist > li > a img {width:100%;     transform: scale(1.0); /* 이미지 확대 */
    transition: transform .99s; /* 시간 설정 */
	overflow: hidden;}
   .section .slidelist > li > a img:hover{    transform: scale(1.02);   /* 이미지 확대 */
    transition: transform .99s;  /* 시간 설정 */}
	.section .slidelist label {position:absolute;z-index:10;top:50%;transform:translateY(-50%);padding:50px;cursor:pointer;}
	.section .slidelist .left {left:30px;background:url('../img/cover/left.png') center center / 100% no-repeat;}
	.section .slidelist .right {right:30px;background:url('../img/cover/right.png') center center / 100% no-repeat;}
	.section .slidelist .textbox {position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%);line-height:1.6;text-align:center;}
	
	.section .slidelist .textbox h3 {    font-family: "s-core", "Malgun Gothic", "sans-serif"; font-size:70px;color:#fff;opacity:0;transform:translateY(30px);transition:all .5s;text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;}
	.section .slidelist .textbox p {   line-height: 1.3; font-weight: 500; font-family: "s-core", "Malgun Gothic", "sans-serif";font-size:35px;color:#fff;opacity:0;transform:translateY(30px);transition:all .5s; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;}

	.section input[id="slide01"]:checked ~ .slide-wrap .slidelist > li {transform:translateX(0%);}
	.section input[id="slide02"]:checked ~ .slide-wrap .slidelist > li {transform:translateX(-100%);}
	.section input[id="slide03"]:checked ~ .slide-wrap .slidelist > li {transform:translateX(-200%);}

	.section input[id="slide01"]:checked ~ .slide-wrap li:nth-child(1) .textbox h3 {opacity:1;transform:translateY(0);transition-delay:.5s;}
	.section input[id="slide01"]:checked ~ .slide-wrap li:nth-child(1) .textbox p {opacity:1;transform:translateY(0);transition-delay:.9s;}
	.section input[id="slide02"]:checked ~ .slide-wrap li:nth-child(2) .textbox h3 {opacity:1;transform:translateY(0);transition-delay:.5s;}
	.section input[id="slide02"]:checked ~ .slide-wrap li:nth-child(2) .textbox p {opacity:1;transform:translateY(0);transition-delay:.9s;}
	.section input[id="slide03"]:checked ~ .slide-wrap li:nth-child(3) .textbox h3 {opacity:1;transform:translateY(0);transition-delay:.5s;}
	.section input[id="slide03"]:checked ~ .slide-wrap li:nth-child(3) .textbox p {opacity:1;transform:translateY(0);transition-delay:.9s;}

    




@media screen and (max-width:1200px) {


	.section .slide-wrap {max-width:100%;margin:0 auto;}
	.section .slidelist {white-space:nowrap;font-size:0;overflow:hidden;}
	.section .slidelist > li {display:inline-block;vertical-align:middle;width:100%;transition:all .9s;}
	.section .slidelist > li > a {display:block;position:relative;}
	.section .slidelist > li > a img {width:100%;     transform: scale(1.0); /* 이미지 확대 */
    transition: transform .99s; /* 시간 설정 */
	overflow: hidden;}
   .section .slidelist > li > a img:hover{    transform: scale(1.02);   /* 이미지 확대 */
    transition: transform .99s;  /* 시간 설정 */}
	.section .slidelist label {position:absolute;z-index:10;top:50%;transform:translateY(-50%);padding:20px;cursor:pointer;}
	.section .slidelist .left {left:10px;background:url('../img/cover/left.png') center center / 100% no-repeat;}
	.section .slidelist .right {right:10px;background:url('../img/cover/right.png') center center / 100% no-repeat;}
	.section .slidelist .textbox {position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%);line-height:1.6;text-align:center;}
	
	.section .slidelist .textbox h3 {    font-family: "s-core", "Malgun Gothic", "sans-serif"; font-size:36px;color:#fff;opacity:0;transform:translateY(30px);transition:all .5s;}
	.section .slidelist .textbox p {    font-family: "s-core", "Malgun Gothic", "sans-serif";font-size:24px;color:#fff;opacity:0;transform:translateY(30px);transition:all .5s;}
}


.transparent-white-button {
  background-color: transparent;
  font-weight: 500; 
  color: white;
  border: 2px solid white;
  padding: 10px 30px;
  font-size: 20px;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  border-radius: 0px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-family: "s-core", "Malgun Gothic", "sans-serif";
}

.transparent-white-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

hr.two {
    width: 150px;
    color: #000000;
    border: thin solid;
}


.MapoGoldenPier {
    font-family: 'MapoGoldenPier';
    letter-spacing: -3px !important;
}

.Gmarket {
    font-family: 'GmarketSansBold';
    letter-spacing: -1.1px !important;
}


.ptn2 {
    background-image: url(../img/common/tile_1.png);
    background-repeat: repeat;
}

.ptn3 {
    background-image: url(../img/common/mempis.png);
    background-repeat: repeat;
}

.ptn3 {
    background-image: url(../img/common/swirl.png);
    background-repeat: repeat;
}

/* 권두언 */
.m-title2 {
    width: 100%;
   font-size: 5px;
    font-weight: 600;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    letter-spacing: -1.3px !important;
    color: RGB(43,46,110);
}


/* wmok 찾아온 사람들 */
.m-title2-1 {
    width: 100%;
   font-size: 22px;
    font-weight: 600;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    letter-spacing: -1.3px !important;
    color: RGB(211,169,7);
}


/* 포커스 */
.m-title3 {
    width: 100%;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    letter-spacing: -1.3px !important;
    color: RGB(148,66,88);
}



/*정전 70주년*/

.m-title3-1 {
    width: 100%;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    letter-spacing: -1.3px !important;
    color: RGB(165,207,78);
}





/*전쟁 아카이브*/

.m-title3-2 {
    width: 100%;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    letter-spacing: -1.3px !important;
    color: RGB(121,97,171);
}


/*전쟁과 인문학*/

.m-title3-3 {
    width: 100%;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    letter-spacing: -1.3px !important;
    color: RGB(243,153,58);
}



/*같이 걸어요*/

.m-title4 {
    width: 100%;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    letter-spacing: -1.3px !important;
    color: RGB(149,65,87);
}



/*기념관이 만난 사람*/

.m-title4-2 {
    width: 100%;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    letter-spacing: -1.3px !important;
    color: RGB(247,149,71);
}




/*그곳에 가면*/

.m-title4-3 {
    width: 100%;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    letter-spacing: -1.3px !important;
    color: RGB(65,149,145);
}



/*문화를 만나다*/

.m-title4-4 {
    width: 100%;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    letter-spacing: -1.3px !important;
    color: RGB(124,108,99);
}





/*라이프*/

.m-title4-5 {
    width: 100%;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    letter-spacing: -1.3px !important;
    color: RGB(65,186,124);
}




/*기념관은 지금은 1 */

.m-title5-1 {
    width: 100%;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    letter-spacing: -1.3px !important;
    color: RGB(20,78,125);
}



/*기념관은 지금은 2 */

.m-title5-2 {
    width: 100%;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    letter-spacing: -1.3px !important;
    color: RGB(29,190,207);
}

.news-title {
    font-family: 'GmarketSansBold';
    font-size: 40px;
    letter-spacing: -1.1px !important;
    color: #91d6e4;
    text-align: center !important;
}

.news-stitle {
    font-family: 'GmarketSansMedium';
    font-size: 23px;
    letter-spacing: -1.1px !important;
    color: #000000;
}

.soldier-title {
    font-family: 'GmarketSansBold';
    font-size: 40px;
    letter-spacing: -1.1px !important;
    color: #333333;
    text-align: left !important;
}
.soldier-stitle {
    font-family: 'GmarketSansMedium';
    font-size: 18px;
    letter-spacing: -1.1px !important;
    color: #969696;
}

.mon-soldier-b {
    font-size: 17px;
    letter-spacing: -1.1px !important;
    color: #9b9b9b;
    margin: 0 0 0px !important;
}

.mon-soldier {
    font-size: 17px;
    letter-spacing: -1.1px !important;
    color: #000000;
    margin: 0 0 0px !important;
}

.icon {
    color: #91d6e4;
    font-size: 23px;
}



.s-title {
    font-size: 21px;
}

.s-title2 {
    font-size: 19px;
}

.text-w {
    color: #ffffff;
    line-height: 28px;
}

.text-b {
    color: #000000;
    line-height: 28px;
}

.m-title {
    width: 100%;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    letter-spacing: -1.3px !important;
    color: #91d6e4;
}
.m-title-news {
    width: 100%;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    letter-spacing: -1.3px !important;
    color: #3fc8f4;
}


.m-title-green {
    width: 100%;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    letter-spacing: -1.3px !important;
    color: #39a976;
}

.m-title-orange {
    width: 100%;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    letter-spacing: -1.3px !important;
    color: #f28521;
}

.m-title-darkblue {
    width: 100%;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    letter-spacing: -1.3px !important;
    color: #375282;
}

.m-title1 {
    width: 100%;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    letter-spacing: -1.3px !important;
    color: #000000;
}



.m-title9 {
    width: 100%;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    letter-spacing: -1.3px !important;
    color: RGB(243,153,58);
}

.m-title7 {
    width: 100%;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    letter-spacing: -1.3px !important;
    color: #000000;
}



.m-title6 {
    width: 100%;
    position: relative;
    font-size: 26px;
    font-weight: 600;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    letter-spacing: -1.3px !important;
    color: #000;
}





.m-title10 {
    width: 100%;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    letter-spacing: -1.3px !important;
    color: #39a976;
}

.m-title11 {
    width: 100%;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    letter-spacing: -1.3px !important;
    color: RGB(169,208,107);
}




.m-title0 {
    width: 100%;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    letter-spacing: -1.3px !important;
    color: RGB(62,179,112);
}


@import url('//cdn.jsdelivr.net/font-iropke-batang/1.2/font-iropke-batang.css');

.iropke {
    font-family: 'Iropke Batang', serif;
}

.ftitle {
    font-size: 38px;
}

.fstitle {
    font-size: 22px;
    line-height: 35px;
}

.stext {
    font-size: 16px;
    line-height: 25px;
}

.pic-text {
    font-size: 15px;
    margin-top: 3px;
    text-align: right;
    padding: 0px !important;
    color: #666666;
}

.pic-text-1 {
    font-size: 15px;
    margin-top: 3px;
    text-align: center;
    padding: 0px !important;
    color: #666666;
}

.pic-textl {
    font-size: 15px;
    margin-top: 3px;
    text-align: left;
    padding: 0px !important;
    color: #666666;
}

.pic-text-w {
    font-size: 15px;
    margin-top: 3px;
    text-align: right;
    padding: 0px !important;
    color: #ffffff;
}

.pic-text-b {
    font-size: 15px;
    margin-top: 3px;
    text-align: right;
    padding: 0px !important;
    color: #000000;
}

.pic-text-wc {
    font-size: 15px;
    margin-top: 3px;
    text-align: center;
    padding: 0px !important;
    color: #ffffff;
}

.pic-text-bc {
    font-size: 15px;
    margin-top: 3px;
    text-align: center;
    padding: 0px !important;
    color: #000000;
}

.pic-text-bct {
    font-size: 15px;
    margin-top: 3px;
    text-align: center;
    padding: 0px 0px 20px 0px !important;
    color: #000000;
}

@media (max-width :991px) {
    .ftitle {
        font-size: 28px;
    }

    .fstitle {
        font-size: 20px;
        line-height: 35px;
    }
}

/* Bootstrap */






.container {
    padding: 0;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.tooltip {}

.tooltip > .tooltip-inner {
    background-color: #7c7c7c;
    color: #1a1a1a;
    border-radius: 0;
    padding: 1px 7px;
    font-size: 16px;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    margin-bottom: 10px;
    white-space: nowrap;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #7c7c7c;
    margin-bottom: 10px;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #7c7c7c;
    margin-bottom: 10px;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #7c7c7c;
    margin-bottom: 10px;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #7c7c7c;
    margin-bottom: 10px;
}

/* Etc */

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
}

body {
    font-family: "nanum-square-r", "Malgun Gothic", "sans-serif";
    padding-top: 100px;
    margin: 0;
    font-size: 17px;
    line-height: 30px;
    text-align: justify;
    letter-spacing: -0.5px !important;
    color: #000000;
}

body .edit {
    font-family: "nanum-square-r", "Malgun Gothic", "sans-serif";
    margin: 0;
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
    letter-spacing: -0.7px !important;
}

.container-article{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;width:1170px;}
@media (min-width:768px){.container-article{width:auto;}}
@media (min-width:992px){.container-article{width:970px}}
@media (min-width:1200px){.container-article{width:1350px}}


header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 40px;
    height: 100px;
    z-index: 500;
    background: rgba(255, 255, 255, .9);
    display: flex;
    justify-content: center;
}

header > div {
    position: relative;
    padding: 0;
    width: 1350px
}

header h1 {
    position: absolute;
    left: 0px;
    top: 0;
    margin: 0;
}

header h1 > main {}

header h1.main > a {
    display: block;
    height: 100px;
    padding-left: 220px;
    background-image: url('../img/common/logo.png');
    background-position: left center;
    background-repeat: no-repeat;
}

header h1.story > a {
    display: block;
    height: 100px;
    padding-left: 220px;
    background-image: url('../img/common/logo.png');
    background-position: left center;
    background-repeat: no-repeat;
}

header h1 .vol {
    display: none;
}

header .title {
    margin: 0;
    font-size: 20px;
    text-align: center;
    padding-top: 38px;
    color: #000000;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
}

header .cover-nav {
    float: right;
    margin-right: 40px;
    list-style-type: none;
    margin-top: 48px;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
}

header .cover-nav > li {
    float: left;
}

header .cover-nav > li > a {
    display: block;
    position: relative;
    font-weight: 600;
    padding: 0 36px;
    color: #595a5c;
    font-size: 20px;
    cursor: pointer;
}

header .cover-nav > li > a:before {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 2px;
    height: 18px;
    border-right: 1px solid #595a5c;
}

header .cover-nav > li:last-child > a:before {
    display: none;
}

header .btn-toggle-nav {
    display: block;
    width: 40px;
    height: 24px;
    background-image: url('../img/common/btn_nav.png');
    position: absolute;
    right: 0px;
    top: 41px;
}

.top-title {
    position: fixed;
    z-index: 501;
    top: 35px;
    width: 100%;
    font-size: 19pt;
    font-weight: 300;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    color: #000;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-title.story1 {
    flex-direction: column;
    top: 25px;
}

.top-title.story1 > small {
    color: #777777;
    font-size: 12pt;
    line-height: 13pt;
    margin-bottom: 3px !important;
}

.top-title.story1 > h1 {
    margin: 0;
    font-size: 19pt;
    font-weight: 500;
}

#side-nav {
    /*
    display:none;
    position:fixed;

    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.4);
    z-index:1000;
    */
}

#side-nav > .wrap {
    position: fixed;
    width: 400px;
    height: 100%;
    right: -560px;
    top: 0;
    background-color: #fff;
    animation-delay: 1s;
    transition: right .5s;
    z-index: 1000;
    padding: 70px 0 70px 0;
    overflow-y: scroll;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
}

#side-nav > .wrap .btn-toggle-nav-close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 12px;
    top: 19px;
    background-image: url('../img/common/btn_nav_close.png');
}

#side-nav > .wrap .logo {
    margin: 0 0 50px 35px;
    padding-left: 190px;
    padding-top: 3px;
    height: 60px;
    background-image: url('../img/common/logo_side.png');
    background-size: auto 60px;
    background-position: left center;
    background-repeat: no-repeat;
}

#side-nav > .wrap .logo .vol {
    font-size: 22px;
    color: #595a5c;
    font-weight: 500;
    display: block;
    line-height: 28px;
    margin-left: 10px;
    margin-top: 0px;
}

#side-nav > .wrap .nav-content {
    margin-bottom: 45px;
}



#side-nav > .wrap .nav-content h3 {
    margin: 0 0 22px 32px;
    padding-bottom: 10px;
    color: #000;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    font-weight: 600;
    font-size: 16pt;
    border-bottom: 1px solid #e5e5e5;

}


#side-nav > .wrap .nav-content h3:hover {
    margin: 0 0 22px 32px;
    padding-bottom: 10px;
    color: #999;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    font-weight: 600;
    font-size: 16pt;
    border-bottom: 1px solid #e5e5e5;

}



#side-nav > .wrap .nav-content ul {
    margin: 0;
    list-style-type: none;
    padding-left: 0;
}

#side-nav > .wrap .nav-content ul > li > a {
    display: block;
    padding: 8px 0 8px 32px;
    color: #141414;
    background-color: #fff;
    transition: background-color .3s;
}

#side-nav > .wrap .nav-content ul > li.active > a,
#side-nav > .wrap .nav-content ul > li:hover > a {
    background-color: #dfdfdf;
}

#side-nav > .wrap .nav-content ul > li > a small {
    display: inline-block;
    color: #9ab952;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    font-weight: 600;
    font-size: 14pt;
    padding-bottom: 1px;
}

#side-nav > .wrap .nav-content ul > li > a span {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

#side-nav > .wrap .btn-wrap {
    padding-left: 30px;
}

#side-nav > .wrap .btn-wrap > .row {
    margin: 0;
}

#side-nav > .wrap .btn-x {
    position: relative;
    display: inline-block;
    width: 295px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    margin-right: 15px;
    position: relative;
    background-color: #eeeeee;
    border-radius: 6px;
    color: #000;
}

#side-nav > .wrap .btn-x ul {
    display: none;
    width: 100%;
    padding: 0;
    list-style-type: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #eee;
    left: 0;
    bottom: 40px;
    margin: 0;
}

#side-nav > .wrap .btn-x.open ul {
    display: block;
}

#side-nav > .wrap .btn-x ul > li > a {
    display: block;
    padding: 4px 10px;
    color: #222;
    transition: background-color .5s, color .5s;
}

#side-nav > .wrap .btn-x ul > li:hover > a {
    background-color: #333;
    color: #fff;
}

#side-nav > .wrap .btn-x.btn-newsstand:after {
    display: block;
    content: '';
    border-left: 6px solid #363636;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
}

#side-nav > .wrap .btn-x.btn-prev:after {
    display: block;
    content: '';
    border-bottom: 6px solid #363636;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
}

body.nav-open {
    overflow: hidden;
    font-family: "nanum-square-r", "Malgun Gothic", "sans-serif";
}

body.nav-open #side-nav {
    display: block;
}

body.nav-open #side-nav:before {
    display: block;
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 500;
}

body.nav-open #side-nav > .wrap {
    right: 0;
}

footer {
    padding: 60px 0;
    background-color: #1a1a1a;
    border-top: 1px solid #e1e1e1;
}

footer .wrap.m {
    display: none;
}

footer .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .wrap .info {
    display: flex;
    align-items: center;
}

footer .wrap .info .data {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    font-weight: 300;
    padding-left: 34px;
}

footer .wrap .sns {
    position: relative;
    margin-left: 5px;
}

footer .wrap .sns > a {
    margin-left: 10px;
}

footer .wrap .sns > a.pdf {
    margin-left: 71px;
}

footer .wrap .prev {
    position: relative;
    background-color: #303030;
    border: 1px solid #797979;
}

footer .wrap .prev:after {
    display: block;
    content: '';
    border-bottom: 5px solid #797979;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
}

footer .wrap .prev .selectPrev {
    width: 200px;
    height: 50px;
    position: relative;
    padding: 8px 36px 8px 16px;
    border: 0;
    background-color: transparent;
    color: #797979;
    appearance: none;
    -webkit-appearance: none;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    font-size: 14px;
    outline: none;
}

footer .wrap .prev .selectPrev ul {
    display: none;
    width: 100%;
    padding: 0;
    list-style-type: none;
    position: absolute;
    background-color: #303030;
    border: 1px solid #eee;
    left: 0;
    bottom: 50px;
    margin: 0;
}

footer .wrap .prev .selectPrev.open ul {
    display: block;
}

footer .wrap .prev .selectPrev ul > li > a {
    display: block;
    padding: 4px 10px;
    color: #797979;
    transition: background-color .5s, color .5s;
}

footer .wrap .prev .selectPrev ul > li:hover > a {
    background-color: #333;
    color: #fff;
}

.article-list a .text-wrapper {
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: left;
    transition: all 0.5s;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
}

.article-list a .text-wrapper .title {
    position: relative;
    font-size: 27px;
    color: #fff;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 0;
    height: auto;
    font-weight: bold;
    line-height: 1.3;
    /*display: inline-block;*/
    display: block;
    text-align: left;
    padding: 10px 0 0;
    white-space: nowrap;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}

.article-list a .text-wrapper .title_mini {
    position: relative;
    font-size: 22px;
    color: #fff;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 0;
    height: auto;
    font-weight:100;
    line-height: 1.3;
    /*display: inline-block;*/
    display: block;
    text-align: left;
    padding: 10px 0 0;
    white-space: nowrap;

}


.article-list a .text-wrapper .desc {
    font-size: 22px;
    line-height: 30px;
    font-weight:400;    
}


.article-list a .text-wrapper .desc::before {
    content: "";
    width: 30px;
    height: 1px;
    background-color: white;
    display: block;
    margin: 0;
    opacity: 0;
    transition: opacity 0.3s, margin 0.3s 0.3s;
}

.article-list a .text-wrapper .desc::before {
    /*opacity: 1;*/
    /*margin-top: 10px;*/
    /*margin-bottom: 10px;*/
    /*transition: margin 0.1s, opacity 0.3s 0.3s;*/
}

/*.article-list a .text-wrapper .desc {
    box-sizing: border-box;
    width: 100%;
    display: block;
    position: relative;
    left: 0;
    font-size: 14px;
    color: #fff;
    margin-bottom: -8%;
    height: 40px;
    max-height: 0;
    white-space: nowrap;
    transition: max-height 0.6s;
    z-index: 9;
    word-break: keep-all;
}*/

.article-list a .text-wrapper .desc {
    box-sizing: border-box;
    width: 100%;
    display: block;
    position: relative;
    left: 0;
    /* font-size: 14px; */
    color: #fff;
    margin-bottom: -10px;
    height: 70px;
    max-height: 0px;
    white-space: nowrap;
    transition: max-height 0.6s;
    z-index: 9;
    word-break: keep-all;
}

.article-list a:hover .text-wrapper .desc {
    max-height: 100px;
    transition: max-height 0.8s;
}

@media screen and (max-width:767px) {

    header .btn-toggle-nav {
        display: block;
        width: 34px;
        height: 24px;
        background-image: url('../img/common/btn_nav.png');
        position: absolute;
        right: 0px;
        top: 41px;
    }

    body {
        padding-top: 64px;
    }

    .container {
        padding: 0 10px;
    }

    header {
        height: 64px;
        padding: 0 5px;
    }

    header h1 {
        left: 0px;
        margin-top: 3px;
    }

    header h1.main > a {
		background-image: url('../img/common/logo_m.png');
        height: 60px;
        width: 160px;
        padding-left: 150px;
        background-size: auto 40px;

    }

    header h1.main .vol {
        line-height: 14px;
        padding-top: 23px;
        font-size: 15pt;
        color: #000;
        font-weight: 500;
        padding-left: 60px;
    }

    header h1.story > a {
        height: 30px;
        width: 40px;
        padding-left: 40px;
        margin-left: 20px;
        margin-top: 5px;
        background-size: auto 21px;
    }

    header h1.story .vol {
        line-height: 14px;
        padding-top: 0px;
        font-size: 11pt;
        color: #000;
        font-weight: 500;
        padding-left: 10px;
    }

    header h1.only-logo {
        width: 33px;
    }

    header h1.only-logo > a {
        padding-left: 0;
        background-image: url('../img/common/logo_mobile.png');
    }

    header h1.only-logo .vol {
        display: none;
    }

    header .title {
        padding-top: 22px;
        font-weight: 600;
    }

    header .cover-nav {
        display: none;
    }

    header .btn-toggle-nav {
        right: 6px;
        top: 50%;
        margin-top: -12px;
    }

    footer .wrap {
        flex-wrap: wrap;
    }

    footer .wrap .info {
        flex-wrap: wrap;
    }

    footer .wrap .info .logo {
        width: 100%;
        text-align: center;
        margin-bottom: 28px;
    }

    footer .wrap .info .data {
        text-align: center;
        line-height: 25px;
        margin-bottom: 20px;
        padding-left: 0;
    }

    footer .wrap .prev {
        margin: 0 auto;
        text-align: center;
    }

    footer .wrap .prev select {
        padding: 10px 36px 10px 16px;
        margin: 0 auto;
    }

    #side-nav > .wrap {
        width: 360px;
        padding-top: 40px;
    }

    #side-nav > .wrap .logo {
        margin-left: 15px;
        height: 60px;
    }

    #side-nav > .wrap .btn-toggle-nav-close {
        right: 23px;
        top: 23px;
    }

    #side-nav > .wrap .nav-content h3 {
        margin-left: 30px;
    }

    #side-nav > .wrap .nav-content ul > li > a {
        padding-left: 30px;
    }

    #side-nav > .wrap .btn-wrap {
        padding: 0 30px;
        display: flex;
        flex-direction: column-reverse;
    }

    #side-nav > .wrap .btn-x {
        width: 100%;
        margin: 6px 0;
    }
}

@media screen and (max-width:767px) {

    .m-title {
        width: 100%;
        position: relative;
        font-size: 20px;
        font-weight: 600;
        font-family: "s-core", "Malgun Gothic", "sans-serif";
        letter-spacing: -1.3px !important;
        color: #8d76bc;
    }
    
    .m-title-news {
    width: 100%;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    letter-spacing: -1.3px !important;
    color: #3fc8f4;
}

 /*   .m-title1 {
        width: 100%;
        position: relative;
        font-size: 20px;
        font-weight: 600;
        font-family: "s-core", "Malgun Gothic", "sans-serif";
        letter-spacing: -1.3px !important;
        color: #000000;
    }

    .m-title4 {
        width: 100%;
        position: relative;
        font-size: 20px;
        font-weight: 600;
        font-family: "s-core", "Malgun Gothic", "sans-serif";
        letter-spacing: -1.3px !important;
        color: #0071bb;
    }

    .m-title5 {
        width: 100%;
        position: relative;
        font-size: 20px;
        font-weight: 600;
        font-family: "s-core", "Malgun Gothic", "sans-serif";
        letter-spacing: -1.3px !important;
        color: #bf7c5f;
    }

    .m-title3 {
        width: 100%;
        position: relative;
        font-size: 20px;
        font-weight: 600;
        font-family: "s-core", "Malgun Gothic", "sans-serif";
        letter-spacing: -1.3px !important;
        color: #117ac0;
    }

    .m-title2 {
        width: 100%;
        position: relative;
        font-size: 20px;
        font-weight: 600;
        font-family: "s-core", "Malgun Gothic", "sans-serif";
        letter-spacing: -1.3px !important;
        color: #ef5628;
    }*/


    header h1.story > a {
        display: block;
        padding-left: 220px;
        background-image: url('../img/common/logo_story.png');
        background-position: left center;
        background-repeat: no-repeat;
    }

    header h1 .vol {
        display: block;
        font-size: 19pt;
        font-weight: 500;
        line-height: 19px;
        color: #000;
        padding-top: 40px;
        font-family: "s-core", "Malgun Gothic", "sans-serif";
    }

    .top-title {
        top: 17px;
        font-size: 17pt;
    }

    .top-title.main {
        display: none;
    }

    .top-title.story1 {
        top: 15px;
    }

    .top-title.story1 > small {
        font-size: 9.5pt;
        line-height: 11pt;
    }

    .top-title.story1 > h1 {
        margin: 0;
        font-size: 13pt;
        font-weight: 600;
        margin-top: 3px;
    }

    .mimg {
        margin: 0px !important;
        text-align: center;
    }

    .m {
        margin: 0px 0px 0px 0px !important;
        padding: 0px 0px 0px 0px !important;
    }

    .mmargin0 {
        margin: 0px 0px 0px 0px !important;
    }

 

    .mtb25 {
        margin: 25px 0 25px 0px !important;
    }

    .bimg {
        margin: 25px 0 25px 25% !important;
    }

    .mimgl40 {
        margin: 0px 0 0px 40% !important;
    }

    .lh30px {
        line-height: 30px !important;
    }

    footer .wrap {
        display: none;
    }

    footer .wrap.m {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    footer .wrap.m > .info {
        display: flex;
        justify-content: center;
    }

    footer .wrap.m .sns {
        margin: 0;

    }

    footer .wrap.m .sns > a.pdf {
        display: none;
    }

    footer .wrap.m .prev {
        margin: 20px 0;
    }

    footer .wrap .sns > a:first-child {
        margin-right: 0px;
    }
}

@media screen and (max-width:1200px) {
    footer .wrap {
        display: none;
    }

    footer .wrap.m {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    footer .wrap.m > .info {
        display: flex;
        justify-content: center;
    }

    footer .wrap.m .sns {
        margin: 0;
    }

    footer .wrap.m .sns > a.pdf {
        display: none;
    }

    footer .wrap.m .prev {
        margin: 20px 0;
    }

    footer .wrap .sns > a:first-child {
        margin-right: 0px;
    }
}


.mt35px {
    margin-top: 35px !important;
}
