@charset "utf-8";

@import url('default.css'); /* 기본설정 */
@import url('layout.css'); /* 사이트 세부설정 */

.quick-top { position: fixed; bottom: 70px; right: 40px; z-index: 444; }
.quick-top a { display: block; width: 60px; padding: 9px 0 11px 0; font-size: 14px; font-weight: 500; color: #fff; line-height: 20px; text-align: center; border-radius: 10px; background-color: #1a2f6d; }
.quick-top a em { display: block; font-size: 16px; transform: rotate(90deg); }

#container { width: 100%; margin-bottom: 200px; }

h2 { margin-top: 213px; font-size: 50px; font-weight: 700; color: #0a0a0a; line-height: 59px; text-align: center; }
h2 span { position: relative; display: inline-block; padding-bottom: 115px; }
h2 span:after { content: ''; position: absolute; top: -4px; right: -30px; width: 15px; height: 15px; border-radius: 50%; background-color: #b7265c; }
h2 span:before { content: ''; position: absolute; bottom: 0; left: 50%; margin-left: -1px; width: 2px; height: 60px; background-color: #ddd; }
h3 { margin-top: 95px; font-size: 28px; font-weight: 800; color: #111; line-height: 37px; }
h3.mgtop { margin-top: 190px; }
h3.mgleft { margin-left: 100px; }

.explain-txt { margin-top: 55px; font-size: 26px; font-weight: 400; color: #333; line-height: 40px; text-align: center; }
.explain-txt span { display: block; margin-bottom: 45px; font-size: 60px; font-weight: 800; color: #1a2f6d; line-height: 69px; text-align: center; }

.tabmenu { display: table; table-layout: fixed; margin: 75px auto 0 auto; }
.tabmenu li { display: table-cell; vertical-align: middle; position: relative; width: 250px; background-color: #fff; border: 2px solid #ddd; border-left: 0; }
.tabmenu li:first-child { border-left:2px solid #e5e5e5; }
.tabmenu li a { position: relative; display: block; font-size: 20px; color: #555; line-height: 59px; text-align: center; }
.tabmenu li a:before { position: absolute; content: ''; top: -2px; left: -2px; width: calc(100% + 4px); height: calc(100% + 4px); border: 2px solid #1a2f6d;  -webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box; opacity: 0; transition: all 0.3s; z-index: 1;}
.tabmenu li.selected a { font-weight: 700; color: #1a2f6d; }
.tabmenu li.selected a:before { opacity: 1; }

.company-hero { display: flex; flex-direction: column; align-items: center; width: 100%; margin-top: 120px; }
.company-hero-visual { position: relative; width: 100%; height: 100vh; overflow: hidden; }
.company-hero-visual .visual-inner { position: absolute; top: 0; left: 50%; width: 1400px; height: 540px; transform: translateX(-50%); overflow: hidden; }
.company-hero-visual .visual { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.company-hero-visual .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.7); opacity: 0; backdrop-filter: blur(10px); }
.company-copy { position: relative; display: flex; justify-content: center; align-items: center; width: 100%; min-height: 100vh; }
.company-copy .copy { font-size: 24px; font-weight: 400; color: #fff; line-height: 43px; text-align: left; }

.introduce { margin-top: 145px; }
.introduce li { display: flex; margin-top: 85px; }
.introduce li .tit { width: 580px; font-size: 30px; font-weight: 800; color: #0a0a0a; line-height: 39px; }
.introduce li .tit span { display: inline-block; width: 60px; font-size: 34px; font-weight: 400; color: #ccc; line-height: 39px; vertical-align: top; }
.introduce li .cont { width: calc(100% - 580px); font-size: 20px; font-weight: 400; color: #555; line-height: 34px; }
.introduce li .cont strong { display: block; margin-bottom: 15px; font-size: 22px; font-weight: 700; color: #333; line-height: 33px; }

.map { overflow: hidden; margin-top: 120px; font-size: 0; line-height: 0; border-radius: 20px; border: 1px solid #d5d5d5; }
.map img { max-width: 100%; }
.directions { display: flex; justify-content: space-between; margin-top: 90px; }
.directions .address { width: calc(100% - 420px); margin-left: 60px; }
.directions .address .icon { padding: 15px 0 0 40px; font-size: 24px; font-weight: 500; color: #222; line-height: 36px; background: url('../images/about/address_icon.png') no-repeat left top 20px; }
.directions .address .tel { margin-top: 25px; font-size: 20px; font-weight: 500; color: #222; line-height: 29px; }
.directions .address .tel strong { margin-left: 40px; font-weight: 700; }
.directions .map-btn { width: 420px; font-size: 0; line-height: 0; flex-shrink: 0; }
.directions .map-btn a { display: inline-block; width: 200px; margin-left: 10px; padding: 0 30px; font-size: 18px; font-weight: 500; color: #1a2f6d; line-height: 64px; border-radius: 10px; border: 1px solid #d5d5d5; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.directions .map-btn a:hover { box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
.directions .map-btn a.naver { background: url('../images/about/icon_naver.jpg') no-repeat right 30px top 20px; }
.directions .map-btn a.google { background: url('../images/about/icon_google.jpg') no-repeat right 30px top 20px; }

.traffic { margin: 55px 100px 0 100px; border-top: 1px solid #d5d5d5; }
.traffic > li { display: flex; margin-top: 60px; }
.traffic > li h4 { width: 280px; font-size: 20px; font-weight: 600; color: #1a2f6d; line-height: 45px; }
.traffic > li h4 img { margin-right: 15px; vertical-align: top; }
.traffic > li .cont { width: calc(100% - 280px); margin-top: 10px; }
.traffic > li .txt { font-size: 18px; font-weight: 300; color: #3a3a3a; line-height: 25px; }
.traffic > li .txt em { display: inline-block; }
.traffic > li .txt span { display: inline-block; margin: 0 10px 0 0; width: 80px; font-size: 16px; font-weight: 500; color: #fff; line-height: 25px; border-radius: 20px; text-align: center; vertical-align: top; }
.traffic > li .txt span.line9 { background-color: #cea43a; }
.traffic > li .txt span.line5 { background-color: #8936e0; }
.traffic > li .txt span.line1 { margin-left: 40px; background-color: #263c96; }

.member { display: flex; flex-wrap: wrap; gap: 70px; margin-top: 115px; }
.member li { width: calc((100% - 140px) / 3); }
.member li .img { overflow: hidden; font-size: 0; line-height: 0; border-radius: 20px; }
.member li .img a img { width: 100%; aspect-ratio: 8.4/9; object-fit:cover; transform:scale(1.0); transition: all .5s; }
.member li .img a:hover img { transform: scale(1.05); }
.member li .name { position: relative; margin-top: 30px; font-size: 28px; font-weight: 800; color: #111; line-height: 46px; }
.member li .name em { display: block; margin: 10px 0 0 0; font-size: 20px; font-weight: 600; line-height: 29px; }
/* .member li .name em:before { content: ''; position: absolute; top: 4px; left: 0; width: 1px; height: 18px; background: #d5d5d5; } */
.member li .name a { position: absolute; top: 0; right: 0; font-size: 0; line-height: 0; border-radius: 50%; background-color: #7f8a96; }
.member li .name a:hover { background-color: #b7265c; }

.member2 { display: flex; flex-wrap: wrap; gap: 40px; margin-top: 55px; }
.member2 li { width: calc((100% - 120px) / 4); }
.member2 li .img { overflow: hidden; font-size: 0; line-height: 0; border-radius: 20px; }
.member2 li .img a img { width: 100%; aspect-ratio: 8.4/9; object-fit:cover; transform:scale(1.0); transition: all .5s; }
.member2 li .img a:hover img { transform: scale(1.05); }
.member2 li .name { position: relative; margin-top: 30px; font-size: 25px; font-weight: 800; color: #111; line-height: 46px; }
.member2 li .name em { position: relative; margin-left: 20px; padding-left: 20px; font-size: 18px; font-weight: 600; line-height: 27px; }
.member2 li .name em:before { content: ''; position: absolute; top: 3px; left: 0; width: 1px; height: 17px; background: #d5d5d5; }
.member2 li .name a { position: absolute; top: 0; right: 0; font-size: 0; line-height: 0; border-radius: 50%; background-color: #7f8a96; }
.member2 li .name a:hover { background-color: #b7265c; }

.mb-detail { position: relative; display: flex; justify-content: space-between; margin-top: 115px; }
.mb-detail .profile { position: sticky; top: 0; width: 50%; height: 100%;}
.mb-detail .profile .photo { font-size: 0; line-height: 0; }
.mb-detail .profile .photo img { width: 100%; }
/* .mb-detail .profile .photo:before { content: ""; position: absolute; top: 0; left: -200%; width: 200%; height: 750px; background: #b8c0c5; z-index: 0; } */
.mb-detail .profile .infor { position: relative; margin: 60px 50px 0 50px; }
.mb-detail .profile .infor .name { position: relative; padding-top: 20px; font-size: 38px; font-weight: 800; color: #111; line-height: 47px; }
.mb-detail .profile .infor .name:before { content: ''; position: absolute; top: 0; left: 1px; width: 40px; height: 4px; background: #b7265c; }
.mb-detail .profile .infor .name em { display: block; margin: 10px 0 0 0; font-size: 24px; font-weight: 600; line-height: 33px; }
/* .mb-detail .profile .infor .name em:before { content: ''; position: absolute; top: 6px; left: 0; width: 1px; height: 20px; background: #d5d5d5; } */
.mb-detail .profile .infor .mail { margin-top: 30px; }
.mb-detail .profile .infor .mail a { display: inline-block; padding-left: 32px; font-size: 18px; font-weight: 400; color: #505050; line-height: 27px; background: url('../images/member/mail_icon2.png') no-repeat left center; }
.mb-detail .profile .infor .mail a:hover { background: url('../images/member/mail_icon2_hover.png') no-repeat left center; }
.mb-detail .profile .infor .lang { position: absolute; top: 35px; right: 0; font-size: 18px; font-weight: 400; color: #505050; line-height: 27px; }
.mb-detail .profile .infor .lang em { display: inline-block; width: 1px; height: 15px; margin: 6px 15px 0 15px; background-color: #d5d5d5; vertical-align: top; }
.mb-detail .cont { width: calc(50% - 120px); }
.mb-detail .cont h3:first-child { margin-top: 0; }

.txt-bullet { margin-top: 30px; }
.txt-bullet li { position: relative; margin-top: 10px; padding-left: 17px; font-size: 18px; font-weight: 400; color: #505050; line-height: 27px; }
.txt-bullet li:before { content: ''; position: absolute; top: 11px; left: 0; width: 5px; height: 5px; border-radius: 50%; background-color: #b7265c; }

.content { display: flex; flex-wrap: wrap; gap: 40px; margin-top: 55px; padding-bottom: 80px; border-bottom: 1px solid #d5d5d5; }
.content li { width: calc((100% - 120px) / 4); }
.content li a { display: block; padding: 35px 40px; border-radius: 20px; border: 1px solid #eee; }
.content li a:hover { border: 1px solid #b7265c; box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
.content li a .classify { height: 25px; font-size: 16px; font-weight: 700; color: #b7265c; line-height: 25px; overflow: hidden; display: block; white-space: nowrap; text-overflow: ellipsis; }
.content li a .tit { height: 58px; margin-top: 20px; font-size: 20px; font-weight: 700; color: #020202; line-height: 29px; overflow: hidden; display: -webkit-box; white-space: initial; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-word; }
.content li a .txt { height: 96px; margin-top: 20px; font-size: 15px; font-weight: 300; color: #808080; line-height: 24px; overflow: hidden; display: -webkit-box; white-space: initial; text-overflow: ellipsis; -webkit-line-clamp: 4; -webkit-box-orient: vertical; word-break: break-word; }
.content li a .date { margin-top: 20px; font-size: 15px; font-weight: 600; color: #808080; line-height: 24px; }
.cont-more { position: absolute; top: 0; right: 0; }
.cont-more a { display: block; font-size: 18px; color: #555; line-height: 37px; }

.field-img { position: relative; width: 100%; margin-top: 120px; }
.field-img .text { position: absolute; top: 50%; left: 10%; width: 80%; text-align: center; transform: translatey(-50%); }
.field-img .text h3 { margin-top: 0; font-size: 50px; font-weight: 800; color: #fff; line-height: 59px; }
.field-img .text p { margin-top: 30px; font-size: 30px; font-weight: 500; color: #fff; line-height: 39px; }
.field-img .img1 { height: 450px; background: url('../images/business/business_img1.jpg') no-repeat center center; }
.field-img .img2 { height: 450px; background: url('../images/business/business_img2.jpg') no-repeat center center; }
.field-img .img3 { height: 450px; background: url('../images/business/business_img3.jpg') no-repeat center center; }
.field-img .img4 { height: 450px; background: url('../images/business/business_img4.jpg') no-repeat center center; }
.field-img .img5 { height: 450px; background: url('../images/business/business_img5.jpg') no-repeat center center; }
.field-img .img6 { height: 450px; background: url('../images/business/business_img6.jpg') no-repeat center center; }
.field-img .img7 { height: 450px; background: url('../images/business/business_img7.jpg') no-repeat center center; }
.field-img .img8 { height: 450px; background: url('../images/business/business_img8.jpg') no-repeat center center; }

.field-list { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 60px; }
.field-list li { padding: 35px 60px; border-radius: 20px; border: 1px solid #ccd6df; background-color: #f0f2f6; }
.field-list li .tit { font-size: 22px; font-weight: 500; color: #1a2f6d; line-height: 31px; }
.field-list li .txt { margin-top: 10px; font-size: 20px; color: #333; line-height: 29px; }

.seawrap { display: flex; align-items: center; justify-content: space-between; margin-top: 80px; }
.seawrap .total { font-size: 15px; font-weight: 400; color: #888; line-height: 24px; }
.seawrap .total span { font-weight: 700; color: #1a2f6d; }
.seawrap .search { display: flex; }
.seawrap .search select { width: 180px; height: 48px; padding-left: 20px; font-size: 15px; font-weight: 400; color: #808080; border-radius: 5px; border: 1px solid #d5d5d5; }
.seawrap .search .sea { display: flex; width: 298px; margin-left: 8px; overflow: hidden; border-radius: 5px; border: 1px solid #d5d5d5; }
.seawrap .search .sea input { width: calc(100% - 58px); height: 46px; padding-left: 20px; font-size: 15px; font-weight: 400; color: #808080; border: none; }
.seawrap .search .sea input::placeholder { color: #808080; }
.seawrap .search .sea a { font-size: 0; line-height: 0; }
.seawrap .search .sea button { font-size: 0; line-height: 0; border: none; }

.board-list { margin-top: 40px; border-top: 2px solid #1a2f6d; }
.board-list li { border-bottom: 1px solid #d5d5d5; }
.board-list li a { position: relative; display: block; padding: 25px; }
.board-list li a .classify { padding-right: 80px; font-size: 17px; font-weight: 400; color: #b7265c; line-height: 26px; }
.board-list li a .classify span { display: inline-block; width: 56px; margin-right: 20px; font-size: 15px; font-weight: 400; color: #fff; line-height: 26px; text-align: center; border-radius: 5px; background-color: #b7265c; vertical-align: top; }
.board-list li a .tit { margin-top: 10px; font-size: 20px; color: #0a0a0a; line-height: 29px; overflow: hidden; display: -webkit-box; white-space: initial; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-word; }
.board-list li a .date { position: absolute; top: 25px; right: 25px; font-size: 17px; color: #888; line-height: 26px; }
.board-list li a:hover { background-color: #f8f8f8; }
.board-list li.no-data { width: 100%; text-align: center; padding: 30px 0; }

.paging { position: relative; margin-top: 80px; font-size: 0; line-height: 0; text-align: center; }
.paging a { display: inline-block; width: 30px; margin: 0 10px; font-size: 17px; font-weight: 300; color: #242424; line-height: 30px; text-align: center; transition: none; }
.paging a.on, .paging a:hover { color: #fff; border-radius: 20px; background-color: #b7265c; }
.paging a.btn { margin: 0 8px; }
.paging a.btn img { font-size: 0; line-height: 0; vertical-align: top; }
.paging a.btn.on, .paging a.btn:hover { background: none; }
.paging a.write { position: absolute; top: -3px; right: 0; width: 90px; margin: 0; font-size: 15px; font-weight: 500; color: #272727; line-height: 34px; border-radius: 30px; border: 1px solid #272727; }
.paging a.write:hover { color: #fff; border: 1px solid #b7265c; background-color: #b7265c; }

.viewtop { margin-top: 100px; padding: 25px 70px; border-top: 2px solid #1a2f6d; border-bottom: 1px solid #d5d5d5; }
.viewtop .classify { font-size: 17px; font-weight: 400; color: #b7265c; line-height: 26px; }
.viewtop .classify em { position: relative; display: inline-block; margin-left: 20px; padding-left: 20px; color: #888; vertical-align: top; }
.viewtop .classify em:before { content: ''; position: absolute; top: 6px; left: 0; width: 1px; height: 13px; background: #d5d5d5; }
.viewtop .tit { margin-top: 10px; font-size: 26px; font-weight: 500; color: #0a0a0a; line-height: 35px; }
.viewtop .date { margin-top: 10px; font-size: 17px; font-weight: 400; color: #888; line-height: 26px; vertical-align: top; }
.viewcont { padding: 45px 70px; font-size: 18px; font-weight: 400; color: #505050; line-height: 32px !important; border-bottom: 1px solid #d5d5d5; }
.viewcont p { font-size: 18px; font-weight: 400; color: #505050; line-height: 32px !important; }
.viewcont img { max-width: 100%; margin-bottom: 45px; }
.viewcont h1 { display: block; font-size: revert; font-weight: 400; color: inherit; line-height: 1.5em !important; }
.viewcont h2 { margin-top: 0; font-size: revert; font-weight: 400; color: inherit; line-height: 1.5em !important; text-align: left; }
.viewcont h2 span { position: static; display: inline; padding-bottom: 0; }
.viewcont h2 span:after, .viewcont h2 span:before { content: none !important; }
.viewcont h3 { margin-top: 0; font-size: revert; font-weight: 400; color: inherit; line-height: 1.5em !important; }

.button { margin-top: 80px; font-size: 0; line-height: 0; text-align: center; }
.button a { display: inline-block; margin: 0 10px; width: 180px; font-size: 20px; font-weight: 700; color: #b7265c; line-height: 55px; border: 2px solid #ddd; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.button a:hover { border: 2px solid #b7265c; }
.button a.on { color: #fff; border: 2px solid #b7265c; background-color: #b7265c; }
.button a.on:hover { border: 2px solid #941e4a; background-color: #941e4a; }

.field-area { display: flex; flex-wrap: wrap; gap: 40px; margin-top: 55px; padding-bottom: 80px; border-bottom: 1px solid #d5d5d5; }
.field-area li { width: calc((100% - 80px) / 3); }
.field-area li a { position: relative; display: block; padding: 25px 40px 25px 53px; font-size: 20px; font-weight: 600; color: #1a2f6d; line-height: 29px; border-radius: 20px; border: 1px solid #f0f2f6; background-color: #f0f2f6; }
.field-area li a:before { content: ''; position: absolute; top: 38px; left: 40px; width: 4px; height: 4px; border-radius: 50%; background: #1a2f6d; }
.field-area li a:hover { border: 1px solid #d5d5d5; background-color: #fff; box-shadow: 0 5px 15px rgba(0,0,0,0.1); }

.board-write { margin-top: 100px; border-top: 2px solid #1a2f6d; }
.board-write > li { display: flex; align-items: center; border-bottom: 1px solid #d5d5d5; }
.board-write > li .tit { width: 240px; padding-left: 50px; font-size: 18px; font-weight: 500; color: #0a0a0a; line-height: 27px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.board-write > li .input { width: calc(100% - 240px); padding: 20px 30px; font-size: 0; line-height: 0; text-align: left; border-left: 1px solid #d2d2d2; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.board-write > li .input input[type="text"] { width: 1000px; height: 53px; padding-left: 20px; font-size: 18px; font-weight: 400; color: #0a0a0a; border: 1px solid #e5e5e5; background-color: #f5f5f5; }
.board-write > li .input select { width: 300px; height: 53px; padding-left: 20px; font-size: 18px; font-weight: 400; color: #0a0a0a; border-radius: 0; border: 1px solid #e5e5e5; background-color: #f5f5f5; }
.board-write > li .input select ~ select { margin-left: 20px; }
.board-write > li .input textarea { width: 1000px; height: 250px; padding: 10px 20px; font-size: 18px; font-weight: 400; color: #0a0a0a; line-height: 27px; border: 1px solid #e5e5e5; background-color: #f5f5f5; }

.privacy { margin-top: 60px;  }
.privacy .tit { font-size: 18px; font-weight: 500; color: #0a0a0a; line-height: 27px; }
.privacy .cont { overflow-y: scroll; height: 250px; margin-top: 25px; padding: 35px 49px; font-size: 17px; color: #5a5a5a; line-height: 26px; border: 1px solid #d5d5d5; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

.assent { margin-top: 20px; font-size: 0; line-height: 0; }
.assent input { width: 22px; height: 22px; margin: 2px 10px 0 0; border: 1px solid #c5c5c5; }
.assent label { font-size: 17px; font-weight: 500; color: #3a3a3a; line-height: 26px; }

.result { margin-top: 190px; padding: 55px; text-align: center; border: 1px solid #e5e5e5; }
.result .tit { font-size: 30px; font-weight: 400; color: #0a0a0a; line-height: 39px; }
.result .tit strong { font-weight: 800; }
.result .txt { margin-top: 10px; font-size: 18px; font-weight: 400; color: #333; line-height: 27px; }
.result .txt strong { font-weight: 800; }

.noline { padding-bottom: 0 !important; border-bottom: none !important; }

@media screen and (max-width: 1400px) {
	.wrap { width: 1200px; margin: 0 auto; }

	.explain-txt br { display: none; }

	.company-hero-visual .visual-inner { width: 1200px; }

	.mb-detail .profile .photo:before { height: 643px; }
	.mb-detail .profile .infor { margin: 60px 0 0 0; }
	.mb-detail .cont { width: calc(50% - 100px); }

	.board-write > li .input input[type="text"] { width: 100%; }
	.board-write > li .input select { width: calc((100% - 20px) / 2); }
	.board-write > li .input select ~ select { margin-left: 20px; }
	.board-write > li .input textarea { width: 100%; }
}

@media screen and (max-width: 1200px) {
	.wrap { width: 980px; margin: 0 auto; }

	h3.mgleft { margin-left: 40px; }

	.company-hero-visual .visual-inner { width: 980px; }
	.company-copy .copy { font-size: 22px; line-height: 36px; }

	.directions { display: block; }
	.directions .address { width: 100%; margin-left: 0; }
	.directions .map-btn { width: 100%; margin: 55px 0 0 30px; }

	.traffic { margin: 55px 40px 0 40px; }
	.traffic > li h4 { width: 240px; }
	.traffic > li .cont { width: calc(100% - 240px); }
	.traffic > li .txt em { display: block; }
	.traffic > li .txt em ~ em { margin-top: 20px; }
	.traffic > li .txt span.line1 { margin-left: 0; }

	.mb-detail .profile .photo:before { height: 525px; }
	.mb-detail .cont { width: calc(50% - 80px); }
}

@media screen and (max-width: 980px) {
	.wrap { width: 750px; margin: 0 auto; }

	.company-hero-visual .visual-inner { width: 750px; }
	.company-copy .copy { font-size: 17px; line-height: 31px; }

	.introduce li { display: block; }
	.introduce li .tit { width: 100%; }
	.introduce li .cont { width: 100%; margin-top: 40px; }

	.member { gap: 40px; }
	.member li { width: calc((100% - 40px) / 2); }

	.member2 { gap: 40px; }
	.member2 li { width: calc((100% - 40px) / 2); }

	.mb-detail { display: block; margin-top: 55px; }
	.mb-detail .profile { position: static; width: 100%; height: 100%; }
	.mb-detail .profile .photo:before { display: none; }
	.mb-detail .profile .infor { margin: 60px 0 0 0; }
	.mb-detail .cont { width: 100%; }
	.mb-detail .cont h3:first-child { margin-top: 95px; }

	.content li { width: calc((100% - 40px) / 2); }
}

@media screen and (max-width: 768px) {
	.wrap { width: auto; margin: 0 20px; }

	.quick-top { bottom: 30px; right: 20px; }
	.quick-top a { width: 40px; padding: 4px 0 6px 0; font-size: 11px; line-height: 15px; border-radius: 5px; }
	.quick-top a em { font-size: 13px; }

	#container { margin-bottom: 80px; }

	h2 { margin-top: 105px; font-size: 30px; line-height: 39px; }
	h2 span { padding-bottom: 43px; }
	h2 span:after { top: -2px; right: -20px; width: 10px; height: 10px; }
	h2 span:before { width: 1px; height: 25px; }
	h3 { margin-top: 50px; font-size: 20px; line-height: 29px; }
	h3.mgtop { margin-top: 50px; }
	h3.mgleft { margin-left: 20px; }

	.explain-txt { margin-top: 25px; font-size: 15px; line-height: 22px; }
	.explain-txt span { margin-bottom: 15px; font-size: 21px; line-height: 30px; }

	.tabmenu { margin: 45px auto 0 auto; }
	.tabmenu li { width: auto; }
	.tabmenu li a { padding: 0 25px; font-size: 14px; line-height: 41px; }

	.company-hero { margin-top: 50px; }
	.company-hero-visual .visual-inner { width: 300px; height: 200px; }
	.company-copy .copy { margin: 0 40px; font-size: 15px; line-height: 24px; }
	.company-copy .copy br { display: none; }

	.introduce { margin-top: 60px; }
	.introduce li { margin-top: 50px; }
	.introduce li .tit { font-size: 20px; line-height: 29px; }
	.introduce li .tit span { width: 40px; font-size: 22px; line-height: 29px; }
	.introduce li .cont { margin-top: 15px; font-size: 15px; line-height: 24px; }
	.introduce li .cont strong { margin-bottom: 15px; font-size: 15px; line-height: 24px; }

	.map { margin-top: 50px; border-radius: 10px; }
	.directions { margin-top: 35px; }
	.directions .address .icon { padding: 0 0 0 20px; font-size: 16px; line-height: 25px; background: url('../images/about/address_icon.png') no-repeat left top 5px; background-size: auto 15px; }
	.directions .address .tel { margin-top: 10px; font-size: 15px; line-height: 24px; }
	.directions .address .tel strong { margin-left: 20px; }
	.directions .map-btn { margin: 20px 0 0 15px; }
	.directions .map-btn a { width: 138px; margin-left: 5px; padding: 0 20px; font-size: 14px; line-height: 43px; border-radius: 5px; }
	.directions .map-btn a.naver { background: url('../images/about/icon_naver.jpg') no-repeat right 20px top 14px; background-size: 15px; }
	.directions .map-btn a.google { background: url('../images/about/icon_google.jpg') no-repeat right 20px top 14px; background-size: 15px; }

	.traffic { margin: 20px 0 0 20px; }
	.traffic > li { display: block; margin-top: 25px; }
	.traffic > li h4 { width: 100%; font-size: 16px; line-height: 35px; }
	.traffic > li h4 img { height: 35px; margin-right: 10px; }
	.traffic > li .cont { width: 100%; margin-top: 10px; }
	.traffic > li .txt { font-size: 14px; line-height: 25px; }
	.traffic > li .txt em { margin-top: 15px; }
	.traffic > li .txt em ~ em { margin-top: 5px; }
	.traffic > li .txt span { margin: 0 5px 0 0; width: 50px; font-size: 13px; line-height: 21px; }

	.member { gap: 35px 20px; margin-top: 55px; }
	.member li { width: calc((100% - 20px) / 2); }
	.member li .img { border-radius: 10px; }
	.member li .name { margin: 20px 0 0 5px; font-size: 20px; line-height: 29px; }
	.member li .name em { display: block; margin: 0; padding: 0; font-size: 14px; line-height: 23px; }
	.member li .name em:before { display: none; }
	.member li .name a { top: 10px; right: 5px; }
	.member li .name a img { height: 31px; }

	.member2 { gap: 25px 20px; margin-top: 25px; }
	.member2 li { width: calc((100% - 20px) / 2); }
	.member2 li .img { border-radius: 10px; }
	.member2 li .name { margin: 15px 0 0 5px; font-size: 18px; line-height: 27px; }
	.member2 li .name em { display: block; margin: 0; padding: 0; font-size: 14px; line-height: 23px; }
	.member2 li .name em:before { display: none; }
	.member2 li .name a { top: 9px; right: 5px; }
	.member2 li .name a img { height: 31px; }

	.mb-detail .profile .infor { margin: 30px 0 0 0; }
	.mb-detail .profile .infor .name { position: relative; padding-top: 18px; font-size: 24px; line-height: 33px; }
	.mb-detail .profile .infor .name:before { width: 30px; height: 3px; }
	.mb-detail .profile .infor .name em { margin-left: 15px; padding-left: 15px; font-size: 18px; line-height: 27px; }
	.mb-detail .profile .infor .name em:before { top: 5px; height: 16px; }
	.mb-detail .profile .infor .mail { margin-top: 20px; }
	.mb-detail .profile .infor .mail a { padding-left: 25px; font-size: 15px; line-height: 22px; background: url('../images/member/mail_icon2.png') no-repeat left center; background-size: auto 10px; }
	.mb-detail .profile .infor .mail a:hover { background: url('../images/member/mail_icon2_hover.png') no-repeat left center; background-size: auto 10px; }
	.mb-detail .profile .infor .lang { top: 25px; font-size: 15px; line-height: 24px; }
	.mb-detail .profile .infor .lang em { height: 13px; margin: 5px 15px 0 15px; }
	.mb-detail .cont h3:first-child { margin-top: 50px; }

	.txt-bullet { margin-top: 20px; }
	.txt-bullet li { margin-top: 5px; padding-left: 15px; font-size: 14px; line-height: 21px; }
	.txt-bullet li:before { top: 9px; left: 1px; width: 4px; height: 4px; }

	.content { gap: 20px; margin-top: 25px; padding-bottom: 60px; }
	.content li { width: calc((100% - 20px) / 2); }
	.content li a { padding: 15px 20px; border-radius: 10px; }
	.content li a .classify { height: 20px; font-size: 13px; line-height: 20px; }
	.content li a .tit { height: 44px; margin-top: 10px; font-size: 15px; line-height: 22px; }
	.content li a .txt { height: 80px; margin-top: 10px; font-size: 13px;line-height: 20px; }
	.content li a .date { margin-top: 10px; font-size: 13px; line-height: 20px; }
	.cont-more a { font-size: 14px; line-height: 29px; }

	.field-img { margin-top: 60px; }
	.field-img .text h3 { font-size: 26px; line-height: 35px; }
	.field-img .text p { margin-top: 15px; font-size: 16px; line-height: 25px; }
	.field-img .img1 { height: 180px; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
	.field-img .img2 { height: 180px; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
	.field-img .img3 { height: 180px; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
	.field-img .img4 { height: 180px; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
	.field-img .img5 { height: 180px; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
	.field-img .img6 { height: 180px; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
	.field-img .img7 { height: 180px; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
	.field-img .img8 { height: 180px; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }

	.field-list { grid-template-columns: 1fr; gap: 10px; margin-top: 20px; }
	.field-list li { padding: 15px 30px; }
	.field-list li .tit { font-size: 16px; line-height: 23px; }
	.field-list li .txt { margin-top: 10px; font-size: 15px; line-height: 22px; }

	.seawrap { display: block; margin-top: 45px; }
	.seawrap .total { font-size: 15px; font-weight: 400; color: #888; line-height: 24px; text-align: center; }
	.seawrap .search { display: flex; margin-top: 25px; }
	.seawrap .search select { width: 120px; height: 43px; padding-left: 10px; font-size: 14px; }
	.seawrap .search .sea { width: calc(100% - 125px); margin-left: 5px; }
	.seawrap .search .sea input { width: calc(100% - 52px); height: 41px; padding-left: 10px; font-size: 14px; }
	.seawrap .search .sea a img { height: 41px; }
	.seawrap .search .sea button img { height: 41px; }

	.board-list { margin-top: 30px; border-top: 2px solid #1a2f6d; }
	.board-list li a { padding: 15px 10px; }
	.board-list li a .classify { padding-right: 60px; font-size: 13px; line-height: 22px; }
	.board-list li a .classify span { width: 48px; margin-right: 10px; font-size: 13px; line-height: 22px; border-radius: 3px; }
	.board-list li a .tit { margin-top: 5px; font-size: 15px; line-height: 22px; }
	.board-list li a .date { top: 15px; right: 10px; font-size: 13px; line-height: 22px; }
	.board-list li a:hover { background-color: #fff; }

	.paging { margin-top: 40px; }
	.paging a { width: 24px; margin: 0 3px; font-size: 13px; line-height: 24px; }
	.paging a.btn { margin: 0; }
	.paging a.btn img { width: 24px; }
	.paging a.write { position: static; display: block; width: 100px; margin: 40px auto 0 auto; font-size: 13px; line-height: 30px; }

	.viewtop { margin-top: 50px; padding: 15px 10px; }
	.viewtop .classify { font-size: 13px; line-height: 20px; }
	.viewtop .classify em { margin-left: 15px; padding-left: 15px; }
	.viewtop .classify em:before { top: 4px; height: 12px; }
	.viewtop .tit { margin-top: 10px; font-size: 17px; line-height: 24px; }
	.viewtop .date { margin-top: 8px; font-size: 13px; line-height: 18px; }
	.viewcont { padding: 30px 10px; font-size: 13px; line-height: 20px; }
	.viewcont p { font-size: 13px; line-height: 20px; }
	.viewcont img { max-width: 100%; margin-bottom: 25px; }

	.button { margin-top: 40px; }
	.button a { margin: 0 5px; width: 120px; font-size: 15px; line-height: 40px; }

	.field-area { gap: 10px; margin-top: 25px; padding-bottom: 60px; }
	.field-area li { width: 100%; }
	.field-area li a { padding: 15px 15px 15px 30px; font-size: 15px; line-height: 22px; border-radius: 10px; }
	.field-area li a:before { top: 25px; left: 20px; width: 3px; height: 3px; }

	.board-write { margin-top: 50px; }
	.board-write > li { display: block; padding: 15px 10px 20px 10px; }
	.board-write > li .tit { width: 100%; padding: 0; font-size: 14px; line-height: 23px; }
	.board-write > li .input { width: 100%; margin-top: 10px; padding: 0; border-left: none; }

	.board-write > li .input input[type="text"] { height: 41px; padding-left: 10px; font-size: 14px; }
	.board-write > li .input select { width: calc((100% - 10px) / 2); height: 41px; padding-left: 10px; font-size: 14px; }
	.board-write > li .input select ~ select { margin-left: 10px; }
	.board-write > li .input textarea { height: 150px; padding: 5px 10px; font-size: 14px; line-height: 23px; }

	.privacy { margin-top: 25px; }
	.privacy .tit { font-size: 14px; line-height: 23px; }
	.privacy .cont { height: 150px; margin-top: 15px; padding: 15px 20px; font-size: 13px; line-height: 20px; }

	.assent input { width: 16px; height: 16px; margin: 2px 8px 0 0; }
	.assent label { font-size: 13px; line-height: 20px; }

	.result { margin-top: 115px; padding: 25px; }
	.result .tit { font-size: 20px; line-height: 29px; }
	.result .txt { margin-top: 5px; font-size: 14px; line-height: 23px; }
}

@media screen and (max-width: 480px) {
	.wrap { width: auto; margin: 0 20px; }

	.tabmenu { margin: 15px auto 0 auto; }
	.tabmenu li a { padding: 0 15px; }
    
    .board-list p.date { display:none; }
}