.login_wrap > a {
    width:22px;
    height:22px;
    position: absolute;
    top:15px;
    right:15px;
    text-indent: -9999px;
    
}

.login_wrap > a:before,
.login_wrap > a:after {
    content:'';
    width:28px;
    height:2px;
    border-top:1px solid #3f4350;
    position: absolute;
    top:50%;
    left:50%;
    transform-origin: 0 0;
}

.login_wrap > a:before {
    transform:rotate(45deg) translate(-50%, -50%);
}

.login_wrap > a:after {
    transform: rotate(-45deg) translate(-50%, -50%);
}


.layout {
    position: relative;
    margin:0 auto;
    height:100%;
    width:1200px;
}

.layout.no_he {
    height:auto;
    position: fixed;
    top:0;

}

#header {
    height:83px;
}

#header .logo {
    line-height:75px;
    padding-left:30px;
    margin-right:70px;
    float:left;
}

#header .logo a {
    display:block;
}

#header .logo a img {
    width:148px;
}

#header ul {
    float: right;
}

#header ul li {
    float:left;
    margin-right: 50px;
    color:#000;
    height:83px;
}

#header ul li:hover{
    border-bottom:5px solid #718bc6;
    color:#718bc6;
}

#header ul li a {
    display:block;
    line-height:83px;
    font-size:17px;
    font-family:'NotoKrM';
}


#header .links_wrap {
    float:right;
    margin-top: 17px;
}

#header .links_wrap a {
    display:block;
    width:111px;
    height:48px;
    line-height: 47px;
    text-align:center;
    border-radius:3px;
    border:1px solid #4c4c4c;
    color:#000;
    font-size:17px;
    font-family:'NotoKrM';
    transition:all .3s;
}

#header .links_wrap a:hover {
    border:1px solid #7ea7e1;
    color:#fff;
    background-color:#a3bee3;
}

#footer .top_wrap {
    background-color:#202020;
}

#footer .top_wrap .layout {
    padding:20px;
    padding-right:196px;
}

#footer .top_wrap a {
    color:#a6a6a6;
    font-size:14px;
    display:inline-block;
    margin-right:40px;
    transition:all .3s;
}

#footer .top_wrap a:hover {
    color:#fff;
}

#footer .top_wrap span {
    color:#fff;
    font-size:16px;
    font-family:'Verdana';
    position: absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
}

#footer .bottom_wrap {
    background-color:#2f2f2f;
}

#footer .bottom_wrap .layout {
    padding:40px 20px;
}

#footer .bottom_wrap p {
    color:rgba(255, 255, 255, 0.4);
    font-size:13px;
    line-height: 1.308;
    margin-bottom:25px;
    font-family:'malgun gothic';
}

#footer .bottom_wrap .left_wrap {
    width:calc(100% - 230px);
    float:left;
}

#footer .bottom_wrap .right_wrap {
    float:right;
    margin-top:15px;
    color:#fff;
}

#footer .bottom_wrap .right_wrap span {
    display:block;
    font-size:14px;
    font-family:'Malgun Gothic';
    margin-bottom:15px;
}

#footer .bottom_wrap .right_wrap h3 {
    font-size:35px;
    font-family:'NotoKrB';
}

.top_btn {
    position: fixed;
    bottom:30px;
    right:30px;
    z-index: 100;
}

.top_btn img {
    width:64px;
}

.modal-body {
    overflow:auto;
}

.backdrop {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.7);
    z-index: 1000;
    display:none;
}


/* .login_wrap {
    position: absolute;
    top: 36%;
    left: 50%;
    width: 520px;
    max-width:95%;
     height:441px; 
    background-color: #f4f3f8;
    transform: translate(-50%, -50%);
    padding: 35px 35px 55px 35px;
    z-index: 1000;
    display: none;
}

.login_wrap input {
    width: 100%;
    height: 50px;
    padding-left: 25px;
    border: 1px solid #888888;
    margin-bottom: 5px;
    color: #666666;
    font-size: 15px;
}

.login_wrap input::-webkit-input-placeholder,
.login_wrap input:-ms-input-placeholder {
    color: #666;
    font-size: 15px;
}

.login_wrap .check_wrap {
    margin: 20px 0;
}

.login_wrap .check_wrap .check_label {
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding-left: 35px;
    margin-right: 15px;
    font-family: 'malgun gothic';
    cursor: pointer;
}

.login_wrap .check_wrap .check_label:last-child {
    margin-right: 0;
}

.login_wrap .check_wrap .check_label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #888888;
    background-color: #fff;
}

.login_wrap .check_wrap .check_label:after {
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 17px;
    position: absolute;
    top: 0px;
    left: 2px;
    display: none;
}

.login_wrap .check_wrap input:checked+.check_label:after {
    display: block;
}

.login_wrap button {
    display: block;
    border: none;
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: 'NotoKrR';
    background-color: #303442;
    margin-bottom: 10px;
}

.login_wrap button[type="submit"] {
    background-color: #728cc7;
}

.login_wrap .check_wrap a {
    float: right;
    color: #666666;
    font-size: 13px;
    font-family: 'malgun gothic';
    border-bottom: 1px solid #666;
    padding-bottom: 5px;
    margin-top: 3px;
}

.login_wrap>a {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 20px;
    text-indent: -9999px;
    height: 20px;
}

.login_wrap>a:before,
.login_wrap>a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: 0 0;
    width: 25px;
    height: 2px;
    border-top: 1px solid #000;
}

.login_wrap>a:before {
    transform: rotate(-45deg) translate(-50%, -50%);
}

.login_wrap>a:after {
    transform: rotate(45deg) translate(-50%, -50%);
}

.login_wrap h1 {
    text-align: center;
    color: #333333;
    font-size: 37px;
    margin-top: 40px;
    margin-bottom: 30px;
    font-family: 'NotoKrM';
}

.login_wrap h2 {
    text-align: center;
    color: #666666;
    font-size: 16px;
    font-family: 'Malgun gothic';
    margin-bottom: 30px;
} */

.tablet_login_btn
{
	display:none;
	position:absolute;
	top:9px;
	right:18px;
}
.tablet_login_btn a,
.sub_login_btn a
{
	padding:10px 30px;
	background:#3b3b3b;
	color:#fff;
	font-family:'NotoKrM';
	font-size:15px;
	color:#fff;
	display:block;
	border-radius:150px;
}
.sub_login_btn
{
    float:right;
    margin:23px 5px 0 20px
}


@media screen and (max-width:1200px) {
    .layout,
    .visual .layout {
        width: 100%;
        padding: 0 10px;
    }
}
/* 1200 */

@media screen and (max-width:1150px)
{
    #header .logo {
        margin-right: 23px;
    }
}

@media screen and (max-width:1024px) {
    #header ul li
    {
        margin-right:28px
    }

    /* .login_wrap input {
        height: 40px;
        padding-left: 15px;
        width: 100%;
        font-size: 14px;
    }

    .login_wrap .check_wrap .check_label {
        font-size: 13px;
        line-height: 20px;
    }

    .login_wrap .check_wrap .check_label:before {
        width: 20px;
        height: 20px;
    }

    .login_wrap button {
        font-size: 16px;
        height: 45px;
        width: 100%;
        line-height: 45px;
    }

    .login_wrap {
        height: auto;
        width: 328px;
        left: auto;
        right: 15px;
        top: 27.5%;
        padding: 25px;
    } */

    #footer .top_wrap a {
        margin:5px 8px;
    }
}
/* 1024 */

@media screen and (max-width:1023px)
{
    .tablet_login_btn
	{
		display:block;
	}
    .sub_login_btn
    {
        margin:14px 18px
    }
    .sub_login_btn a
    {
        padding:6px 30px
    }
    #header .layout {
        padding: 0;
    }

    #header .links_wrap {
        /* position: absolute; */
        margin: 0;
        top: 13px;
        right: 10px;
        display:none;
    }

    #header ul {
        width: 100%;
    }

    #header {
        height: auto;
    }

    #header ul li {
        width: 16.666667%;
        height:auto;
        margin: 0;
        text-align: center;
        border-right: 1px solid #ddd;
        border-top: 1px solid #ddd;
    }

    #header ul li:last-child {
        border-right: none;
    }

    #header ul li a {
        font-size: 16px;
        line-height: 50px;
    }

    #header .logo {
        padding-left: 18px;
        line-height: 55px;
        margin-right: 0;
    }

    #header .logo a img
    {
        width:133px;
    }
    #header ul li:last-child.hide
    {
        display:block !important
    }
    #header ul li:last-child
    {
        background:#a3bee3;
        color:#1b3860
    }
    #header ul li:hover {
        border-bottom:none;
    }

}

@media screen and (max-width:768px) {
    .sub_login_btn
    {
        margin:13px 18px 0 0
    }
    
   

    /* .login_wrap {
        width: 100%;
        background-color: #e5e7ef;
        display: block;
        padding: 27px 10px;
    }

    .login_wrap .left_wrap,
    .login_wrap .right_wrap {
        float: left;
        padding: 0 5px;
        width: calc(100% - 266px);
    }

    .login_wrap .right_wrap {
        width: 266px;
    }

    .login_wrap input {
        height: 47px;
        padding-left: 10px;
        font-size: 13px;
        margin: 2px 0;
        width: 100%;
    }

    .login_wrap button {
        height: 30px;
        line-height: 30px;
        margin: 4px 0;
        width: 100%;
        font-size: 15px;
    }

    .login_wrap .check_wrap {
        margin: 2px 0 9px;
    }

    .login_wrap a {
        margin-right: 5px;
    } */

    #footer .top_wrap a {
        margin: 5px 10px;
    }

    #footer .top_wrap {
        text-align: center;
    }

    #footer .bottom_wrap p {
        text-align: center;
    }

    #footer .top_wrap .layout {
        padding:15px;
    }

    #footer .top_wrap span {
        margin-top:20px;
        display:block;
        position: static;
        transform:translate(0);
        font-size:14px;
    }

    #footer .bottom_wrap .left_wrap,
    #footer .bottom_wrap .right_wrap {
        float:none;
        width:100%;
    }

    #footer .bottom_wrap .right_wrap {
        text-align:center;
        margin-top:0;
        margin-bottom:20px;
    }

    #footer .bottom_wrap .right_wrap span {
        margin-bottom:5px;
    }



    /************************************/
    




}
/* 768 */


@media screen and (max-width:767px)
{
    .tablet_login_btn
	{
		top:14px		
	}
	.tablet_login_btn a
	{
		padding:6px 30px
	}
    #header .logo a img
	{
		width:110px;
	}
	#header ul li
	{
		width:33.333334%;
	}
	#header ul li a
	{
		font-size:15px;
	}
	#header ul li:hover
	{
		border-bottom:0;
    }
}



@media screen and (max-width:675px) {
	#header ul li a {
		font-size:14px;
		line-height:45px;
	}
}
/* 675 */

@media screen and (max-width:425px) {
    .add_service_btn{
        display:none;
    }

    .sub_login_btn
    {
        margin:10px 18px 0 0
    }
    .visual ul li .image_wrap *
    {
        transform:translate(-40%, -50%)
    }
    .tablet_login_btn
    {
        top:8px !important
    }
    #header ul li {
        width: 33.333334%;
        height:35px;
    }

    #header ul li:nth-child(3) {
        border-right: none;
    }

    #header .logo a img {
        width: 103px;
    }

    #header .logo {
        padding-left: 10px;
        line-height: 45px;
    }

    #header .links_wrap {
        top: 10px;
        width: 118px;
        height: 25px;
        padding-top: 5px;
    }

    #header .links_wrap a {
        padding: 0 7px;
        font-size: 12px;
    }

    #header ul li a {
        font-size: 14px;
        line-height: 35px;
    }

    #footer .top_wrap a {
        font-size: 12px;
        margin:5px 6px
    }

    #footer .top_wrap .layout {
        padding: 10px;
    }

    #footer .bottom_wrap .layout {
        padding: 30px 20px;
    }

    #footer .bottom_wrap p {
        font-size: 12px;
    }

    .top_btn {
        bottom:20px;
        right:20px;
    }

    .top_btn img {
        width:54px;
    }

    /* .login_wrap h1 {
        font-size: 28px;
        margin:10px 0;
    }

    .login_wrap h2 {
        font-size:13px;
        margin-bottom:20px;
        line-height:1.3;
    }

    .login_wrap {
        padding:25px 25px 45px 25px;
    }

    .login_wrap input {
        height:40px;
        font-size:13px;
        padding-left:15px;
    }

    .login_wrap .check_wrap {
        margin:10px 0;
    }

    .login_wrap .check_wrap .check_label {
        padding-left:25px;
        font-size:13px;
    }

    .login_wrap .check_wrap a {
        float:none;
        text-align:right;
        display:block;
        border-bottom:none;
        text-decoration:underline;
    }

    .login_wrap button {
        height:45px;
        line-height:45px;
        font-size:16px;
    } */
}
/* 425 */