/* 아로스 모바일 어플 형식(css) */
.container_postbtn { display: none }

@media (max-width: 1024px)
.aros-bottom-menu {
    display: flex;
}

.aros-bottom-menu {
    display: none;
    background: var(--arosbottommenu-bgcolor);
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    justify-content: space-around;
    padding: var(--arosbottommenu-wrapper-padding);
    box-shadow: 0 -5px 10px rgb(0 0 0 / 10%);
    z-index: var(--arosbottommenu-zindex);
    transition: all 200ms;
}

.aros-bottom-menu-icon-wrapper {
    position: relative;
    line-height: 0;
}

.aros-bottom-menu-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    flex: 1;
    font-size: var(--arosbottommenu-font-size);
    text-decoration: none;
    color: var(--arosbottommenu-text-color);
    cursor: pointer;
    user-select: none;
    text-decoration: none!important;
    transition: color 200ms;
}

.aros-bottom-menu-item i {
    font-size: var(--arosbottommenu-icon-size);
    color: var(--arosbottommenu-icon-color);
    font-family: FontAwesome;
    transition: color 200ms;
	  padding-bottom : 10px;
}

/* 모든 이미지 중앙 정렬 */
.single  img {
display: block;
margin:  auto;
margin-top: 20px;
margin-bottom: 40px;
}

a.read-more.button {
font-size: 18px;
font-weight: 700;
background-color: rgba(255,255,255,0);
color: #2375d6;
text-decoration: none;
background-image: linear-gradient(transparent 2px,#2ed392 2px,#2ed392 4px,transparent 4px),linear-gradient(transparent 2px,#d8dce9 2px,#d8dce9 4px,transparent 4px);
background-size: 0 6px,100% 6px;
background-position: 0 bottom,0 bottom;
transition: background-size .3s ease-in-out;
background-repeat: no-repeat;
padding: 10px
}

.read-more {
    float: right;
}

.entry-content h2,
#tem-type-2 {
    padding: 8px 15px;
    margin: 50px 0 10px;
    font-size: 25px;
    font-weight: 700;
    background-color: #F9F7F6;
    color: #000000;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-left: 8px solid #0056b3;
}

.entry-content h3 {
		padding: 8px 15px;
    margin: 50px 0 10px;
    font-size: 22px;
		font-weight: 700;
    background-color: #FFF7F6;
    color: #000000;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
		border-left: 8px solid #000000
}

.single .entry-content img {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
}


.maxbutton-1.maxbutton.maxbutton-eb8f99eab7b8eb9e80ebb284ed8abc {
    position: relative;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    border: 2px solid #1e73be;
    border-radius: 25px 25px 25px 25px;
    background-color: #1e73be;
    -webkit-box-shadow: 0px 0px 2px 0px #333333;
    -moz-box-shadow: 0px 0px 2px 0px #333333;
    box-shadow: 0px 0px 2px 0px #333333;
}


.maxbutton-1.maxbutton.maxbutton-eb8f99eab7b8eb9e80ebb284ed8abc .mb-text {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    line-height: 1em;
    box-sizing: border-box;
    display: block;
    background-color: unset;
    padding: 20px 20px 20px 20px;
}

.myButton {
    box-shadow: inset 0px -1px 0px 0px #54a3f7;
    background: linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
    background-color: #007dc1;
    border-radius: 42px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 26px;
    font-weight: bold;
    padding: 17px 47px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #154682;
}