.subTopWrap {
    position:relative;
    overflow: hidden;
    border-bottom:1px solid #e6e6e6;
    /* padding: 0 70px 0; */
    display: flex;
    flex-flow: column;
    align-items: center;
    /* margin: 120px 0 0; */
}

/* .subTopWrap:before {
    content:'';
    width: 550px;
    height: 100%;
    background-color: #001343;
    position:absolute;
    top:0;
    right:0;
} */

.subTopWrap .imageWrap {
    position:relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    overflow: hidden;
    /* margin:0 125px 0 50px; */
    width: 100%;
}

.subTopWrap .imageWrap>img {
    width: 100%;
    /* transform-origin: 0 100%; */
    transform: scale(1.1);
    animation: subImage 5s forwards;
}

@keyframes subImage {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.subTopWrap .textWrap {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position:absolute;
    height: 100%;
    top:0;
    width: 1200px;
    max-width: 100%;
    padding-top:60px;
    /* padding-left: 70px; */
    z-index: 10;
}

.subTopWrap .textWrap .text1 {
    color:#000000;
    font-size: 55px;
    font-family: 'NotoKrM';
    /* margin-bottom: 40px; */
    /* margin-left: -10px; */
    display: flex;
    flex-flow: column;
    align-items: center;
    /* position:absolute; */
    margin-bottom: 25px;
}

/* .subTopWrap .textWrap .text1:before {
    content:'';
    position:absolute;
    bottom: 5px;
    right:-20px;
    width: 12px;
    height: 12px;
    border-radius:100%;
    background-color: #eec373;
} */

.subTopWrap .textWrap .text1 img {
    margin-top: 15px;
}

.subTopWrap .textWrap .text1 span {
    color:#eac9a1;
}

.subTopWrap .textWrap .text2 {
    color:#fff;
    font-size: 20px;
    font-family: 'NotoKrL';
}

.subTopWrap .menuWrap {
    display: flex;
    height: 60px;
    width: 1200px;
    /* justify-content: space-between; */
    margin:0 auto;
    align-items: center;
    /* border-bottom:1px solid #e9ebeb; */
    background-color: #fff;
    z-index: 10;
    /* position:absolute; */
    /* left:calc(50% - 600px); */
    /* bottom:0; */
    padding-right: 60px;
}

.subTopWrap .menuWrap .homeBtn {
    display: flex;
    width: 60px;
    align-items: center;
    /* padding-right: 40px; */
    /* border-right:2px solid #e6e6e6; */
}

.subTopWrap .menuWrap .homeBtn img {
    /* margin-right: 30px; */
}

.subTopWrap .menuWrap .homeBtn span {
    color:#262626;
    font-size: 17px;
    font-family: 'NotoKrD';
}

.subTopWrap .menuWrap>p {
    width: 300px;
    border-right:1px solid #e5e5e5;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-right: 10px;
    justify-content: space-between;
    font-size: 16px;
    font-family: 'NotoKrR';
}

.subTopWrap .menuWrap .text1 {
    padding-left: 40px;
    color:#262626;
    font-size: 17px;
    font-family: 'NotoKrD';
}

/* .subTopWrap .menuWrap:after {
    content:'';
    width: 22px;
} */

.subTopWrap .menuWrap ul {
    height: 100%;
    /* width: 100%; */
    flex:1;
    text-align: center;
    white-space: nowrap;
    /* padding:0 125px 0 55px; */
}

.subTopWrap .menuWrap ul li {
    height: 100%;
    margin:0 35px;
    display: inline-block;
}

.subTopWrap .menuWrap ul li a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
    font-size: 18px;
    padding:0 5px;
    font-family: 'NotoKrM';
    color:#555555;
    position:relative;
}

.subTopWrap .menuWrap ul li.active a {
    color:#074a4c;
}

.subTopWrap .menuWrap ul li a:after {
    content:'';
    background-color: #876546;
    position:absolute;
    bottom:0;
    left:0;
    width: 100%;
    height: 3px;
    display: none;
}

.subTopWrap .menuWrap ul li.active a:after {
    display: block;
}

/* .subTopWrap .menuWrap ul li:last-child a:after {
    display: none;
} */

.subTopWrap .bottomWrap {
    width: 1300px;
    max-width: 100%;
    height: 50px;
    margin:0 auto;
    /* border-bottom:1px solid #e5e5e5; */
    position:absolute;
    bottom:0;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius:0 30px 0 0;
}

.subTopWrap .bottomWrap .homeBtn {
    /* border-right:1px solid #e5e5e5;
    border-left:1px solid #e5e5e5; */
    /* width: 60px; */
    margin-right: 30px;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.subTopWrap .bottomWrap .linkBtn {
    /* height: 100%; */
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color:#002042;
    padding-left: 25px;
    padding-right: 20px;
    font-size: 17px;
    height: 100%;
    font-family: 'NotoKrR';
    transition:all .5s;
}

.subTopWrap .bottomWrap .linkBtn.active {
    background-color: #070c46;
    color:#fff;
}

.subTopWrap .bottomWrap .linkBtn .icon {
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subTopWrap .bottomWrap .linkBtn .icon img {
    transition:all .5s;
}

.subTopWrap .bottomWrap .linkBtn .icon img:last-child {
    position:absolute;
}

.subTopWrap .bottomWrap .linkBtn.active .icon img:first-child,
.subTopWrap .bottomWrap .linkBtn:not(.active) img:last-child {
    opacity: 0;
}

.subTopWrap .bottomWrap span:before {
    /* content:''; */
    width: 3px;
    height: 3px;
    border-radius:100%;
    background-color: #002042;
    margin-right: 20px;
}

.subTopWrap .bottomWrap span {
    font-size: 16px;
    color:#767676;
    font-family: 'NotoKrR';
}

.subTopWrap .bottomWrap span.dot {
    margin:0 10px;
}

.subTopWrap .bottomWrap .leftWrap {
    display: flex;
    align-items: center;
}

.subTopWrap .bottomWrap .leftWrap .arrow {
    margin:0 27px;
}

.subTopWrap .bottomWrap .homeBtn {
    display: flex;
    align-items: center;
    font-size: 16px;
    color:#303741;
    font-family: 'NotoKrD';
}

.subTopWrap .bottomWrap .leftWrap>p {
    font-size: 16px;
    color:#303741;
    font-family: 'NotoKrD';
}

.subTopWrap .bottomWrap .mWrap {
    flex:1;
    padding-left: 27px;
}

.subTopWrap .bottomWrap .mWrap .text1 {
    font-size: 18px;
    color:#fff;
    font-family: 'NotoKrR';
}

.subTopWrap .bottomWrap .rWrap {
    padding:0 23px;
    border-left:1px solid rgba(255, 255, 255, 0.5);
    height: 100%;
    display: flex;
    align-items: center;
}

.subTopWrap .bottomWrap .rWrap .text1 {
    font-size: 16px;
    color:#fff;
    font-family: 'NotoKrL';
}

.subTopWrap .leftWrap {
    position:absolute;
    top:0;
    left:0;
    width: 180px;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    background-color: #ede7e3;
}

.subTopWrap .open {
    position:absolute;
    top:150px;
    right:30px;
}

.subTopWrap .qWrap {
    position:absolute;
    top:0;
    right:0;
    width: 90px;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.subTopWrap .qWrap>a {
    box-shadow: 2px 3.464px 13px 0px rgba(0, 0, 0, 0.24);
    margin:5px 0;
    border-radius:100%;
}

.subTitle {
    margin:110px 0 0;
    text-align: center;
    font-family: 'mbR';
    font-weight: bold;
    font-size: 48px;
    color:#533d33;
}

.subTopWrap+div {
    padding:100px 0 150px;
    position:relative;
    min-height: 1000px;
}

/* .header .topWrap {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)) !important;
} */

.news * { box-sizing: content-box;}

.news table {
	width: 100%;
	color: #454545;
	background-color: #fff;
	margin-bottom: 50px;
	font-size: 12px;}
	
	.news th { 
		padding: 16px 0px;
		font-size: 16px;
		line-height: 1;
		color: #4b4d55;
		background-color: #e5ecec;}
	
	.news td {
		padding: 10px 0px;
		font-size: 14px;
		line-height: 1.4;
		text-align: center;
		color: #4d4d4d;
		border-bottom: 1px solid #e3e3e3;}
		
	.news table td.tit {
		text-align: left;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;}
		
		.news table a { 
			color: #999; 
			margin-right: 5px;
			margin-left: 5px;
			display: block;
			letter-spacing: -1px;}
			
			.news .tit strong { font-weight: bold;  color: #000;  display: block; margin-bottom: 5px; font-size: 16px;}
.news .tit span {display: block;}
		
		.news table a:hover,
		.news table a:focus { text-decoration: underline;}

.int {font-family: 'NotoKrR';}
.int h3 { font-size: 20px; margin-bottom: 10px; padding-left: 13px; position: relative;}
.int h3:before {content: "";position:absolute;left:0;top: 12px;width:5px;height:5px;background-color:#222;}
.agreement { width: 100%;  margin-bottom: 50px;}
.agreement_inner {overflow-y:scroll;max-height:180px;padding: 30px 15px 0;margin-bottom:20px;border:1px solid #ccc;line-height:20px;font-size:15px;font-weight:400;color:#222; background: #fff;}
.agreement_inner h4 {padding:30px 0 10px;font-size:18px;color:#222;font-weight:400; border-bottom: 1px solid #ccc; margin-bottom: 20px;}
.agreement_inner .txt4 {margin-bottom:30px;}
.agreement_inner .txt4 li {position:relative;padding-left:8px; margin-bottom: 5px;}
.agreement_inner .txt4 li:before {content: "";display:block;position:absolute;left:0;top:8px;width:3px;height:3px;background-color:#222;}
.agreement_inner .txt2{margin-bottom:15px;}
.agreement_inner .txt3{margin-bottom:30px;}
.agree_wrap {overflow:hidden;}
.agree_txt {float:left;}
.agree_txt .txt1{font-size:14px;font-weight:400;color:#222; letter-spacing: -1px;}
.input_area{float:right; color: #222;}
.input_area .input1{margin-right:25px;}
.input_area input{margin: 4px 5px 0 1px;}
.survey .input_area label{color:#222;font-size:16px;font-weight:400;}
.info_area .agreement{margin-bottom: 40px;}
.infomation .desc {margin-bottom:10px;font-size:15px;color:#222;font-weight:400;}
.infomation table {width:100%;margin-bottom:15px;}
caption{overflow:hidden;width:0;height:0;font-size:0;line-height:0;}
.infomation table th{padding:5px 20px;background-color:#efeeee;border:1px solid #cbcbcb;border-left:none;font-size:16px;color:#000;font-weight:400;text-align:left;}
.infomation table td{padding:5px 10px;border:1px solid #cbcbcb;border-right:none;font-size:16px;text-align:left;color:#222;}
.infomation table td span { display: inline-block; width: 80px;}
.infomation table input[type=text]{height:30px;padding:5px;border:1px solid #cbcbcb;box-sizing:border-box; background: #fff;}
.infomation table select{width:65px;height:28px;padding:2px;border:1px solid #cbcbcb;box-sizing:border-box; background: #fff;}
.infomation table td a.btn {display:inline-block;width:117px;margin-left:10px;line-height:30px;background-color:#333132;font-size:15px;color:#fff;text-align:center;vertical-align:top;}
.w400{width:400px;}
.w160{width:160px;}
.w65{width:65px;}
.mgb{margin-bottom:10px;}
.infomation table td p{font-size:13px;}
.btn_area{text-align:center;}
.btnCommon{display:inline-block;padding:13px 47px;background-color:#333132;color:#fff;font-size:16px;}
.btnCommon:hover{color:#222;}
.info_area{margin-bottom:30px;}
