@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@font-face {
   font-family: 'Montserrat';
   font-style: normal;
   src: url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
   unicode-range:U+0061-007A;
}


html {position: relative; height: 100%; min-height: 100%; margin: 0; -webkit-text-size-adjust:none;}
body {position: relative; width: 100%; height: auto; min-height: 100%; font-family: 'Montserrat', 'Pretendard', 'Apple SD Gothic Neo', 'sans-serif'; overflow-y: auto; overflow-x: hidden; letter-spacing: -1px;}
*, *::before, *::after {padding:0; margin:0; box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;font-family:'Montserrat', 'Pretendard', 'Apple SD Gothic Neo', 'sans-serif';}
input,button,textarea,select{font-family:'Montserrat', 'Pretendard', 'Apple SD Gothic Neo', 'sans-serif';}
ul {list-style-type: none; padding-inline-start: 0;}
a {text-decoration: none;}
table{padding:0; border:0; border-spacing:0px; border-collapse:collapse;}
th, td{padding:0;}
button {border: none; background:none; cursor: pointer;}
input:focus, select:focus, option:focus, textarea:focus, button:focus{outline: none;}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0;}
textarea:focus {outline:none;}
input[type=file]::file-selector-button {font-family: 'Montserrat', 'Pretendard', 'Apple SD Gothic Neo', 'sans-serif'; width: 100%; max-width: 90px; height: 36px; background: #3f3b44; color: #fff; font-weight: 600; border: none; border-radius: 5px; font-size: 14px; cursor: pointer; transition: all 0.2s;}
input[type=file]::file-selector-button:hover {background: #232225;}
input {font-size: 16px; font-weight: 500; color: #222; border: 1px solid #ccc; border-radius: 8px; padding: 14px 16px; width: 100%; margin-top: 10px; height: 50px;}
input:first-child {margin-bottom: 0;}
input::placeholder {color:#ccc; font-weight: 400;}
input[type="checkbox"] {display:none;}
input[type="checkbox"] + label span {display: inline-block; width: 17px; height: 17px; margin: -2px 6px 0 0; vertical-align: middle; background: url('../images/checkbox.svg') left top no-repeat; cursor: pointer; background-size: cover;}
input[type="checkbox"]:checked + label span { background:url('../images/checkbox.svg')  -18px top no-repeat; background-size: cover;}
.radiobox {display: flex; flex-flow: wrap;}
.radiobox span {display: flex; align-items: center; flex: 0 1 25%; margin-bottom: 10px;}
.radiobox span label {font-size: 16px; color: #666;margin-right: 10px;vertical-align: middle;}
.radiobox span input[type="radio"] {position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;}
.radiobox span input[type="radio"]+label {display: inline-block; position: relative; padding-left: 25px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;}
.radiobox span input[type="radio"]+label:before {content: ''; position: absolute; left: 0; top: 0px; width: 18px; height: 18px; text-align: center; background: #fff; border: 1px solid #cdcdcd; border-radius: 100%; box-shadow: none;}
.radiobox span input[type="radio"]:checked+label:before {background: #fff; border-color: #a572df;} 
.radiobox span input[type="radio"]:checked+label:after {content: '';position: absolute; top: 4px; left: 4px;width: 10px; height: 10px;  background: #a572df; border-radius: 100%; box-shadow: none;}
textarea {font-size: 16px; font-weight: 500; color:#222; border:1px solid #ccc; border-radius: 8px; padding:14px 16px; width: 100%; height: 200px; resize: none;}
textarea::placeholder {color:#ccc; font-size: 16px; font-size: 400;}
select {border: 1px solid #ccc; padding:10px 16px; height: 50px; border-radius: 6px; font-size: 16px; font-weight: 500; color:#222; cursor: pointer; background: url('../images/select_arrow.png') no-repeat 94% 50%; -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; background-color: #fff;}
select::-ms-expand {display: none;}
select option {font-size:16px; color:#2f3335;}
div::-webkit-scrollbar {width:14px; height: 3px;}
div::-webkit-scrollbar-thumb {background-color: #e1e1e1; background-clip : padding-box; border: 5px solid transparent;}
div::-webkit-scrollbar-track {background:none;}

form .f14 {color:#dc2f00; margin-top: 4px;}
form .row {margin-bottom: 35px;}
form .row.short {width: 70%;}
form .row .f18 {margin-bottom: 8px;}
form .row .txt_input {display: flex; align-items: center;}
form .row .txt_input .f16 {margin-left: 10px; font-weight: 500;}
form .row input {margin-top: 0;}
form .row .footnote {color:#888;}
form .half {display: flex; margin-bottom: 40px;}
form .half > div {width: calc(50% - 4px); margin: 0 4px;}
form .half > div:first-child {margin-left: 0;}
form .half > div:last-child {margin-right: 0;}
.checkbox .f16 {display: inline-block; color:#666;}
.cb_box_wrap {display: flex;}
.cb_box_wrap .checkbox {margin-right: 30px;}
.cb_box_wrap .checkbox:last-child {margin-right: 0;}
.cb_box_wrap .checkbox label {display: flex; align-items: center;}

.btn_wrap {display: flex; justify-content: center; margin-top: 45px;}
.btn_wrap .btn_type1 {width: 50%; max-width: 190px; margin: 0 5px;}
.btn_type1 {background: #a572df; width: 100%; max-width: 390px; height: 56px; display: flex; justify-content: center; align-items: center; color:#fff; font-weight: 600; margin: 16px auto 0; border-radius: 8px; font-size: 16px; cursor: pointer; transition: all 0.3s;}
.btn_type1.black {background: #3f3b44;}
.btn_type1:hover {background: #975bdb; transition: all 0.3s;}
.btn_type1:hover.black {background: #232225;}
.btn_type2 {background: #a572df; height: 56px; border-radius: 50px; display: flex; justify-content: center; align-items: center; width: 100%; max-width: 260px; transition: all 0.3s;}
.btn_type2.center {margin: 50px auto 0;}
.btn_type2 .f18 {color:#fff; font-weight: 600;}
.btn_type2.black {background: #3f3b44; transition: all 0.3s;}
.btn_type2:hover {background: #975bdb; transition: all 0.3s;}
.btn_type2:hover.black {background: #232225; transition: all 0.3s;}
.btn_arrow {display: flex; justify-content: space-between; align-items: center; background: #a572df; border-radius: 50px; height: 56px; padding: 26px; width: 260px; margin: 60px auto 0; transition: all 0.3s;}
.btn_arrow:hover {background: #975bdb; transition: all 0.3s;}
.btn_arrow .f16, .btn_arrow .f18 {color:#fff; font-weight: 600;}
.btn_arrow .icon {flex-shrink: 0;}
.btn_arrow .icon img {max-width: 16px;}
.input_btn_wrap {display: flex; align-items: flex-end;}
.input_btn_wrap input {width: calc(100% - 138px);}
.input_btn_wrap .btn_type1 {margin-top: 0; height: 49px; font-size: 15px; font-weight: 500; margin-left: 8px; width: 130px;}

.attachments input {padding: 6px 10px;}
form .profile_picture {margin-bottom: 10px;}
.profile_picture input {padding: 6px 10px;}
.profile_picture .box {display: flex; align-items: center;}
.profile_picture .left .profile_img {width: 100px; height: 100px; border-radius: 50%; overflow: hidden;}
.profile_picture .left .profile_img img {object-fit: cover;}
.profile_picture .right {width: calc(100% - 100px); padding-left: 20px;}

.container {overflow: hidden; margin-top: 91px;}
.section {position: relative;}
.contents_wrapper {width: 100%; max-width: 1232px; padding: 0 16px; margin: 0 auto; position: relative;}
.sub_contents {margin-top: 100px; margin-bottom: 120px;}
.container .sec_bt {margin-bottom: 120px;}
.image100 {display: flex;}
.image100 img {width: 100%;}

.sub_title {height: 220px; display: flex; justify-content: center; align-items: center; flex-flow: column; padding: 0 16px;}
.sub_title.sub_title1 {background: url('../images/sub_title_bg1.jpg') no-repeat center / cover;}
.sub_title.sub_title2 {background: url('../images/sub_title_bg2.jpg') no-repeat center / cover;}
.sub_title.sub_title3 {background: url('../images/sub_title_bg3.jpg') no-repeat center / cover;}
.sub_title.sub_title5 {background: url('../images/sub_title_bg5.jpg') no-repeat center / cover;}
.sub_title.sub_title6 {background: url('../images/sub_title_bg6.jpg') no-repeat center / cover;}
.sub_title.sub_title7 {background: url('../images/sub_title_bg7.jpg') no-repeat center / cover;}
.sub_title.sub_title8 {background: no-repeat center / cover;}
.sub_title .f44 {color:#fff;}
.sub_title .f18 {color:rgb(255, 255, 255, 0.6); font-weight: 400; margin-top: 12px; text-align: center;}

.shadow_box {box-shadow: 0px 8px 35px 0px rgb(0 0 0 / 7%); width: 100%; margin: 0 auto; border-radius: 30px; background: #fff;}
.shadow_box1 {margin: 120px auto; max-width: 600px; padding: 60px 0;}
.shadow_box1 .box {padding: 0 105px;}
.shadow_box1 .box.first_box {border-bottom: 1px solid #eee; padding-bottom: 45px;}
.shadow_box1 .box.last_box {margin-top: 35px;}
.shadow_box .f32 {text-align: center; margin-bottom: 35px;}
.shadow_box2 {max-width: 680px; padding: 60px 60px; margin-bottom: 60px; position: relative; top: -60px; z-index: 1;}

.step_wrap {display: flex; justify-content: center; margin-bottom: 30px;}
.step_wrap2 {margin-bottom: 40px;}
.step_wrap .step {display: flex; flex-flow: column; align-items: center; margin-right: 65px;}
.step_wrap .step .num {display: flex; justify-content: center; align-items: center; background: #ddd; width: 23px; height: 23px; border-radius: 50%; color:#fff; font-size: 11px; font-weight: 500; position: relative;}
.step_wrap .step .f15 {color:#999; margin-top: 4px;}
.step_wrap .step.on .num {background: #a572df;}
.step_wrap .step.on .f15 {color:#000; font-weight: 600;}
.step_wrap .step .num::after {content: ''; height: 1px; width: 105px; background: #ddd; position: absolute; left: 23px;}
.step_wrap .step:last-child {margin-right: 0;}
.step_wrap .step:last-child .num::after {display: none;}





/** font **/
.f50, .f44, .f40, .f38, .f32, .f30, .f28, .f24, .f22, .f20, .f18, .f17, .f16, .f15, .f14, .f13, .f12 {color:#222; word-break: keep-all;}

.f50 {font-size: 50px; font-weight: 700; line-height: 60px;}
.f44 {font-size: 44px; font-weight: 600; line-height: 54px;}
.f40 {font-size: 40px; font-weight: 700; line-height: 50px;}
.f38 {font-size: 38px; font-weight: 600; line-height: 48px;}
.f32 {font-size: 32px; font-weight: 700; line-height: 42px;}
.f30 {font-size: 30px; font-weight: 600; line-height: 40px;}
.f28 {font-size: 28px; font-weight: 700; line-height: 38px;}
.f24 {font-size: 24px; font-weight: 500; line-height: 34px;}
.f22 {font-size: 22px; font-weight: 400; line-height: 32px;}
.f20 {font-size: 20px; font-weight: 400; line-height: 30px;}
.f18 {font-size: 18px; font-weight: 700; line-height: 28px;}
.f17 {font-size: 17px; font-weight: 500; line-height: 27px;}
.f16 {font-size: 16px; font-weight: 400; line-height: 26px;}
.f15 {font-size: 15px; font-weight: 400; line-height: 25px;}
.f14 {font-size: 14px; font-weight: 400; line-height: 24px;}
.f13 {font-size: 13px; font-weight: 600; line-height: 23px;}
.f12 {font-size: 12px; font-weight: 600; line-height: 22px;}



/** Color **/
.color_video {color:#f4be58; border: 1px solid #f4be58;}
.color_photo {color:#a572df; border: 1px solid #a572df;}
.color_sound {color:#729edf; border: 1px solid #729edf;}
.color_entertainment {color:#ec7387; border: 1px solid #ec7387;}
.color_art {color:#62bd93; border: 1px solid #62bd93;}
.process_bg1 {background:#f4be58;}
.process_bg2 {background:#729edf;}
.process_bg3 {background:#ec7387;}
.process_bg4 {background:#c5c5c5;}
.process_bg5 {background:#62bd93;}
.process_txt1 {color:#f4be58; border: 1px solid #f4be58;}
.process_txt2 {color:#729edf; border: 1px solid #729edf;}
.process_txt3 {color:#ec7387; border: 1px solid #ec7387;}
.process_txt4 {color:#c5c5c5; border: 1px solid #c5c5c5;}
.process_txt5 {color:#62bd93; border: 1px solid #62bd93;}



/** Board TOP Bar **/
.boardfrom {margin-bottom: 35px; display: flex; justify-content: space-between; align-items: flex-end;}
.boardfrom select {width: 130px; margin-right: 16px; border: none; border-bottom: 2px solid #000; font-size: 16px; height: 50px; background: url('../images/board_select_arrow.png') transparent no-repeat 100% 50% / 15px 9px; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; padding-right: 20px; color:#666; border-radius: 0; padding: 0;}
.boardfrom input {width: 390px; font-weight: 500; border: none; border-bottom: 2px solid #000; font-size: 16px; height: 50px; border-radius: 0; padding: 0; margin-top: 0;}
.boardfrom input::placeholder {font-weight: 400; color:#999;}
.boardfrom .search_con {position: relative; display: inline-block;}
.boardfrom button {position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.boardfrom button img {max-width: 22px;}

/** Pagination**/
.pagination {text-align: center; display: flex; align-items: center; justify-content: center; margin-top: 50px;}
.pagination span {margin: 0 10px; display: flex; align-items: center; justify-content: center;}
.pagination a {font-size: 16px; color:#999; font-weight: 500; width: 10px; margin: 0 10px; line-height: 22px; display: inline-block; vertical-align: top; display: flex; align-items: center; justify-content: center; width: 20px; height: 30px; border-bottom: 3px solid #fff;}
.pagination a:hover, .pagination a.on {color:#000; border-bottom: 3px solid #000;}
.pagination a.first {background: url('../images/pagination_first.png') no-repeat center / 13px 12px;}
.pagination a.prev {background: url('../images/pagination_prev.png') no-repeat center / 7px 12px;}
.pagination a.next {background: url('../images/pagination_next.png') no-repeat center / 7px 12px;}
.pagination a.last {background: url('../images/pagination_last.png') no-repeat center / 13px 12px;}
.pagination a.first, .pagination a.prev, .pagination a.next, .pagination a.last {font-size: 0;}
.pagination a.move {width: 13px; margin: 0 10px; flex-shrink: 0;}
.pagination a.move:hover {border: none;}


/** header **/
.header { border-bottom: 1px solid #eaeaea; position: fixed; top: 0; z-index: 9; background: rgb(255 255 255 / 95%); width: 100%;}
.header .main_header {display: flex; justify-content: space-between; align-items: center; width: 100%; max-width: 1232px; padding: 0 16px; margin: 0 auto; height: 90px;}
.header .left_menu {display: flex; align-items: center;}
.header .left_menu .logo {margin-right: 60px; flex-shrink: 0;}
.header .left_menu .logo a {display: flex;}
.header .left_menu .logo img {width: 100%; max-width: 120px;}
.header .left_menu .navigator ul {display: flex;}
.header .left_menu .navigator ul li {margin: 0 22px;}
.header .left_menu .navigator ul li:first-child {margin-left: 0;}
.header .left_menu .navigator ul li:last-child {margin-right: 0;}
.header .left_menu .navigator ul li a {font-size: 17px; font-weight: 500; color:#000; transition: all 0.2s;}
.header .left_menu .navigator ul li a:hover {color:#a572df; transition: all 0.2s;}
.header .right_menu {display: flex; align-items: center;}
.header .right_menu .search_btn {position: relative; margin-right: 35px;}
.header .right_menu .search_btn input {border-radius: 50px; height: 42px; border: 1px solid #ddd; background: transparent; font-size: 15px; width: 250px; margin: 0;}
.header .right_menu .search_btn input::placeholder {color:#ccc;}
.header .right_menu .search_btn .icon {width: 100%; max-width: 14px; position: absolute; top: 13px; right: 15px; cursor: pointer;}
.header .right_menu .user_box {display: flex; align-items: center;}
.header .right_menu .user_box.basic ul {margin-right: 25px;}
.header .right_menu .user_box.basic ul li {display: inline-block; border-right: 1px solid #ddd; padding-right: 12px; margin-right: 8px; line-height: 12px;}
.header .right_menu .user_box.basic ul li:last-child {border: 0; padding: 0; margin: 0;}
.header .right_menu .user_box.basic ul li a {color:#666; font-size: 15px; line-height: 12px;}
.header .right_menu .user_box.basic .request_btn {background: #a572df; width: 90px; height: 40px; color:#fff; font-size: 15px; font-weight: 700; display: flex; justify-content: center; align-items: center; border-radius: 4px; transition: all 0.3s;}
.header .right_menu .user_box.basic ul li a:hover {color:#000;}
.header .right_menu .user_box.basic .request_btn:hover {background: #975bdb; transition: all 0.3s;}
.header .right_menu .user_box .f17 {color:#000;}
.header .right_menu .user_box .f17:hover {color:#a572df;}
.header .profile_wrap {position: relative;}
.header .profile_wrap .profile_img {width: 42px; height: 42px; border-radius: 50%; margin-left: 25px; cursor: pointer; overflow: hidden;}
.header .profile_wrap .profile_img img {width: 100%;}
.header .profile_wrap .member_menu {background: #fff; box-shadow: 2px 6px 18px rgb(0 0 0 / 10%); border-radius: 10px; position: absolute; top: 52px; right: -20px; width: 180px; display: none;}
.header .profile_wrap .member_menu .top {display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #e5e5e5; padding: 14px 18px 8px;}
.header .profile_wrap .member_menu .top .f14 {color:#000; font-weight: 500;}
.header .profile_wrap .member_menu .top .f16 {color:#666;}
.header .profile_wrap .member_menu .top .f16 span {color:#a572df; font-weight: 700;}
.header .profile_wrap .member_menu ul {padding: 14px 18px 16px;}
.header .profile_wrap .member_menu ul li {margin-bottom: 8px;}
.header .profile_wrap .member_menu ul li:last-child {margin-bottom: 0;}
.header .profile_wrap .member_menu ul li a {color:#888;}
.header .profile_wrap .member_menu ul li a:hover {color:#000;}
.header .m_menu_btn {display: inline-block; cursor: pointer; display: none;}
.header .m_menu_btn .menu-trigger {position: relative; width: 16px; height: 15px; margin-top: 0;}
.header .m_menu_btn .menu-trigger span {position: absolute; right: 0; width: 100%; height: 2px; background-color: #172244; border-radius: 100px;}
.header .m_menu_btn .menu-trigger span:nth-child(1) {top: 0;}
.header .m_menu_btn .menu-trigger span:nth-child(2) {top: 6px; width: 80%;}
.header .m_menu_btn .menu-trigger span:nth-child(3) {bottom: 0;}
.header .modal {display: none; position: fixed; width: 100%; height: 100vh; top: 0; right: 0; bottom: 0; z-index: 999; background:#a572df;}
.header .modal .header_close_btn {display: inline-block; width: 24px; height: 24px;  position: absolute;  right: 20px;  top: 24px; cursor: pointer; z-index: 1;}
.header .modal .header_close_btn span { display: inline-block; background: #fff; height: 24px;  position: relative; width: 1px; transform: rotate( 135deg); left: 10px;}
.header .modal .header_close_btn span:after {content: ""; background: #fff; height: 1px; position: absolute; top: 12px;  left: -11px; width: 24px;}
.header .modal .container {height: 100vh; padding-top: 0; margin-top: 0;}
.header .modal ul#myMenu {position: relative; top: 50%; transform: translateY(-48%); text-align: center;}
.header .modal li {white-space: nowrap;}
.header .modal li.category {margin-bottom: 20px; cursor: pointer; line-height: 30px;}
.header .modal li.category a.cate_txt {font-size: 24px; font-weight: 600; color: #fff;} 
.header .modal ul.sub_menu {margin-top: 6px; display: none;}
.header .modal ul.sub_menu li {padding: 3px 0;}
.header .modal ul.sub_menu li a {font-size: 16px; font-weight: 500; color:#e0edf5; line-height: 28px; display: inline-block; position: relative;}
.header .modal ul.sub_menu li .depth {margin-bottom: 10px;}
.header .modal ul.sub_menu li .depth li a {color:#a4c6d9; font-weight: 400; font-size: 15px;}
.header .modal li a span {display: inline-block;  z-index: 1;  height: 3px; width: 0%;  background-color: #fff; position: absolute; bottom: 1px; left: 0;}
.header .modal li a:hover {color:#fff; transition: all 0.8s;} 
.header .modal li a:hover span {width: 100%; transition: all 0.8s;} 
.header .modal li a .circle {display: inline-block;  width: 12px; height: 12px; background-color: #ec6617; border-radius: 50%; position: absolute; right: -30px; top: 0; opacity: 0;}
.header .modal li a:hover .circle {opacity: 1; transition: all 0.8s;}


/** footer **/
.footer_wrap {border-top: 1px solid #e7e7e7; padding: 50px 0;}
.footer_wrap .contents_wrapper {display: flex; justify-content: space-between;}
.footer_wrap .left {display: flex; flex-flow: column; width: 79%;}
.footer_wrap .left .ft_logo img {width: 100%; max-width: 138px;}
.footer_wrap .left .ft_con {margin-top: 30px;}
.footer_wrap .left .ft_con .ft_menu {display: flex;}
.footer_wrap .left .ft_con .ft_menu li {margin-right: 24px;}
.footer_wrap .left .ft_con .ft_menu li:last-child {margin-right: 0;}
.footer_wrap .left .ft_con .ft_menu li a {font-weight: 500;}
.footer_wrap .left .ft_con .ft_info {display: flex; flex-flow: wrap; margin-top: 15px;}
.footer_wrap .left .ft_con .ft_info li {color:#666; margin-right: 40px; margin-bottom: 4px; font-size: 16px; line-height: 26px;}
.footer_wrap .left .ft_con .ft_info li:last-child {margin-right: 0;}
.footer_wrap .right {width: 21%; text-align: right; display: flex; flex-flow: column; align-items: flex-end; justify-content: space-between;}
.footer_wrap .right .top .f16 {color:#555; font-weight: 500;}
.footer_wrap .right .top .f30 {color:#a572df;}
.footer_wrap .right .copyright .f14 {color:#999; font-weight: 500; letter-spacing: -0.5px; margin-top: 10px; margin-bottom: 10px;}








@media (max-width: 1440px) { 
   .f50 {font-size: 46px; line-height: 56px;}
   .f44 {font-size: 40px; line-height: 50px;}
   .f40 {font-size: 36px; line-height: 46px;}
   .f38 {font-size: 34px; line-height: 44px;}
   .f32 {font-size: 28px; line-height: 38px;}
   .f30 {font-size: 26px; line-height: 36px;}
   .f28 {font-size: 24px; line-height: 34px;}
   .f24 {font-size: 20px; line-height: 30px;}
   .f22 {font-size: 20px; line-height: 30px;}

   .header .left_menu .logo {margin-right: 40px;}
   .header .left_menu .navigator ul li {margin: 0 20px;}
   .header .right_menu .search_btn {margin-right: 25px;}
   .header .right_menu .search_btn input {width: 230px;}
   .header .right_menu .user_box.basic ul {margin-right: 15px;}
}


@media (max-width: 1199px) { 
   .f50 {font-size: 42px; line-height: 52px;}
   .f44 {font-size: 36px; line-height: 46px;}
   .f40 {font-size: 32px; line-height: 42px;}
   .header .left_menu .logo {margin-right: 30px;}
   .header .left_menu .navigator ul li {margin: 0 15px;}
   .header .right_menu .search_btn {margin-right: 15px;}
   .header .right_menu .user_box.basic ul li {padding-right: 10px; margin-right: 7px;}
}


@media (max-width: 1024px) { 
   .f50 {font-size: 40px; line-height: 50px;}
   .f44 {font-size: 34px; line-height: 44px;}
   .f40 {font-size: 30px; line-height: 40px;}
   .f38 {font-size: 28px; line-height: 38px;}
   .f32 {font-size: 26px; line-height: 38px;}
   .f30 {font-size: 24px; line-height: 34px;}
   .f28 {font-size: 20px; line-height: 30px;}

   .container {margin-top: 61px;}
   .header .main_header {height: 60px;}
   .header .left_menu .navigator {display: none;}
   .header .left_menu .logo img {max-width: 100px;}
   .header .right_menu .user_box {margin-right: 24px;}
   .header .right_menu .search_btn {display: none;}
   .header .m_menu_btn {display: inline-block;}
   .header .profile_wrap .member_menu {top: 40px;}
   .header .profile_wrap .profile_img {width: 36px; height: 36px; margin-left: 18px;}
   .header .right_menu .user_box .f17 {font-size: 16px;}
   .sub_title {height: 250px;}
   .shadow_box1 {margin: 80px auto;}
   .shadow_box2 {top: -50px; margin-bottom: 50px;}
   .btn_arrow {height: 50px; margin: 50px auto 0;}
   .btn_type1 {height: 50px;}
   .btn_type2 {height: 50px;}
   .btn_type2 .f18 {font-size: 16px;}
   .btn_arrow .f16, .btn_arrow .f18 {font-size: 16px;}
   .sub_contents {margin-top: 80px; margin-bottom: 100px;}
   .boardfrom input {width: 300px;}
   .boardfrom select {width: 110px;}
   .footer_wrap .left {width: 70%;}
   .footer_wrap .right {width: 30%;}
   .footer_wrap .left .ft_con .ft_info li {font-size: 15px; line-height: 23px;}
}


@media (max-width: 767px) {
   .f50 {font-size: 34px; line-height: 44px;}
   .f44 {font-size: 30px; line-height: 40px;}
   .f40 {font-size: 26px; line-height: 36px;}
   .f38 {font-size: 24px; line-height: 34px;}
   .f32 {font-size: 22px; line-height: 32px;}
   .f30 {font-size: 20px; line-height: 30px;}
   .f28 {font-size: 19px; line-height: 29px;}
   .f24 {font-size: 18px; line-height: 28px;}
   .f22 {font-size: 18px; line-height: 28px;}
   .f20 {font-size: 17px; line-height: 27px;}
   .f18 {font-size: 16px; line-height: 24px;}

   input {margin-bottom: 6px;}
   button {margin-top: 10px;}
   .sub_contents {margin-top: 60px; margin-bottom: 80px;}
   .sub_title {height: 200px;}
   .shadow_box1 {padding: 50px 0;}
   .shadow_box1 .box.first_box {padding-bottom: 30px;}
   .shadow_box .f32 {margin-bottom: 25px;}
   .shadow_box2 {padding: 50px 30px;}
   .step_wrap {margin-bottom: 20px;}
   .step_wrap2 {margin-bottom: 30px;}
   form .row {margin-bottom: 30px;}
   .btn_arrow {height: 50px;}
   .btn_arrow .f18 {font-size: 16px;}
   .boardfrom button {margin-top: 0;}
   .boardfrom {flex-flow: column; align-items: flex-start;}
   .boardfrom .selectbox_wrap, .boardfrom select, .boardfrom input {width: 100%;}
   .boardfrom select {height: 46px; margin-bottom: 10px;}
   .boardfrom select:last-child {margin-bottom: 0;}
   .boardfrom .search_bar, .boardfrom .search_con {width: 100%;}
   .boardfrom .search_bar {margin-top: 10px;}
   .footer_wrap .contents_wrapper {flex-flow: column;}
   .footer_wrap .left, .footer_wrap .right {width: 100%;}
   .footer_wrap .right {align-items: flex-start; margin-top: 25px;}
   .footer_wrap .right .top .f16 {text-align: left;}
   .footer_wrap .right .copyright .f14 {margin-bottom: 0;}
   .profile_picture .left .profile_img {width: 80px; height: 80px;}
   .profile_picture .right {width: calc(100% - 80px); padding-left: 10px;}
}


@media (max-width: 640px) {
   .container .sec_bt {margin-bottom: 100px;}
   .sub_title {height: 180px;}
   .shadow_box1 .box {padding: 0 30px;}
   .shadow_box2 {top: -40px; margin-bottom: 40px;}
   .cb_box_wrap {flex-wrap: wrap;}
   form .half {flex-flow: column; margin-bottom: 0;}
   form .half > div {width: 100%; margin: 0 0 30px;}
   form .row.short {width: 100%;}
   .radiobox span {flex: 0 1 33.3%;}
   .btn_type2.center {margin: 40px auto 0;}
   .btn_type1 {font-size: 14px;}
   .footer_wrap .left .ft_logo img {max-width: 110px;}
}


@media (max-width: 479px) {
   .f50 {font-size: 30px; line-height: 40px;}
   .f44 {font-size: 26px; line-height: 36px;}
   .f40 {font-size: 24px; line-height: 34px;}
   .f38 {font-size: 22px; line-height: 32px;}
   .f32 {font-size: 20px; line-height: 30px;}

   .header .left_menu .logo img {max-width: 80px;}
   .header .right_menu .search_btn {margin-right: 15px;}
   .header .right_menu .search_btn input {width: 100%;}
   .footer_wrap .left .ft_con {margin-top: 20px;}
   .footer_wrap .left .ft_con .ft_info {flex-flow: column; margin-top: 10px;}
   .footer_wrap .left .ft_con .ft_info li {font-size: 14px; margin-bottom: 0; margin-right: 0;}
   .footer_wrap .left .ft_con .ft_menu li {margin-right: 20px;}
   .footer_wrap .left .ft_con .ft_menu li a {font-size: 15px;}


   textarea {height: 160px;}
   .shadow_box1 {padding: 40px 0;}
   .shadow_box1 .box {padding: 0 20px;}
   .shadow_box2 {padding: 40px 20px;}
   .step_wrap .step {margin-right:30px;}
   .step_wrap .step .num::after {width: 70px;}
   .btn_wrap {margin-top: 35px;}
   .header .right_menu .user_box .f17 {font-size: 15px;}
   .header .right_menu .user_box {margin-right: 20px;}
   .header .profile_wrap .profile_img {margin-left: 15px;}
   .radiobox span {flex: 0 1 50%;}
   .profile_picture .box {align-items: flex-start;}
   .profile_picture .left .profile_img {width: 60px; height: 60px;}
   input[type=file]::file-selector-button {max-width: 80px;}
}

@media (max-width: 420px) {
   .header .right_menu .user_box.basic ul li {padding-right: 0; margin-right: 0; border-right: 0;}
   .header .right_menu .user_box {margin-right: 15px;}
   .header .right_menu .user_box.basic ul li:last-child {display: none;}
}



@media (max-width: 374px) {
   .f50 {font-size: 28px; line-height: 38px;}
   .f44 {font-size: 26px; line-height: 36px;}
   .f40 {font-size: 25px; line-height: 35px;}
   .f38 {font-size: 24px; line-height: 36px;}

}