@charset "UTF-8";

/* reset.css연결 */
@import url(reset.css);
/* font 연결 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');

/* layout */
body{margin: 0; padding: 0; font-family: 'Noto Sans KR', sans-serif !important;}
header{padding: 16px 0;}
#wrap{background: #f3f3f6;  position: relative; padding-top: 374px; margin: 0 auto;  }
section#notice{margin-bottom: 525px;}
section#good_people{margin-bottom: 320px;}
footer{width: 100%; height: 178px; background: #fff;}




/* 연혁 */
#history .container {
    width: auto !important;
}


/* body */
body.fixed-body {
	height: 100%;
	overflow: hidden;
}


/* wrap */
#wrap {
    width: 100%;
    min-width: 1200px;
    padding-top: 118px;
    box-sizing: border-box;
}


/* container */
.container {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}

.movie-box{
	position:relative;
	max-width:100%;
	height:0;
	padding-bottom:56.25%;
}
.movie-box iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* contents */
#contents {
    max-width: 1200px;
    margin: 0 auto;
    padding: 38px 0 240px 0;
}

.hsty-content .contents-head-wrap h2 {
    font-weight: 500;
    font-size: 38px;
    line-height: 40px;
    color: #022222;
    margin-bottom: 85px;
}


/* history-item */
.hstyitem {
    position: relative;
    height: 340px;
}

.hstyitem::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 340px;
    background-color: #dddddd;
}

.itemlast:after {
    display: none;
}

.hstyitem .text {
    float: left;
    width: calc(50% - 40px);
    padding-right: 80px;
    text-align: right;
}

.hstyitem h3 {
    position: relative;
    font-weight: bold;
    font-size: 40px;
/*    letter-spacing: -0.25px;*/
    margin-top: -4px;
    margin-bottom: 20px;
}

.hstyitem h3::before {
    content: "";
    position: absolute;
    top: 4px;
    right: -51px;
    z-index: 10;
    width: 20px;
    height: 20px;
    background-image: url(../images/history/bul_history.png); 
    background-repeat: no-repeat;   
    background-position: 0 0;
}

.hstyitem .medium-txt {
    display: block;
    font-weight: 500;
    font-size: 28px;
    line-height: 35px;
	color:#4b5363;
/*    letter-spacing: -0.25px;*/
    margin-bottom: 15px;
    word-break: keep-all;
    transition: all 0.2s ease-in-out;
}

.hstyitem .hsty-img {
    float: right;
    width: calc(50% - 40px);
}

.hsty-img img{
    width: 480px;
}

.hstyitem .btntype01 {
    font-family: 'Noto Sans CJK KR';
    font-weight: 500;
    font-size: 20px;
    line-height: 38px;
    padding: 5px 25px;
    color: #333333;
    background-color: #ffffff;
    border: 2px solid #343b58;
    border-radius: 7px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.hstyitem .btntype01:hover{
    background-color: #0655a1;
    color:#ffffff;
}

.hstyitemE .text {
    float: right;
    padding-right: 0;
    padding-left: 80px;
    text-align: left;
}

.hstyitemE h3::before {
    left: -49px;
}

.hstyitemE .hsty-img {
    float: left;
}

.hstyitemE .hsty-img img {
    float: right;
}


/* modal-wrapper */
.mask {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.modal-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 900px;
    margin-top: -320px;
    margin-left: -450px;
    z-index: -1;
}

.modal-wrapper.active {
    z-index: 1010;
}


#modal-wrapper {
	position: absolute;
	top: 0;
	left:-3000%;
	opacity: 0;
}

#modal-wrapper:focus {
	display: block;
	left:0;
	top:0;
	font-size: 0;
	color:#fff;
	text-align: center;
	z-index:1000;
}


/* layer-wrap */
.layer-wrap {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 900px;
    opacity: 0;
    border: 0;
    background-color: #fff;
    z-index: -1;
}

.layer-wrap.active {
    position: static;
    opacity: 1;
    z-index: 0;
}

.layer-wrap h1 {
    font-size: 22px;
    line-height: 28px;
/*    letter-spacing: -0.25px;*/
    padding: 16px 80px 16px 30px;
    color:#ffffff;
    background-color: #0579cc;
}

.layer-wrap .layer-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-image: url(../images/history/layer_close.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #0655a1;

    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    color: transparent;
}

.layer-wrap .layer-content {
    position: relative;
    max-height: 560px;
    overflow-y: scroll;
    padding: 50px;
}

.layer-wrap .inner-scroll {
    margin-bottom: 27px;
}

.layer-wrap .layer-swiper-area {
    position: relative;
    margin-bottom: 60px;
}


/* pagination */
.layer-option-wrapper .swiper-pagination {
	width:55%;
    display: block;
    position: absolute;
    top: 350px;
    left: 50%; 
    transform: translate(-50%, 0); 
}

.layer-option-wrapper .swiper-pagination-bullet {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #2763ba;
    opacity: 1;
}

.layer-option-wrapper .swiper-pagination-bullet-active {
    background-color: #2763ba;
}


/* layer-text*/
.layer-wrap .medium-txt {
    display: block;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
/*    letter-spacing: -0.25px;*/
    color: #333333;
    margin-bottom: 10px;
}

.layer-wrap .title-txt {
    font-size: 24px;
    margin-bottom: 20px;
}

.layer-wrap p {
    font-size: 16px;
    line-height: 26px;
/*    letter-spacing: -0.25px;*/
    color: #666666;
    word-break: keep-all;
}

.layer-wrap p + p {
    margin-top: 15px;
}

.layer-wrap p + .medium-txt {
    margin-top: 25px;
}

.hsty-row-wrap {
    letter-spacing: 0.25px;
    margin-top: 25px;
    border-top: 2px solid #000;
}

.hsty-row {
    padding: 28px 0;
}

.hsty-row:last-child {
    padding-bottom: 0;
}

.hsty-row + .hsty-row {
    border-top: 1px solid #cccccc;
}

.hsty-row:after {
    display: block;
    content: "";
    clear: both;
}

.hsty-row strong {
    float: left;
    width: 96px;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
}

.hsty-row ul {
    float: left;
    width: calc(100% - 96px);
}

.hsty-row ul li {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
    padding-left: 88px;
    color: #666666;
    word-break: keep-all;
}

.hsty-row ul li:first-child {
    margin-top: -5px;
}

.hsty-row ul li.hsty-list-txt {
    font-size: 18px;
    line-height: 30px;
    padding-left: 0;
    margin-top: -7px;
}

.hsty-row ul li.hsty-list-txt + li.hsty-list-txt {
    margin-top: 4px;
}

.hsty-row ul li span {
    position: absolute;
    top: 0;
    left: 0;
}

.hsty-row ul .point-01 {
    color: #f2681c
}

.hsty-row ul .point-02 {
    color: #0579cc;
}

.hsty-row ul .point-03 {
    color: #289B6E
}

@media only all and (max-width: 1240px) {
    .hstyitem .medium-txt  {
        font-size: 26px;
        transition: all 0.2s ease-in-out;
    }
}

/* 연혁 끝 */



/* footer */
footer>div{border: none;}
footer ul{overflow: hidden; padding-top: 30px;}
footer ul li{float: left;}
footer p{text-transform: uppercase;
    font-size: 12px; font-weight: 300; color: #939393; margin-top: 15px; line-height: 20px;}
footer ul li{position: relative; margin-right: 25px;}
footer ul li:last-child{margin-right: 0;}
footer ul li:after{content: ""; position: absolute;right:-13px; top:3px; height: 13px; width: 1px;  background: #d8d8d8;}
footer ul li:last-child:after{display: none;}
footer ul li a{font-size: 13px; color: #3a3a3a; letter-spacing: -1px;}
footer ul li a strong{font-size: 13px; color: #ee4124;}



