.wrap {
    /*max-width: 1200px;*/
    min-width: 800px;
    padding: 0;
    position: relative;
    margin       : 0 auto;
}

.container {
    max-width: 1200px;
    min-width: 800px;
    position: relative;
    margin: 0 auto;
}
.clearfix {
    clear: both;
}


hr{
    -moz-border-bottom-colors: none;
      -moz-border-image: none;
      -moz-border-left-colors: none;
      -moz-border-right-colors: none;
      -moz-border-top-colors: none;
      border-color: #EEEEEE;
      border-style: solid none;
      border-width: 1px 0;
      margin: 18px 0;
}

.img-responsive
{
    display: block;

    max-width: 100%;
    height: auto;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.icon-sns {
	width: 25px;
	height: 25px;
	border: none;
	text-align: center;
	line-height: 5px;
	padding: 0;
	margin: 0;
}

.icon-sns.sns-youtube {
	background-color: #d72a25;
}

.icon-sns.sns-facebook {
	background-color: #314a87;

}

.icon-sns.sns-insta {
	background-color: #a144a1;
	background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
}

.icon-sns.sns-blog {
	background-color: #2db400;

}

.icon-sns.sns-wix {
	background-color: #f9c638;

}


/* ------------------------------
  select ui 11 메뉴 class
  select menu는 jquery ui 11이후부터 지원 가능 
------------------------------ */

.ui-selectmenu-menu
{
    position: absolute;
    top: 0;
    left: 0;

    display: none;

    margin: 0;
    padding: 0;
    z-index: 999;
}
.ui-selectmenu-menu .ui-menu
{
    overflow: auto;
    overflow-x: hidden;

    padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup
{
    /*font-size: .8em;*/
    font-weight: bold;
    line-height: 1.5;

    height: auto;
    margin: .5em 0 0 0;
    padding: 2px .4em;

    border: 0;
}
.ui-selectmenu-open
{
    display: block;
}

.cutome-thema-select.ui-selectmenu-button
{
    line-height: 25px;

    position: relative;

    display: inline-block;
    float: left;
    overflow: hidden;

    height: 25px;
    padding: 0;

    cursor: pointer;
    text-decoration: none;

    border: 1px solid #c5c5c5;
}


.cutome-thema-select.ui-selectmenu-button span.ui-icon
{
    position: absolute;
    right: 2em;
    left: auto;

    margin-top: -12px;
}


.cutome-thema-select.ui-selectmenu-button span.ui-icon:before
{
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;

    position: absolute;
    top: 10px;
    left: 0;

    padding-right: .5em;

    content: '\f0dd';
    text-decoration: inherit;

    color: #9b9b9b;
}


.cutome-thema-select.ui-selectmenu-button span.ui-selectmenu-text
{
    /*line-height: 30px;*/

    display: block;
    overflow: hidden;

    padding-left: 20px;

    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cutome-thema-select-drop.ui-menu
{
    position: relative;
    z-index: 300;

    display: block;

    margin: 0;
    padding: 0;

    list-style: none;

    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    outline: none;
    background-color: #fff;
}


.cutome-thema-select-drop.ui-menu .ui-menu-item
{
    line-height: 25px;

    position: relative;

    min-height: 0;
    margin: 0;
    padding-left: 20px;
		font-size: .8em;
		font-weight: normal;
    cursor: pointer;

    border-bottom: 1px solid #dfdfdf;
    background: transparent url('../img/icon/icon_select_arrow.svg') 95% center no-repeat;
}

.cutome-thema-select-drop.ui-menu .ui-menu-divider
{
    font-size: 0;
    line-height: 0;

    height: 0;
    margin: 5px 0;

    border-width: 1px 0 0 0;
}
.cutome-thema-select-drop.ui-menu .ui-state-focus,
.cutome-thema-select-drop.ui-menu .ui-state-active
{
    font-weight: bold;

    color: #fff;
    background-color: #9b9b9b;
}



#footer {
    background-color: #262d33;
}
#footer * {
    color: #d6dce0;
}

#footer .sitemap {
    width: 70%;
    float: left;
}

#footer .sitemap ul {
    display: table-cell;
    width: 1%;
    padding: 0 3rem;
    border-right: 1px solid rgba(255,255,255,.2);
}

#footer .sitemap ul:first-of-type {
    border-left: 1px solid rgba(255,255,255,.2);

}

#footer .sitemap ul h3 {
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 1.5em;
}

#footer .sitemap ul li {
    font-size: .8em;
    line-height: 1.8em;
}

#footer .sitemap ul:last-of-type li:last-of-type h3 {
    margin-top: 30px;

}

#footer {
    padding-top: 0 !important;
}

.site-text {
    width: 30%;
    float: right;
    text-align: right;
}



/* ------------------------------
  footer releated site selectbox custom
------------------------------ */

.ui-selectmenu-menu
{
    position: absolute;
    top: 0;
    left: 0;

    display: none;

    margin: 0;
    padding: 0;
    z-index: 999;
}
.ui-selectmenu-menu .ui-menu
{
    overflow: auto;
    overflow-x: hidden;

    padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup
{
    /*font-size: .8em;*/
    font-weight: bold;
    line-height: 1.5;

    height: auto;
    margin: .5em 0 0 0;
    padding: 2px .4em;

    border: 0;
}
.ui-selectmenu-open
{
    display: block;
}

.site-thema-select.ui-selectmenu-button
{
    line-height: 30px;

    position: relative;

    display: inline-block;
    /*float: left;*/
    overflow: hidden;

    /*height: 25px;*/
    padding: 0;

    cursor: pointer;
    text-decoration: none;

    border: 1px solid #c5c5c5;
}


.site-thema-select.ui-selectmenu-button span.ui-icon
{
    position: absolute;
    right: 2em;
    left: auto;

    margin-top: -12px;
}


.site-thema-select.ui-selectmenu-button span.ui-icon:before
{
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;

    position: absolute;
    top: 10px;
    left: 0;

    padding-right: .5em;

    content: '\f0dd';
    text-decoration: inherit;

    color: #9b9b9b;
}


.site-thema-select.ui-selectmenu-button span.ui-selectmenu-text
{
    /*line-height: 30px;*/

    display: block;
    overflow: hidden;

    padding-left: 20px;

    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.site-thema-select-drop.ui-menu
{
    position: relative;
    z-index: 300;

    display: block;

    margin: 0;
    padding: 0;

    list-style: none;

    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    outline: none;
    background-color: #fff;
}


.site-thema-select-drop.ui-menu .ui-menu-item
{
    line-height: 25px;

    position: relative;

    min-height: 0;
    margin: 0;
    padding-left: 20px;
        font-size: .8em;
        font-weight: normal;
    cursor: pointer;

    border-bottom: 1px solid #dfdfdf;
    background: transparent url('../img/icon/icon_select_arrow.svg') 95% center no-repeat;
}

.site-thema-select-drop.ui-menu .ui-menu-divider
{
    font-size: 0;
    line-height: 0;

    height: 0;
    margin: 5px 0;

    border-width: 1px 0 0 0;
}
.site-thema-select-drop.ui-menu .ui-state-focus,
.site-thema-select-drop.ui-menu .ui-state-active
{
    font-weight: bold;

    color: #fff;
    background-color: #9b9b9b;
}



/* sns footer icon*/   
.footer-sns li {
    /*float: left;*/
    /*display: table-cell;*/
    /*width: 1%;*/
    display: table-cell;
    width: 1%;
    /*text-align: right;*/
}

.footer-sns {
    float: right;
    width: 218px;
}
.footer-sns li a img {
    /*max-width: 120%;*/
    /*border: 1px solid #000;*/
}

.icon-footer-sns {
    width: 35px;
    height: 35px;
    border: none;
    text-align: center;
    line-height: 5px;
    padding: 0;
    margin: 0;
    background-color: #4b4b4b;
}

/*로그인창 관련*/

#modal-ie
{
    /*  max-width: 60%;
   min-width: 50%; */
    width: 60% !important;
}
#modal-ie h2
{
    font-size: 1.8em;
    line-height: 2.0em;
}

#modal-ie p
{
    font-size: 1.3em;
    line-height: 1.8em;

    padding: 3% 20%;
}

.remodal
{
    /*max-width: 1200px !important;*/
    min-width: 1000px !important;
    /*padding: 0 !important;*/
    margin: 0 !important;
    padding: 50px 20px !important;
}



.remodal-close
{
    top: -80px !important;
    right: 0 !important;
    left: auto !important;

    width: 70px !important;
    height: 70px !important;
    /*text-indent: 999px;*/

    color: #fff;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAYAAABxLuKEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAfZJREFUeNrs3LtNxEAQBmDf6W8BiTJICUnJ6YGAHqAG6oCUlDbo4YhJj11kodOdH/uY1+54pF9rObI/rW1pNPLueDwOoR5D3kMOw1Z/tR/X65DPkCvnHs8hT/EA44mXcY04d053TkR5GO//H8Y7zinK4RzGK84FyhSMN5xJlDkYLzizKEswveMsoqzB9IqzipIC0xtOEkoqTC84ySg5MK3jZKHkwrSKk41SAtMaThFKKUwrOMUoNTDWcapQamGs4lSjUMBYwyFBoYKxgkOGQgmjjUOKQg2jhUOOwgEjjcOCwgUjhcOGwgnDjcOKwg3DhcOOIgFDjSOCIgVDhSOGIglTiyOKIg1TiiOOogGTi6OCogWTiqOGogmzhqOKog0zh6OOYgHmHOcj5H4w0PTajRNVFirC3IbchHxpX8zeCEp8fOI012vI22BgsgtGUE7fKT+DgTYpjKFItSxMwyx9fdRxYBDFBA6MoqjjwDCKKg6Mo6jhoAEUFRw0giKOg4ZQRHHQGIoYDhpEEcFBoyjsOGgYhRUHjaOw4aADFBYcdIJCjoOOUEhx0BkKGQ46RCHBQaco1TjoGKUKB52jFOPAAUoRDpygZOPAEUoWDpyhJOPAIUoSDpyirOLAMcoiDpyjzOJgQ5nGiRNVG8ol0HeE2X7cNVG/AgwA0a4ylq2qRu4AAAAASUVORK5CYII=) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.remodal-close:before
{
    display: none !important;
}

.remodal-wrapper
{
    padding: 80px 10px 0 !important;
}
.remodal fieldset
{
    width: 80%;
    margin: auto;
    /*border: 2px solid #d84727;*/
    padding: 30px 40px;

    background-color: #fff;
    /*  -webkit-border-radius: 10px 0 10px 0;
 -moz-border-radius   : 10px 0 10px 0;
 border-radius        : 10px 0 10px 0;
 -webkit-box-shadow   : 0 4px 0 #e9e9e9;
 -moz-box-shadow      : 0 4px 0 #e9e9e9;
 box-shadow           : 0 4px 0 #e9e9e9;  
 -pie-border-radius   : 10px 0 10px 0;  
 behavior             : url(../js/PIE.htc);       */
}

.remodal fieldset input:not([type="file"]):not([type="radio"]):not([type="checkbox"]) {
  font-weight: 500;

  height: 30px;
  padding-left: 15px;
  background-color: #fff;
  color: #939393;
  border: 1px solid #c5c5c5;
}

.remodal fieldset input[type="password"] {
    font-family: 'Noto Sans KR', sans-serif; 
}

.remodal fieldset legend
{
    display: none;
}

.remodal fieldset h3
{
    /*font-family: 'Ubuntu', sans-serif;*/
    font-size: 1.8em;
    font-weight: 600;

    text-align: left;

    color: #d84727;
}

.remodal fieldset ul
{
    margin-top: 2em;
    padding: 0;
}
.remodal fieldset > ul > li
{
    float: left;

    width: 40%;
}

.remodal fieldset > ul > li > label
{
    width: 20%;
    font-size: .8em;
}

.remodal fieldset > ul > li > input
{
    width: 80%;
}

.remodal fieldset > input#btnLogin
{
    font-weight: 700;
    /*float: right;*/
    /*margin-top: -55px;  */

    position: relative;

    padding: 0 30px;

    cursor: pointer;
    text-align: center;
    /*right: 30px;*/

    color: #fff;
    /*width: 60px;*/
    /*height: 60px;*/
    border: 1px solid #db691f;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #f57a17; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjZjU3YTE3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiYzA1NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background:    -moz-radial-gradient(center, ellipse cover,  #f57a17 51%, #fbc054 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(51%,#f57a17), color-stop(100%,#fbc054)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #f57a17 51%,#fbc054 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-radial-gradient(center, ellipse cover,  #f57a17 51%,#fbc054 100%); /* Opera 12+ */
    background:     -ms-radial-gradient(center, ellipse cover,  #f57a17 51%,#fbc054 100%); /* IE10+ */
    background:         radial-gradient(ellipse at center,  #f57a17 51%,#fbc054 100%); /* W3C */
    background-color: #fff;
            text-shadow: 0 0 3px #3e1f07;

    -webkit-text-shadow: 0 0 3px #3e1f07;
       -moz-text-shadow: 0 0 3px #3e1f07;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f57a17', endColorstr='#fbc054',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}


.btnArea
{
    position: relative;

    clear: both;
    overflow: hidden;

    width: 100%;

    text-align: right;
}

.btn
{
    font-size: 11pt;
    font-weight: 400;
    /*height:24px !important; */
    line-height: 24px;

    display: inline-block;

    padding: 5px 20px;

    text-align: center;

    color: white !important;
    /*background:url(../images/btnBack.gif) no-repeat left 0 !important; */
    background-color: #444;
    cursor: pointer;
    /*border-radius: 3px;*/
    /*padding-left:17px; */
}

.inputLabel
{
    margin-right: 10px;
    margin-left: 10px;
}
.titleLabel
{
    display: inline-block;

    width: 10%;
    height: 100%;
    margin-right: 3%;
    /*padding-right: 2%;*/

    text-align: center;

    border-right: 1px #dbdbdb solid;
}
.subject input[type=text] {
    width: 80%;
}