@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap');

.bgArea {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;

    color: #fff;

    transition-duration: 0.5s;
}

.bg1 {
    background-image: url("../image/bg1.jpg");
}

.bg2 {
    background-image: url("../image/bg2.jpg");
}

.bg3 {
    background-image: url("../image/bg3.jpg");
}

.bg4 {
    background-image: url("../image/bg4.jpg");
}

.bgArea .wrap {
    text-align: center;
}

.bgArea .Title {
    /*font-family: 'BMJUA';*/
    font-size: 60px;
}

.bgArea .Content {
    margin-top: 16px;
    font-size: 16px;
}

.bottomMenu {
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);

    left: 0;
    bottom: 0;

    display: flex;
    justify-content: center;
    align-items: center;
}

.bottomMenu li {
    width: 300px;
    text-align: center;
}

.bottomMenu a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    height: 100%;
    width: 100%;
    padding: 20px 0;
}

.bottomMenu li.on a,
.bottomMenu li:hover a {
    color: rgba(0, 0, 0, 1);
}

.bottomMenu li.on,
.bottomMenu li:hover {
    text-align: center;
    background-color: #ecb000;
}

.bottonMenu li:nth-child(3) {
    background-color: red;
}

.sub1 {
    background-image: url("../image/sub1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.sub1 .content {
    font-size: 24px;
    line-height: 46px;
    font-weight: 100;
}

.sub1 .content .GBold {
    font-size: 36px;
}

/*sub1-2*/

.HistoryLeft {
    width: 60%;
    float: left;
    margin-top: 120px;
}

.HistoryRight {
    width: 37%;
    float: right;
    margin-top: 120px;
}

h3.GBold {
    font-size: 36px;
}

.HistoryHr {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #e1e1e1;
    margin: 40px 0;
}

.TextLeft {
    float: left;
    width: 20%;
    padding: 10px 0;
    line-height: 36px;
    font-size: 24px;
}

.TextRight {
    float: left;
    width: 80%;
    padding: 10px 0;
    line-height: 36px;
    font-size: 18px;
}

.HistoryRight img {
    width: 100%;
    ;
}


/*sub1-3*/
.contactLeft,
.contactRight {
    margin-top: 120px;
}

.contactLeft {
    width: 55%;
    float: left;
}

.contactLeft table {
    width: 100%;
}

.contactLeft table th {
    font-size: 24px;
    text-align: left;
    padding: 10px 0;
}

.contactLeft table td {
    font-size: 18px;
    padding: 10px 0;
}

.contactRight {
    width: 43%;
    float: right;
}

.root_daum_roughmap {
    width: 100%;
    height: 400px;
    background-color: #d7d7d7;
}

.questionTable {
    width: 100%;
}

.questionTable table {
    width: 100%;
}

.questionTable table th {
    width: 200px;
    font-size: 24px;
    text-align: left;
    padding: 10px 0;
    vertical-align: top;
}

.questionTable table td {
    font-size: 18px;
    padding: 10px 0;
}

.questionTable table td input {
    width: 370px;
    background-color: #f3f3f3;
    border: 0;
    resize: none;
    outline: none;
    padding: 10px;
}

.questionTable table td textarea {
    width: 100%;
    background-color: #f3f3f3;
    border: 0;
    resize: none;
    outline: none;
    height: 150px;
}

.yellowBtn {
    background-color: #ecb000;
    border: 0;
    color: #fff;
    font-size: 18px;
    padding: 5px 20px;
}

/*sub 2-1*/
.Store:nth-child(1),
.Store:nth-child(2) {
    margin-top: 120px;
}

.Store {
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-top: 2%;
}

.Store:nth-child(2n) {
    margin-right: 0;
}

[class^="Store_"] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 400px;
    width: 100%;
}

.Store_1 {
    background-image: url("../image/store1.jpg");

}

.Store_2 {
    background-image: url("../image/store2.jpg");

}

.Store_3 {
    background-image: url("../image/store3.jpg");

}

.Store_4 {
    background-image: url("../image/store4.jpg");

}

.Store_6 {
    background-image: url("../image/store6.jpg");

}

.StoreText {
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
    overflow: hidden;
}

.StoreText .GBold {
    font-size: 24px;
    color: 3333;
    float: left;
    line-height: 32px;
}

.StoreText .leg {
    float: left;
    margin-left: 5px;
    line-height: 24px;
    ;
}


/*sub 3-1*/
.sub3 .wid50 {
    float: left;
    width: 50%;
}

.sub3 {
    margin-top: 120px;
}

[class^="text"].wid50 {
    font-size: 28px;
    font-family: 'GmarketSansL';
    line-height: 48px;
}

.wid50.text1 {
    text-align: right;
}

[class^="img"].wid50 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.wid50.img1 {
    background-image: url("../image/sub3-1-img1.jpg");
}

.wid50.img2 {
    background-image: url("../image/sub3-1-img2.jpg");
}

.wid50.img3 {
    background-image: url("../image/sub3-1-img3.jpg");
}

.wid50.img4 {
    background-image: url("../image/sub3-1-img4.jpg");
}

.btnBg {
    background-image: url("../image/sub3-1btnImg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

.btnBg1 {
    background-image: url("../image/sub3-2btnImg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

[class^="btnBg"] button {
    padding: 5px;
    border: 2px solid #fff;
    font-size: 36px;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
}

.paddingImg {
    padding: 5% 0;
}

/*notice Css*/

.searchBox {
    display: inline-block;
    font-size: 0;
    border:1px solid #e1e1e1;
    padding:0;

}

.searchBox input[type="text"] {
    border: 0;
    padding: 5px;
    font-size:16px;
    outline:none;
}
.searchBox button {
    border: 0;
    padding: 5px;
    background-color:#fff;
    font-size:16px;
    outline:none;
    color:#878787;
}

.noticeTable table{
    width:100%;
    margin-top:30px;
}

.noticeTable th{
    border-top:2px solid #333;
    border-bottom:1px solid #333;
    font-weight: 100;
    text-align: center;
    padding:10px;
}

.noticeTable td{
    border-top:1px solid #333;
    border-bottom:1px solid #333;
    font-weight: 100;
    text-align: center;

}

.noticeTable td a {
    width: 100%;
    display: inline-block;
    text-align: left;

    text-decoration: none;
    color:#333;
    padding:15px 0;
}
.page{
    margin-top:20px;
}
.page ul li.on {
    background-color: #585858;
    color: #fff;
}
.page ul li {
    font-size: 12px;
    display: inline-block;
    padding: 5px;
    margin: 5px;
    border: 1px solid #585858;
    color: #585858;
    cursor: pointer;
}



.WriteTable {
	margin-top: 100px;
	padding: 10px;
}

.WriteTable table {
	border-collapse: collapse;
	width: 100%;
	text-align: left;
}

.WriteTable Table tr:nth-child(1) th {
	padding: 10px;
	border-top: 2px solid #333;
	border-bottom: 1px solid #e1e1e1;
	font-size: 22px;
}
.FlL{
    float: left
}
.FlR{
    float: right
}
.WriteTable Table th {
	padding: 10px;
	border-bottom: 1px solid #e1e1e1;
}

.WriteTable Table th.ClearBoth {
	font-size: 14px;
	color: #a7a7a7;
	font-weight: 300;
}

.WriteTable Table td {
	padding: 10px;
	border-bottom: 1px solid #e1e1e1;
}

.WriteTable Table td textarea {
	width: 95%;
	padding: 2%;
	min-height: 150px;
	border: 1px solid #e1e1e1;
	resize: none;
}

.btn {
    background-color: #333;
    border: 1px solid#333;
    color: #fff;
    padding: 10px 25px;
}
.btn1 {
    background-color: #fff;
    border: 1px solid#333;
    color: #333;
    padding: 10px 25px;
}

.WriteTable Table td input[type="text"],
.WriteTable Table th input[type="text"] {
    width: 95%;
	padding: 5px;
	border: 1px solid #e1e1e1;
	resize: none;
}
