@import url('//fonts.googleapis.com/earlyaccess/nanumgothic.css');

body{font-family: "Nanum Gothic", sans-serif;}
body{background-color:white;}

:root {
    --swiper-navigation-size: 30px;
    --swiper-theme-color: #ffffff;
    --swiper-bullet-color: #ffffff;
    --swiper-pagination-bullet:#ffffff;
}

._center{text-align: center;}

a{
    color: inherit;
    text-decoration: unset;
}

input {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

body {
    margin: 0;
    overflow-x: hidden;
    width: -webkit-fill-available;
    box-sizing: border-box;
}



.menu_area::-webkit-scrollbar, #portporio_tags::-webkit-scrollbar{width:1px;height:1px;}
.menu_area::-webkit-scrollbar-thumb, #portporio_tags::-webkit-scrollbar-thumb{border-radius:1px;background-color:#f1f1f1;}
.menu_area:hover::-webkit-scrollbar-thumb{background-color:#e0e0e0;}
#portporio_tags:hover::-webkit-scrollbar-thumb{background-color:red;}

#main_wrap{margin-bottom:80px;}

.mid-sliding-image-area{
    max-width: -webkit-fill-available;
}

#top_area, .mid-board{
    max-width: 1450px;
}

.mid-portfolio{
    max-width: 1200px;
}

.txt-board{
    max-width: 1450px;
}

.portporio_contents #portporio_tags, .portporio_contents #portporio_image, .portporio_contents #portporio_contents {
    max-width: 1000px;
}

#top_area, .mid-sliding-image-area, .mid-portfolio, .mid-board, .txt-board, .portporio_contents #portporio_tags, .portporio_contents #portporio_image, .portporio_contents #portporio_contents {
    margin: 0 auto;
}

.menu_area > div.menu_item > #menu_detail{
    min-width: 180px;
}

#top_area {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 30px 0px;
    border-bottom: 1px solid #f3f3f3;
}

#logo_area{
    display: flex;
    align-items: center; 
    width: -webkit-fill-available;
    overflow: hidden;     
}

#logo_area, .btn_area{
    white-space:nowrap;
}

#logo_area > #logoArea{
    margin: 0;
    margin-left: 0;
    cursor: pointer;
}

#logo_area > #logoArea > img{
    height: 50px;
}

#logo_area > #logoArea {
    font-size: 30px;   
}

.menu_area {
    margin: 0 30px 0 70px;
    font-size: 0;
    overflow: auto;
}

.menu_area > div.menu_item{
    display:inline-block;    
}

.menu_area > div.menu_item > span {
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    text-align: center;
    margin: 5px 20px;    
}

.menu_area > div.menu_item > #menu_detail {
    position: absolute;
    background-color: white;
    border-top: 4px solid #ff0000;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
    font-size: 15px;
    text-align: center;
    box-shadow: 0px 2px 3px 0px #00000036;
}

.menu_area > div.menu_item:not(.menu_type_link) span:after {
    content: "∨";
    font-size: 13px;
    font-weight: bold;
    margin-left: 4px;
    border: 1px solid #ffffff;
    padding: 0 4px;
    border-radius: 8px;
    color: #d5d5d5;
    transition: 0.5s ease-in-out;
}

.menu_area > div.menu_item:not(.menu_type_link):hover span:after{
    border: 1px solid #ffffff;
    background-color: #dbdbdb;
    color: #ffffff;
    transition: 0.5s ease-in-out;
}

.menu_area > div.menu_item > #menu_detail ul, .menu_area > div.menu_item > #menu_detail li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.menu_area > div.menu_item > #menu_detail ul {
    padding-bottom: 25px;
    padding-top: 15px;
}

.menu_area > div.menu_item > #menu_detail li {
    padding: 10px;
    font-size: 15px;
    transition: 0.5s ease-in-out;
}

.menu_area > div.menu_item > #menu_detail li:hover {
    background-color:#f0f0f0;
    transition: 0.2s ease-in-out;
}

.menu_area > div.menu_type_link{
    color:red;
}

.btn_area {
    margin-right: 0px;
    display: flex;
    align-items: center;
}

.btn_area > button {
    color: #646464;
    border: 1px solid #d7d7d7;
    background-color: white;
    border-radius: 3px;
    padding: 4px 10px;
    font-size: 13px;
    margin-left: 5px;
}

.btn_area > button.noBorder{
    border:0;
    margin:0;
}

.btn_area > button:last-child{
    color: red;
    border-color: red;
}

.btn_area > button.hide {
    display:none;
}

.mid-sliding-image-area{
    overflow: hidden;
    position: relative;
}

.mid-sliding-image-area img{
    width:100%;
    max-height: 800px;
}

.mid-portfolio h1 {
    text-align: center;
    font-size: 30px;
    margin-top: 90px;
    margin-bottom: 50px;
    color: #484848;
    /* text-shadow: 3px 3px 6px rgb(0 0 0 / 48%); */
}

.mid-portfolio #items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mid-portfolio #items a {
    margin: 10px;
    margin-bottom: 70px;
    width:250px;
}

.mid-portfolio #items img {
    width: 100%;
    box-shadow: 1px 2px 8px 0px #00000040;
}

.mid-board{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.mid-board > div {
    width: 400px;
    margin: 0 20px;
}

/**/
table{
	border-collapse: collapse;
	color: black;
    width: -webkit-fill-available;
}

table._marginTop{
    margin-top:70px;
}

th{	
    font-weight: lighter;
	line-height: 20px;
	border-bottom:1px solid #a3a3a3;
	/*padding:1rem 0;*/
	padding-bottom: 13px;
}

td{
	text-align:center;	
	color:#262626;
	font-size:14px;
	letter-spacing: 0;
	padding: 10px 0;
}

tr{
    border-top:1px solid #efefef;
}

tr:nth-child(2){
    border-top:0;
}


tr:nth-last-child(-n+2){
    /*border-bottom:1px solid #efefef;*/
}

td a {
    color: #262626;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

td img{height: 60px;max-width:90px;margin-top: -3px;margin-bottom: -3px;margin-left: 14px;} 

th.left{text-align:left;font-size: 20px;}
th.right{text-align:right;padding-right: 0;padding-bottom: 0;font-size: 12px;}
th.right .btn{padding:0 10px;cursor:pointer;}
th.right .btn.off{padding:0 10px;color:#f1f1f1;cursor:default;}

tr._paddingTop td{padding-top:20px;}
td.left{text-align:left;padding-left: 0px;}
td.right{text-align:right;padding-right:10px;width: 80px;}


/*subpage txt board*/
.txt-board{
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    margin-top:70px;
}

.txt-board-menu ul , .txt-board-menu li{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.txt-board-menu ul{
    margin: 0 30px; 
    width: 230px;
}

.txt-board-menu li {
    box-sizing: border-box;
    padding: 15px 10px;
    border: 1px solid #e1e1e1;
    border-top: 0;
    font-size: 14px;
}

.txt-board-menu li > a{display:block;}

.txt-board-menu li.title {
    border: 1px solid #673ab7;
    border-top: 0;
    background-color: #673ab7;
    color: white;
    padding: 15px 10px;
    font-size: 17px;
}

.txt-board-menu li.on{
    border-left: 3px solid #673ab7;
}

.txt-board-menu li._marginTop{
    margin-top:25px;

}

.txt-board-table {
    width: 100%;
    padding: 0px 20px;
    min-height: 400px;
    overflow:hidden;
}

.txt-board-table #searchArea {
    display: flex;
    justify-content: space-between;
    padding: 50px 10px 20px 10px;
    align-items: center;
}

.txt-board-table #searchArea #searchFormTitle{
    font-size: 16px;
}

.txt-board-table #searchArea #searchForm{
    font-size: 14px;
    color: gray;
}

.txt-board-table #searchArea #searchForm input{
    border:1px solid gray;
    padding: 10px;
    margin-left: 10px;
    font-size: 13px;
    width: 200px;
}

.txt-board-table #searchArea #searchForm button {
    border: 0;
    padding: 10px 25px;
    background-color: #f3f3f3;
    color: black;
    margin-left: 10px;
    font-size: 13px;
    cursor:pointer;
}

/*
.txt-board-table h1 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: unset;
}
*/
.txt-board-table h1 {
    margin: 0 10px;
    /* margin-bottom: 20px; */
    font-size: 22px;
    font-weight: bold;
}

.txt-board-table th{	
	border-bottom:0;
	border-top:1px solid #343434;
    padding:20px 30px;
    font-weight: bold;
    font-size: 14px;
    background-color:#fdfdfd;
}

.txt-board-table td{	
    padding:20px 0px;
    font-size: 17px;
    /*border-top: 1px solid #dfdfdf;*/
    vertical-align: top;
}

.txt-board-table th.left{text-align:left;width: unset;}
.txt-board-table th.right{text-align:right;width: unset;}

.txt-board-table td.left{text-align:left;width: unset;padding-right:10px;}
.txt-board-table td.right{text-align:right;width: unset;}

.txt-board-table td.left > a.hide {
    text-decoration: line-through;
    color: silver;
}

.txt-board-table td.left > p.nickname {
    color: #9079ba;
    font-size: 14px;
    font-weight:bold;
    margin: 0;
    margin-right:4px;
    margin-bottom: 10px;
    padding: 0;
    display: inline-block;
}

.txt-board-table td.left > p.smallDate {
    font-size: 13px;
    color: #9b9b9b;
    display: none;
}

.txt-board-table td > p.date {
    font-size: 14px;
}

.txt-board-table tr.smallHeight th{
    padding: 0;
    height: 0;
    line-height: 0;
}

.txt-board-table #txt-board-contents p{margin:25px 0;line-height: 160%;}
.txt-board-table #txt-board-contents h1{margin:10px 0;}
.txt-board-table #txt-board-contents h2{margin:10px 0;}
.txt-board-table #txt-board-contents h3{margin:10px 0;}
.txt-board-table #txt-board-contents h4{margin:10px 0;}
.txt-board-table #txt-board-contents h5{margin:10px 0;}


.txt-board-table tr.boardContents {
    border-top: 0;
    z-index:-1; 
}

.txt-board-table tr.boardContents.hide{
    position:absolute;  
    opacity:0;
    height:0;
    overflow-y: hidden;
}

.txt-board-table tr.boardContents.show {
    position: unset;
    opacity: 1;
    height: fit-content;
    transition: 0.3s ease-in-out;   
}

.txt-board-table tr.boardContents div.content {
    text-align: left;
    background-color: #fafafa;
    padding: 20px;
    margin-top: -20px;
    margin-left: 110px;
    margin-right: 110px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
}


.txt-board-table tr.boardContents .buttonArea {
    margin-bottom: 0px;
    margin-top: 20px;
    text-align: right;
}

.txt-board-table tr.boardContents .buttonArea > a {
    display: inline-block;
    color: white;
    padding: 2px 20px;
    margin: 0 4px;
    font-size: 12px;
}

.txt-board-table tr.boardContents .buttonArea > a:nth-child(1n){background-color:#808080;}
.txt-board-table tr.boardContents .buttonArea > a:nth-child(2n){background-color:#ff4f4f;}
.txt-board-table tr.boardContents .buttonArea > a:nth-child(3n){background-color:#ffb600;}




/*
.txt-board-table tr.boardContents div.replyArea {
    background-color: white;
    padding: 1px 10px 10px 10px;
    margin: 20px -10px -10px -10px;
    box-shadow: 1px 1px 10px -7px #00000054;
}

.txt-board-table tr.boardContents div.replyArea > div.reply {
    margin-top: 15px;
    margin-left: 20px;
    position: relative;
    text-indent: 0px;
    padding-left: 5px;
    width: max-content;
    padding-right: 9px;
    color: black;
    font-size: 15px;
	background-color: white;
}
.txt-board-table tr.boardContents div.replyArea > div.reply.gray {
    color: #e0e0e0;
    background-color: #f2f2f2;
    margin-bottom:10px;
}

.txt-board-table tr.boardContents div.replyArea > div.reply:before {content: "∟";position: absolute;top: -3px;left: -18px;font-size: 13px;}
.txt-board-table tr.boardContents div.replyArea > div.reply.gray > a#reply{padding:5px 10px;font-size:11px;}
.txt-board-table tr.boardContents div.replyArea > div.reply > a{-webkit-line-clamp:unset;line-height: 15px;}
.txt-board-table tr.boardContents div.replyArea > div.reply > a:hover{text-decoration: underline;}


.txt-board-table tr.boardContents div.replyArea > div.reply > .nickname {
    margin: 0;
    margin-right: 4px;
    display: inline-block;
    color: #9079ba;
}

.txt-board-table tr.boardContents div.replyArea > div.reply > .date {
    color: #b1b1b1;
    font-size: 10px;
    margin:0;
    display: inline-block;
}

.txt-board-table tr.boardContents div.replyArea #replay_more{    
    text-align: center;
    margin-top: 30px;
    font-size: 12px;
    padding: 5px 0;
    transition: 0.5s ease-in-out;
}
.txt-board-table tr.boardContents div.replyArea #replay_more:hover{
    background-color: #f9f9f9;
}
*/


/**/
.portporio_submit.artical_vertical{flex-direction: column;}
.portporio_submit.artical_vertical section#titleArea{width: 100%;}
.portporio_submit.artical_vertical section#msgArea{width: 100%;}

.portporio_submit{display: flex;flex-direction: row;justify-content: center;align-items: flex-start;padding: 140px 10px;max-width: 1000px;margin: 0px auto;}
.portporio_submit section#titleArea u{display: block;text-decoration: none;font-size: 16px;}
.portporio_submit section#titleArea u:before {
    content: "";
    width: 120px;
    display: inline-block;
    border-top: 1px solid;
    margin-bottom: 7px;
    margin-right: 20px;
}
.portporio_submit section#titleArea div{font-size: 30px;font-weight: bold;letter-spacing: -3px;margin-top: 20px;display: block;}
.portporio_submit section#titleArea div p{margin:0;}
.portporio_submit section#titleArea{width: 40%;margin-top: -55px;}
.portporio_submit section#msgArea{width: 60%;font-size: 18px;line-height: 34px;/*color: gray;*/}
.portporio_submit section#msgArea p{margin:0;}

.portporio_submit section#msgArea.bock_form .box {
    background-color: white;
    border-radius: 2px;
    margin: 30px 20px;
    position: relative;
    overflow: hidden;
    /*box-shadow: 1px 1px 20px 0px #a9a9a9;*/
}

.portporio_submit section#msgArea.bock_form .box:nth-of-type(1) {
    margin-top: 0;
}    

.portporio_submit section#msgArea.bock_form .box span{
    position: absolute;
    font-size: 20px;
    top: 18px;
    left: 27px;
    transition: 0.1s ease-in-out;
}

.portporio_submit section#msgArea.bock_form .box input[type='text'], .portporio_submit section#msgArea.bock_form .box textarea{
    width: 100%;
    border: 0;
    font-size: 20px;
    outline: 0;
    padding: 33px 23px 13px 23px;
    resize: none;
    background-color: #f5f5f5;
}
.portporio_submit section#msgArea.bock_form .box textarea{
    height:150px;
}

.portporio_submit section#msgArea.bock_form .box:focus-within span ,.portporio_submit section#msgArea.bock_form .box.writen span {
    font-size: 10px;
    top: 0px;
    left:10px;
    transition: 0.3s ease-in-out;
    color:rgb(194, 194, 194);
}

.portporio_submit section#msgArea.bock_form #submitBtn {
    display: block;
    margin: 20px;
    padding: 15px 0;
    margin-top: 90px;
    border: 0;
    font-size: 25px;
    border-radius: 2px;
    width: -webkit-fill-available;
    background-color:#f32121;
    color:#ffffff;
}

.portporio_contents #portporio_tags {
    white-space: nowrap;
    padding: 20px 30px;
    text-align: center;
    overflow: auto;
    max-width: fit-content;
    border-bottom: 1px solid #f3f3f3;    
}

.portporio_contents #portporio_tags > a {
    font-size: 16px;
    padding: 0 20px;
    color:black;
}

.portporio_contents #portporio_tags > a.on{
    color:red;
}

.portporio_contents #portporio_image {
    overflow: hidden;
    margin-top: 90px;
    position: relative;
}

.portporio_contents #portporio_image .swiper-slide > img {
    height: 150px;
    width: 100%;
    cursor: pointer;
}

.portporio_contents #portporio_contents{
    margin-top: 60px;
}

.portporio_contents #portporio_selected_img{
    margin-bottom: 100px;
    text-align:center;
}

.portporio_contents #portporio_selected_img img{
    max-width:100%;
}

.portporio_contents #portporio_selected_contents{
    padding: 0 10px;
}



/*

*/
.menu_small_area {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    background-color: #00000075;
}

#menu_small_area_wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 300px;
    z-index: 1000;
    background-color: white;
    overflow-y: auto;
    overflow-x: hidden;
    transform:translateX(300px);
    transition: 0.3s ease-in-out;
    opacity:0;
}

#menu_small_area_wrap.active{transform:translate(0);opacity:1;}

#menu_small_area_wrap .mobile_menu_area > span {
	/* min-width:200px; */
	font-size: 15px;
	margin: 0px  0px 1px 0px;
	padding: 15px 20px;
	color: black;
	display: block;
	cursor: pointer;
	background-color: #f5f5f5;
}

#menu_small_area_wrap .mobile_menu_area > span > a{
    color:red;
}
#menu_small_area_wrap ul , #menu_small_area_wrap li{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#menu_small_area_wrap ul {	
    display:none;
    display:block;
    margin-bottom:40px;
}
#menu_small_area_wrap ul:nth-of-type(1) {
    display:block;
}
#menu_small_area_wrap li {
    font-size: 13px;
    margin: 16px 15px;
    color: #878787;
    cursor: pointer;
	padding-left:10px;
}
#menu_small_area_wrap li:hover {
	color:black;
}

#menu_small_area_wrap .menu_small_button_area {
    margin: 20px 0;
    text-align: right;
}

#menu_small_area_wrap .menu_small_button_area > a.hide{
    display: none;
}

#menu_small_area_wrap .menu_small_button_area > a {
    display: block;
    margin: 10px 30px;
    font-size: 20px;
}

#menu_small_area_wrap .menu_small_button_area > a:nth-of-type(1){
    margin-top: 50px;  
}

#menu_small_area_wrap .menu_small_button_area > a:nth-last-of-type(1) {
    color: #b0b0b0;
    font-size: 12px;
    margin-bottom: 40px;
    margin-top: 20px;
}

#menu_small_area_wrap .menu_small_button_area.width100P > a {
    text-align: center;
    border-radius: 4px;
    background-color: #e3e3e3;
    padding: 8px 0;
    font-size: 15px;
    margin-top: 10px;
}

#menu_small_area_wrap .menu_small_button_area.width100P > a:last-child{
    color:red;
}

#menu_small_area_wrap .menu_small_button_area.width100P > a:nth-of-type(1){
    margin-top: 50px;  
}

#menu_small_area_wrap .menu_small_button_area.small > a {
    font-size: 13px;
    color:gray;
}

#menu_small_area_wrap .menu_small_button_area.small > a.hide {
    display:none;
}

#menu_small_area_wrap .menu_small_button_area.small > a:nth-of-type(1){
    margin-top: 40px;  
}


#small_btn_area{
    display:none;
    padding-right: 10px;
}

#smallMenuOpen {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative;
    background-color: white;
    border:0;
    /*
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    */
}

#smallMenuOpen p {
    position: absolute;
    background-color: #838383;
    left: 7px;
    right: 7px;
    height: 1px;
    border-radius: 2px;
    margin: 0;
}

#smallMenuOpen p:nth-child(1){top: 10px;}
#smallMenuOpen p:nth-child(2){top: 18px;}
#smallMenuOpen p:nth-child(3){top: 26px;}

#smallMenuClose {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 34px;
    right: 330px;
    transform:translateX(-300px);
    transition: 0.3s ease-in-out;
    opacity:0;
}

#smallMenuClose.active{transform:translate(0);opacity:1;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#smallMenuClose p {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ffffff;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#smallMenuClose p:nth-child(1){top:0px;}
#smallMenuClose p:nth-child(2),#smallMenuClose span:nth-child(3){top:15px;}
#smallMenuClose p:nth-child(4){top:30px;}
#smallMenuClose.open p:nth-child(1){top:18px;width:100%;left:0%;}
#smallMenuClose.open p:nth-child(2){
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 50%;
  top: 26px;
  left: -4px;
}
#smallMenuClose.open p:nth-child(3){
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 50%;
  left: -4px;
  top: 9px;
}
#smallMenuClose.open p:nth-child(4){
  top: 18px;
  width: 0%;
  left: 50%;
}


.smallBoardMenuOpen {
    width: 40px;
    height: 40px;
    position: fixed;
    top: 123px;
    left: 10px;
    cursor:pointer; 
    display:none !important; 
    z-index:1;
}




.smallBoardMenuOpen p{
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: red;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    border-radius: 2px;
}

.smallBoardMenuOpen p:nth-child(1){
    width:50%;
    transform: rotate(45deg);
    top: -4px;
    left: 11px;
}

.smallBoardMenuOpen p:nth-child(2){
    width:50%;
    transform: rotate(135deg);
    top: 10px;
    left: 12px;
}

.smallBoardMenuClose{    
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 34px;
    left: 300px;


    transform:translateX(-300px);
    transition: 0.3s ease-in-out;
    opacity:0;
}

.smallBoardMenuClose.active{transform:translate(0);opacity:1;}

.smallBoardMenuClose p {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: white;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.smallBoardMenuClose p:nth-child(1){top:0px;}
.smallBoardMenuClose p:nth-child(2),.smallBoardMenuClose span:nth-child(3){top:15px;}
.smallBoardMenuClose p:nth-child(4){top:30px;}
.smallBoardMenuClose.open p:nth-child(1){top:18px;width:100%;left:0%;}
.smallBoardMenuClose.open p:nth-child(2){
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 50%;
  top: 26px;
  left: -4px;
}
.smallBoardMenuClose.open p:nth-child(3){
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 50%;
  left: -4px;
  top: 9px;
}
.smallBoardMenuClose.open p:nth-child(4){
  top: 18px;
  width: 0%;
  left: 50%;
}



.swiper-pagination-bullet {
    opacity: 1;
    background:var(--swiper-pagination-bullet,white);
    width: 7px;
    height: 7px;  
    opacity: 0.3;  
}

.swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 30px;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    transition: .25s ease-in-out;
}

.swiper-pagination-bullet-active {
    width: 80px;
    border-radius: 10px;
    background: var( --swiper-bullet-color , white);
    opacity: 1; 
}

.swiper-btnArea{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
    margin: 0 auto;
    height: 100%;
    max-width: 1700px;
    /*max-height: 600px;*/
}


/**
page
.page._marginTop{margin-top: 50px;}
.page._marginTop_minus40px {margin-top: -40px;}
.page{text-align: center;}
.page ul{margin:0;padding:0;margin-top: 0;padding-bottom: 20px;}
.page li{display: inline-block;margin: 0.1rem;padding: 0.3rem;font-size: 1.2rem;border-bottom:0;}
.page  a{outline-style: none;resize: none;display: inline-block;line-height:30px;min-width:30px;text-align:center;background-color:#fbfbfb;border-radius:10px;}
.page a:link, .page a:visited, .page a:active, .page a:hover {color: none;text-decoration: none;color: #373737;}
*/



/*
#___boardArea #writeArea{
    position: fixed;
    display: grid;
    top: 0;
    left: 0;
    background-color:white;
    height: 100%;
    width: 100%;
    align-content: center;
    justify-items: center;
	display:none;
    z-index:99;
}

#___boardArea #writeArea > input[type='text']{
    margin-top:60px;
}

#___boardArea #writeArea > input[type='text']:read-only {
    padding: 0px;
    font-size: 20px;
    color: black;
    outline: none;
    border: 0;
}

#___boardArea #fileUploadArea , #___boardArea #writeArea > input[type='text'] , #___boardArea #writeArea > textarea {
    max-width: 1000px;
    width: calc(100% - 40px);
}

#___boardArea #writeArea > input[type='text'] , #___boardArea #writeArea > textarea{
    color: black;
    background-color: white;
    padding: 20px;
    font-size: 16px;
    border: 1px solid black;
    border-radius:0;
}

#___boardArea #writeArea > textarea {
    min-height: 400px;
    resize: none;
    margin: 20px;
}

#___boardArea #writeArea > #buttonArea{
	margin:50px 0;
}

#___boardArea #writeArea > #buttonArea > button {
    border: 1px solid black;
    background-color: white;
    padding: 10px 30px;
    font-size: 13px;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 2px;
	transition: 0.5s ease-in-out;
	display:none;
}

#___boardArea #writeArea > #buttonArea > button:hover {	
    box-shadow: 0px 0px 10px 2px #0000003b;
}

#___boardArea #writeArea > #buttonArea > button#boardDel {
	background-color: darkgrey;
    color: white;    
}

#___boardArea #writeArea > #writeClose {
    color: red;
    font-size: 35px;
    margin-bottom: 20px;
    position: absolute;
    top: 20px;
}

#___boardArea #boardWriteBtn {
    background-color: #ff6464;
    color: white;
    border: 0;
    padding: 10px 25px;
    margin-right:10px;
	cursor:pointer;
    float: right;
}

#___boardArea #fileUploadArea input[type=file]{display:none;}

#___boardArea #fileUploadArea span {
    display: inline-block;
    padding: 10px 25px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background-color: darkgray;
    cursor:pointer;
    transition: 0.2s ease-in-out;
}

#___boardArea #fileUploadArea span:hover {
    background-color: #4d4d4d;
}
*/



/**/
footer {
    margin-top: 80px;
    background-color: #f5f5f5;
    color: #323232;
    padding: 40px 0 20px 0;
}

footer article.splitArea{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    max-width: 1200px;
    margin: 0 auto;
}

footer article.splitArea div.split_5 {
    /*
    padding: 20px;
    */
    padding: 0px;
    font-size: 14px;
    max-width: 500px;
    width: 100%;
    box-sizing: border-box;
}

footer article div p{
    margin: 6px;
}

footer article.companyArea {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

footer article.companyArea div#address {
    font-size: 12px;
    margin: 40px 40px 20px 40px;
}

footer article.companyArea .bottonButton {
    border: 0;
    padding: 5px 20px;
    font-size: 12px;
    background-color: rgb(0 0 0 / 16%);
    color: white;
    cursor: pointer;
}

footer article.companyArea .bottonButton#login{display:none;}
footer article.companyArea .bottonButton#logout{display:none;}
footer article.companyArea .bottonButton#admin{display:none;}



@media screen and (max-width:600px) {

    footer {
        padding: 40px 0 2px 0;
    }

    footer article.splitArea {
        display: unset;
    }

    footer article.companyArea div#address {
        margin: 0px 20px;
        margin-bottom: 30px;
        text-align: left;
        font-size: 12px;
    }
}

@media screen and (max-width:1500px) {

    #logo_area > #logoArea{
        margin-left: 30px;
    }

    .btn_area {
        margin-right: 30px;
    }

}

@media screen and (max-width:1100px) {

    .mid-portfolio #items {
        justify-content: space-evenly;
    }

    #small_btn_area {
        display:block;
    }

    .menu_area{
        display:none;
    }

    /*
    .txt-board-table tr.boardContents div.content {
        margin-right: 0;
    }
    */

}

@media screen and (max-width:1000px) {

    /*
    .txt-board-table h1 {
        margin: 0 20px;
        font-size: 20px;
    }
    */

    .txt-board-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000000a1;
        display: none;
    }

    .txt-board-menu.on{display: block;}
    
    .txt-board-menu ul {
        background-color: white;
        width: 250px;
        position: fixed;
        margin:0;
        top: 0;
        bottom: 0;
    
        transform:translateX(-300px);
        transition: 0.3s ease-in-out;
        opacity:0;
    }
    
    .txt-board-menu ul.active{transform:translate(0);opacity:1;}

    .smallBoardMenuOpen, .smallBoardMenuOpen.on{
        display:block;
    }

    .smallBoardMenuOpen.off{
        display:none;
    }

}

@media screen and (max-width:890px) {

    .mid-board > div {
        width: unset;
        margin: 0 20px;
    }
       
}

@media screen and (max-width:899px) {

    .portporio_submit {
        display: block;
        padding: 0;
        padding-top: 80px;
        margin: 0 20px;
    }

    .portporio_submit section#titleArea {
        width: 100%;
        margin-top:0;
    }

    .portporio_submit section#titleArea span p {
        margin: 0;
        display: inline;
        margin-right: 10px;
    }

    .portporio_submit section#msgArea {
        width: 100%;
        margin-top: 45px;
    }

    .portporio_submit section#msgArea.bock_xy .box {        
        width: 100%;
        margin:20px 0;
    }  

    .portporio_submit section#msgArea.bock_xy .box span { 
        height: unset;
    }

    .portporio_submit section#msgArea.bock_horizontal .box{
        margin:20px 0;
    }  
    
    .portporio_submit section#msgArea.bock_form .box {        
        margin: 30px 0px;
    }

    .portporio_submit section#msgArea.bock_form .box span {
        font-size: 15px;    
        left: 18px;
    }

    .portporio_submit section#msgArea.bock_form .box input[type='text'], .portporio_submit section#msgArea.bock_form .box textarea {      
        font-size: 18px;
        padding: 28px 15px 15px 15px;
    }

    .portporio_submit section#msgArea.bock_form #submitBtn {
        margin: 0;
        margin-top: 70px;
    }

    /*
    .txt-board-table tr.boardContents div.content {
        margin-left: 0;
    }
    */

}


@media screen and (max-width:700px) {

    /*
    #___boardArea th{
        font-size:0;
        padding:0;
        line-height:0;
    }

    #___boardArea th:nth-last-child(-n+1), #___boardArea tr:not(.shown) > td:nth-last-child(-n+1){
        display:none;
    }

    .txt-board-table td.left > p.smallDate {
        display: inline-block;
        margin: 0;
        margin-top: 10px; 
    }   

    .btn_area{
        display:none;
    }
    */

}

@media screen and (max-width:560px) {
    
    .mid-portfolio #items a {
        width: calc(50% - 40px);
        margin: 0;
        margin-bottom: 30px;
    }

    #top_area{
        padding: 10px 0px;
    }

    #logo_area > p#logo {
        font-size: 18px;
        margin-left: 15px;
    }

    #logo_area > img#logo {
        height: 30px;
    }

    #logo_area > #logo {
        margin-left: 10px;
    }

    .page._marginTop_minus40px {
        margin-top: -20px;
    }

    .mid-sliding-image-area img {        
        min-height: 400px;
    }

    #menu_small_area_wrap {
        width: 70%;
    }

    #smallMenuClose {
        right: calc(70% + 30px);
    }

    /*
    .txt-board {
        margin-top:50px;
    }
    */

    .txt-board-menu ul {
        width: 70%;
    }

    .smallBoardMenuClose {
        left: calc(70% + 30px);
    }

    .txt-board-table {
        padding: 0;
    }

    /*
    .txt-board-table #searchArea #searchFormTitle {
        width: 80px;
        padding-left: 10px;
    }

    .txt-board-table #searchArea #searchForm input {        
        padding: 9px;
        margin-left: 10px;
        width: calc(100% - 75px);
    }

    .txt-board-table #searchArea #searchForm button {
        padding: 10px 15px;
        margin-left: 5px;
    }

    .txt-board-table th {
        padding: 20px 10px;
    }
    */
    
    .smallBoardMenuOpen {
        top: 80px;
    }

    .portporio_contents #portporio_tags {
        padding: 10px 30px;
    }

    .portporio_contents #portporio_tags > a {
        font-size: 13px;
    }

    .portporio_contents #portporio_image {
        margin-top: 50px;
    }

    .portporio_contents #portporio_contents {
        margin-top: 30px;
    }
    .portporio_contents #portporio_selected_img {
        margin-bottom: 20px;
    }

    /*
    #___boardArea #writeArea > input[type='text'], #___boardArea #writeArea > textarea {        
        padding: 15px;
        font-size: 15px;
    }

    #___boardArea #writeArea > textarea {
        min-height: 300px;
    }
    */

    #logo_area > #logoArea {margin-left:15px;}

    #logo_area > #logoArea > img {height:30px;}

    #btnArea{display:none;}

    .swiper-button-prev, .swiper-button-next{display:none;}

    .swiper-pagination-bullet-active{width: 25px;}    

}


/**/
div.outline {
    font-size: 0;
    margin:0 20px;
}

div.outline._margin {
    margin-top: 80px;
    overflow-y: auto;
}

div.outline._margin > img {
    max-width: -webkit-fill-available;
}

div.outline._margin:first-child {
    margin-top: 0px;
}

div.outline > iframe {
    max-width: 100%;
}

div.outline > .root_daum_roughmap_landing {
    margin: 0 auto;
    width: 100% !important;
}

div.outline > p {
    font-size: 12px;
    margin: 0px;
}



.tableBuilderSaved {
    display: grid;
    text-align: center;
    margin: 0 auto;
    width: auto;
    box-sizing: border-box;
    position: relative;
    padding-top: 1px;
    padding-left: 1px;
}

.tableBuilderSaved .th, .tableBuilderSaved .td {
    position: relative;
    font-size: 14px;
    border: 1px solid #e1e1e1;
    padding: 10px;
    margin-top: 0px;
    min-height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: -1px;
    margin-top: -1px;
}

.tableBuilderSaved .th{
	background-color:#fafafa;
}

.tableBuilderSaved .td{
    background-color: #fff;
}

.tableBuilderSaved .waitInput {
    position: absolute;
    background-color: white;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}


